攻击
This commit is contained in:
parent
05dff9a793
commit
83280d65c8
@ -1,18 +1,18 @@
|
|||||||
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using Unity.VisualScripting;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
public class jbf_SkillUp : SkillUp
|
public class jbf_SkillUp : SkillUp
|
||||||
{
|
{
|
||||||
public void Start()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///刀的长度延长1格
|
///刀的长度延长1格
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public override void Skill_1_1()
|
public override void Skill_1_1()
|
||||||
{
|
{
|
||||||
|
Debug.Log("jijijijijijijijijijijijijijijijijijij111111");
|
||||||
attack.bulletLengthAdd += 2;
|
attack.bulletLengthAdd += 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -21,7 +21,7 @@ public class jbf_SkillUp : SkillUp
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public override void Skill_1_3()
|
public override void Skill_1_3()
|
||||||
{
|
{
|
||||||
|
Debug.Log("jijijijijijijijijijijijijijijijijijij");
|
||||||
attack.BulletNumber += 1;
|
attack.BulletNumber += 1;
|
||||||
attack.roleBulletSpeedAdd -= 0.1f;
|
attack.roleBulletSpeedAdd -= 0.1f;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user