This commit is contained in:
wulongxiao 2025-01-08 19:16:41 +08:00
parent ccec46a7de
commit 3bac43b69b
2 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@
}, },
"S_2": { "S_2": {
"1": { "1": {
"numberOfBullets": 0.25, "numberOfBullets": 2,
"SkillList": [ "SkillList": [
"0" "0"
] ]

View File

@ -36,7 +36,7 @@ public class SkillLevelData
public float AttackCooldown = 0; //攻击冷却 public float AttackCooldown = 0; //攻击冷却
public float AttackContinues = 0; //攻击持续 public float AttackContinues = 0; //攻击持续
public int numberOfBullets = 0;//攻击子弹数量加成 public int numberOfBullets = 0;//攻击子弹数量加成
public int speedOfBullets = 0;//攻击子弹速度加成 public float speedOfBullets = 0;//攻击子弹速度加成
public float CriticalRate = 0;//暴击率倍率加成 public float CriticalRate = 0;//暴击率倍率加成
public float CriticalDamage = 0;//暴击伤害倍率加成 public float CriticalDamage = 0;//暴击伤害倍率加成