Commit c81b58367dfc7e5cad30a8f123960e48d1b4d0bf
1 parent
8a47087a
添加sp充能的速率权值属性
Showing
4 changed files
with
1 additions
and
0 deletions
Show diff stats
Datas/common/NumericType.xlsx
No preview for this file type
Datas/common/NumericTypeEx.xlsx
No preview for this file type
Datas/pro2d/hero.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -455,6 +455,7 @@ |
455 | 455 | <var name="level" type="int"/> |
456 | 456 | <var name="hp" type="int"/> |
457 | 457 | <var name="sp" type="int"/> |
458 | + <var name="SPChargeRate" type="float"/> | |
458 | 459 | <var name="speed" type="float"/> |
459 | 460 | <var name="searchRange" type="float"/> |
460 | 461 | <var name="atkRange" type="float"/> | ... | ... |