Multiply values less than 1 instead of dividing.

This commit is contained in:
MobiusDevelopment 2020-06-18 16:45:06 +00:00
parent f9c632c8f3
commit d69a21b56f
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
<for>
<effect count="0x7fffffff" name="MpConsumePerLevel" time="100000" val="0.0001">
<mul order="0x30" stat="runSpd" val="#runSpd"/>
<div order="0x30" stat="mReuse" val="#mReuse"/>
<mul order="0x30" stat="mReuse" val="#mReuse"/>
<mul order="0x30" stat="mAtkSpd" val="#mAtkSpd"/>
<mul order="0x30" stat="pAtkSpd" val="#pAtkSpd"/>
<mul order="0x30" stat="pAtk" val="#pAtk"/>

View File

@ -126,7 +126,7 @@
<for>
<effect count="0x7fffffff" name="MpConsumePerLevel" time="100000" val="0.0001">
<mul order="0x30" stat="runSpd" val="#runSpd"/>
<div order="0x30" stat="mReuse" val="#mReuse"/>
<mul order="0x30" stat="mReuse" val="#mReuse"/>
<mul order="0x30" stat="mAtkSpd" val="#mAtkSpd"/>
<mul order="0x30" stat="pAtkSpd" val="#pAtkSpd"/>
<mul order="0x30" stat="pAtk" val="#pAtk"/>