Proper PER values for previously committed skills.

Contributed by Stayway.
This commit is contained in:
MobiusDev 2016-08-01 16:40:04 +00:00
parent 7e1bf6aeef
commit f52fb4d151
3 changed files with 16 additions and 16 deletions

View File

@ -397,7 +397,7 @@
<abnormalLevel>1</abnormalLevel>
<effects>
<effect name="ExpModify">
<amount>1.25</amount>
<amount>25</amount>
<mode>PER</mode>
</effect>
</effects>
@ -409,7 +409,7 @@
<abnormalLevel>1</abnormalLevel>
<effects>
<effect name="ExpModify">
<amount>1.25</amount>
<amount>25</amount>
<mode>PER</mode>
</effect>
</effects>

View File

@ -596,8 +596,8 @@
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="HpRegen">
<amount>1.5</amount>
<effect name="Hp">
<amount>50</amount>
<mode>PER</mode>
</effect>
</effects>
@ -621,8 +621,8 @@
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="MpRegen">
<amount>1.5</amount>
<effect name="Mp">
<amount>20</amount>
<mode>PER</mode>
</effect>
</effects>
@ -645,8 +645,8 @@
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="CpRegen">
<amount>1.5</amount>
<effect name="Cp">
<amount>50</amount>
<mode>PER</mode>
</effect>
</effects>

View File

@ -412,19 +412,19 @@
<affectScope>SINGLE</affectScope>
<effects>
<effect name="PAtk">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
<effect name="MAtk">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalAttackSpeed">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalAttackSpeed">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
</effects>
@ -442,19 +442,19 @@
<affectScope>SINGLE</affectScope>
<effects>
<effect name="PAtk">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
<effect name="MAtk">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
<effect name="PhysicalAttackSpeed">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
<effect name="MagicalAttackSpeed">
<amount>2</amount>
<amount>100.0</amount>
<mode>PER</mode>
</effect>
</effects>