Commit 52efb66f7c0b43496da5bb9b60d5634f2cb2469d
1 parent
6ef344ee
去除值的概念全部统一为率
Showing
6 changed files
with
5 additions
and
9 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/PropertiesName.xls
No preview for this file type
Datas/pro2d/hero.xlsx
No preview for this file type
Datas/pro2d/quest/QuestDatas.xlsx
No preview for this file type
Defines/pro2d.xml
... | ... | @@ -613,7 +613,7 @@ |
613 | 613 | </bean> |
614 | 614 | |
615 | 615 | <bean name="GuideInfoConfig"> |
616 | - <var name="GuideID" type="int"/>、 | |
616 | + <var name="GuideID" type="int"/> | |
617 | 617 | <var name="GuideTitle" type="string"/> |
618 | 618 | <var name="GuideInfo" type="string"/> |
619 | 619 | <var name="GuideImage" type="string"/> |
... | ... | @@ -643,15 +643,11 @@ |
643 | 643 | <var name="searchRange" type="float"/> |
644 | 644 | <var name="atkRange" type="float"/> |
645 | 645 | <var name="atkSpeed" type="float"/> |
646 | - <var name="crit" type="int"/> | |
647 | - <var name="critRate" type="float"/> | |
646 | + <var name="crit" type="float"/> | |
648 | 647 | <var name="critHurt" type="int"/> |
649 | - <var name="dodge" type="int"/> | |
650 | - <var name="dodgeRate" type="float"/> | |
651 | - <var name="block" type="int"/> | |
652 | - <var name="blockRate" type="float"/> | |
653 | - <var name="parry" type="int"/> | |
654 | - <var name="parryRate" type="float"/> | |
648 | + <var name="dodge" type="float"/> | |
649 | + <var name="block" type="float"/> | |
650 | + <var name="parry" type="float"/> | |
655 | 651 | <var name="stiffness" type="int"/> |
656 | 652 | <var name="atkDropSpProbability" type="float"/> |
657 | 653 | <var name="damageReduction" type="int"/> | ... | ... |