Fixed Battle Roar skill.

Contributed by pecanha.
This commit is contained in:
MobiusDevelopment 2020-04-09 08:47:36 +00:00
parent 797166a665
commit 06bebdac3a
2 changed files with 18 additions and 4 deletions

View File

@ -675,6 +675,7 @@
<!-- Regenerates 10% of the user's original HP and increases the user's Max HP by 10% for 10 minutes. -->
<table name="#abnormalLvls">1 2 3 4 5 6</table>
<table name="#power">10 15 20 25 30 35</table>
<table name="#amount">10 15 20 25 30 35</table>
<table name="#effectPoints">268 379 467 549 597 635</table>
<table name="#magicLvl">28 40 49 58 64 70</table>
<table name="#mpConsume">13 18 22 27 30 33</table>
@ -699,16 +700,22 @@
<effect name="MaxHp">
<param power="#power" />
<param type="PER" />
<param heal="true" />
<param heal="false" />
</effect>
<effect name="HealPercent">
<param power="#amount" />
</effect>
</for>
<enchant2for>
<effect name="MaxHp">
<param power="35" />
<param type="PER" />
<param heal="true" />
<param heal="false" />
<add stat="pAtk" val="#ench2pAtk" />
</effect>
<effect name="HealPercent">
<param power="35" />
</effect>
</enchant2for>
</skill>
<skill id="122" levels="15" name="Hex" enchantGroup1="1" enchantGroup2="1" enchantGroup3="1">

View File

@ -675,6 +675,7 @@
<!-- Regenerates 10% of the user's original HP and increases the user's Max HP by 10% for 10 minutes. -->
<table name="#abnormalLvls">1 2 3 4 5 6</table>
<table name="#power">10 15 20 25 30 35</table>
<table name="#amount">10 15 20 25 30 35</table>
<table name="#effectPoints">268 379 467 549 597 635</table>
<table name="#magicLvl">28 40 49 58 64 70</table>
<table name="#mpConsume">13 18 22 27 30 33</table>
@ -699,16 +700,22 @@
<effect name="MaxHp">
<param power="#power" />
<param type="PER" />
<param heal="true" />
<param heal="false" />
</effect>
<effect name="HealPercent">
<param power="#amount" />
</effect>
</for>
<enchant2for>
<effect name="MaxHp">
<param power="35" />
<param type="PER" />
<param heal="true" />
<param heal="false" />
<add stat="pAtk" val="#ench2pAtk" />
</effect>
<effect name="HealPercent">
<param power="35" />
</effect>
</enchant2for>
</skill>
<skill id="122" levels="15" name="Hex" enchantGroup1="1" enchantGroup2="1" enchantGroup3="1">