Merge branch 'main' of http://shu.sheziwanglo.cn:3000/shurongsen/Cute_demon_attacks
This commit is contained in:
commit
95b25b0d48
@ -1 +1 @@
|
||||
Subproject commit 6de0047de2a96ae996355552622b3d804143f988
|
||||
Subproject commit 8da1a9bd84b59b84fa7154c08df416dfd4091b9a
|
@ -7,12 +7,15 @@ public class SkillUp : Fun
|
||||
{
|
||||
[Header("基类")] public Role role;
|
||||
|
||||
[Header("攻击伤害加成")] public float DamageUp=0f;
|
||||
|
||||
[Header("攻击范围加成")] public float AttackRange = 0f;
|
||||
[Header("攻击冷却加成")] public float AttackCooldown = 0f;
|
||||
[Header("攻击持续时间加成")] public float AttackDuration = 0f;
|
||||
[Header("攻击子弹数量加成")] public int NumberOfBullets = 0;
|
||||
[Header("攻击子弹速度加成")] public float SpeedOfBullets = 0f;
|
||||
|
||||
|
||||
[Header("攻击伤害加成")] public float DamageUp = 0f;
|
||||
[Header("暴击率倍率加成")]public float CriticalRate = 0f;
|
||||
[Header("暴击伤害倍率加成")]public float CriticalDamage = 0f;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user