Commit b4a9d79683c10db503476d0223c1291b04978c5f

Authored by yangjiyue
1 parent b7472657

更改黑猫技能CD,增加hero攻击命中时掉落sp点概率字段

Datas/pro2d/EquipmentData.xlsx
No preview for this file type
Datas/pro2d/SkillConfig.xlsx
No preview for this file type
Datas/pro2d/hero.xlsx
No preview for this file type
@@ -36,6 +36,7 @@ @@ -36,6 +36,7 @@
36 <var name="dodge" type="int"/> 36 <var name="dodge" type="int"/>
37 <var name="block" type="int"/> 37 <var name="block" type="int"/>
38 <var name="parry" type="int"/> 38 <var name="parry" type="int"/>
  39 + <var name="atkDropSpProbability" type="float"/>
39 <var name="skillId" type="int"/> 40 <var name="skillId" type="int"/>
40 <var name="passiveSkillId1" type="int"/> 41 <var name="passiveSkillId1" type="int"/>
41 <var name="passiveSkillId2" type="int"/> 42 <var name="passiveSkillId2" type="int"/>