Commit 3cdf3b2683b1171bd74fa150be9677649d752645
1 parent
cc5f4dd9
给角色添加索敌范围
Showing
3 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
Defines/pro2d.xml
... | ... | @@ -27,6 +27,7 @@ |
27 | 27 | <var name="hp" type="int"/> |
28 | 28 | <var name="sp" type="int"/> |
29 | 29 | <var name="speed" type="float"/> |
30 | + <var name="searchRange" type="float"/> | |
30 | 31 | <var name="atkRange" type="float"/> |
31 | 32 | <var name="atkSpeed" type="float"/> |
32 | 33 | <var name="crit" type="int"/> | ... | ... |