金萌妖魔法伤害

This commit is contained in:
GL 2025-01-04 20:09:04 +08:00
parent 428de2d35b
commit 2afbe10f2c
2 changed files with 9 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5632ff401d104f1aec9efb62c09c39209c94d6e8
Subproject commit 151503e59d7738fd5916032850f0614052dd2808

View File

@ -4,12 +4,16 @@ using UnityEngine;
public class jbf_SkillUp : SkillUp
{
public void Start()
{
}
/// <summary>
///刀的长度延长1格
/// </summary>
public override void Skill_1_1()
{
attack.bulletLengthAdd += 2;
}
/// <summary>
@ -26,8 +30,10 @@ public class jbf_SkillUp : SkillUp
/// </summary>
public override void Skill_1_5()
{
AttackCooldown += 0.05f;
attack.haveAddDamage = true;
attack.AdddamageType = DamageType.magicDamage;
base.attack.roleBulletSpeedAdd -= 0.1f;
}