修改
This commit is contained in:
parent
ccec46a7de
commit
3bac43b69b
@ -366,7 +366,7 @@
|
|||||||
},
|
},
|
||||||
"S_2": {
|
"S_2": {
|
||||||
"1": {
|
"1": {
|
||||||
"numberOfBullets": 0.25,
|
"numberOfBullets": 2,
|
||||||
"SkillList": [
|
"SkillList": [
|
||||||
"0"
|
"0"
|
||||||
]
|
]
|
||||||
|
@ -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;//暴击伤害倍率加成
|
||||||
|
Loading…
Reference in New Issue
Block a user