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

@@ -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>