Added configurable limits for PAtk and MAtk.

This commit is contained in:
MobiusDev
2017-09-08 23:42:16 +00:00
parent f99b5d89cb
commit 7f1a6f6fee
24 changed files with 113 additions and 15 deletions

View File

@@ -314,6 +314,14 @@ MaxSpBonus = 3.5
# Default: 250
MaxRunSpeed = 250
# Maximum character Physical Attack.
# Default: 999999
MaxPAtk = 999999
# Maximum character Magic Attack.
# Default: 999999
MaxMAtk = 999999
# Maximum character Physical Critical Rate. (10 = 1%)
# Default: 500
MaxPCritRate = 500

View File

@@ -262,7 +262,8 @@
<!-- GM Skill -->
<table name="#amount"> 1 1 1 1 </table>
<table name="#mAtkSpd"> 2 3 4 5 </table>
<table name="#pAtk"> 2500 5000 7500 10000 </table>
<table name="#pAtk"> 250 500 750 1500 </table>
<table name="#mAtk"> 250 500 750 1500 </table>
<table name="#pAtkSpd"> 2 3 4 5 </table>
<table name="#reuse"> 0.01 0.01 0.01 0.01 </table>
<table name="#runSpd"> 2 3 4 5 </table>
@@ -278,6 +279,7 @@
<mul stat="runSpd" val="#runSpd" />
<mul stat="mAtkSpd" val="#mAtkSpd" />
<mul stat="pAtk" val="#pAtk" />
<mul stat="mAtk" val="#mAtk" /> <!-- custom -->
<mul stat="pReuse" val="#reuse" />
<mul stat="mReuse" val="#reuse" />
<mul stat="regHp" val="#amount" />