Fixed wrong stat at 13800-13899.

This commit is contained in:
MobiusDev 2016-02-09 21:10:51 +00:00
parent a7212ed06b
commit 9bbc2156fe

View File

@ -627,10 +627,10 @@
<set name="icon" val="icon.skill13859" />
<set name="operateType" val="PASSIVE" />
<set name="targetType" val="SELF" />
<table name="#critDmgAdd"> 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 </table>
<table name="#critDmg"> 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 </table>
<for>
<effect name="Buff">
<mul stat="critDmgAdd" val="#critDmgAdd" />
<mul stat="critDmg" val="#critDmg" />
</effect>
</for>
</skill>
@ -740,11 +740,11 @@
<set name="operateType" val="PASSIVE" />
<set name="targetType" val="SELF" />
<table name="#pAtkSpd"> 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 1.09 1.09 1.10 1.10 1.11 1.11 1.12 </table>
<table name="#critDmgAdd"> 1.01 1.02 1.02 1.03 1.03 1.04 1.04 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 </table>
<table name="#critDmg"> 1.01 1.02 1.02 1.03 1.03 1.04 1.04 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 </table>
<for>
<effect name="Buff">
<mul stat="pAtkSpd" val="#pAtkSpd" />
<mul stat="critDmgAdd" val="#critDmgAdd" />
<mul stat="critDmg" val="#critDmg" />
</effect>
</for>
</skill>
@ -792,11 +792,11 @@
<set name="operateType" val="PASSIVE" />
<set name="targetType" val="SELF" />
<table name="#critRate"> 26 29 32 34 37 40 42 45 48 50 53 56 59 61 64 </table>
<table name="#critDmgAdd"> 1.01 1.02 1.02 1.03 1.03 1.04 1.04 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 </table>
<table name="#critDmg"> 1.01 1.02 1.02 1.03 1.03 1.04 1.04 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 </table>
<for>
<effect name="Buff">
<add stat="critRate" val="#critRate" />
<mul stat="critDmgAdd" val="#critDmgAdd" />
<mul stat="critDmg" val="#critDmg" />
</effect>
</for>
</skill>
@ -987,11 +987,11 @@
<set name="operateType" val="PASSIVE" />
<set name="targetType" val="SELF" />
<table name="#maxMp"> 1.13 1.13 1.14 1.14 1.15 1.15 1.16 1.16 1.17 1.17 1.18 1.18 1.19 1.19 1.20 </table>
<table name="#critDmgAdd"> 1.01 1.02 1.02 1.03 1.03 1.04 1.04 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 </table>
<table name="#critDmg"> 1.01 1.02 1.02 1.03 1.03 1.04 1.04 1.05 1.05 1.06 1.06 1.07 1.07 1.08 1.08 </table>
<for>
<effect name="Buff">
<mul stat="maxMp" val="#maxMp" />
<mul stat="critDmgAdd" val="#critDmgAdd" />
<mul stat="critDmg" val="#critDmg" />
</effect>
</for>
</skill>