Sync with L2jServer HighFive Mar 1st 2015.

This commit is contained in:
mobius
2015-03-01 22:48:14 +00:00
parent f14af24b41
commit 6fa0ed56e3
116 changed files with 971 additions and 676 deletions

View File

@@ -674,10 +674,9 @@
</skill>
<skill id="121" levels="6" name="Battle Roar" enchantGroup1="1" enchantGroup2="1">
<table name="#abnormalLvls"> 1 2 3 4 5 6 </table>
<table name="#amount"> 10 15 20 25 30 35 </table>
<table name="#power"> 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="#maxHp"> 1.1 1.15 1.2 1.25 1.3 1.35 </table>
<table name="#mpConsume"> 13 18 22 27 30 33 </table>
<table name="#ench1Reuse"> 148000 145000 143000 140000 138000 135000 133000 130000 128000 125000 123000 120000 118000 115000 113000 110000 108000 105000 103000 100000 98000 95000 93000 90000 88000 85000 83000 80000 78000 75000 </table>
<table name="#ench2pAtk"> 1 1 1 2 2 2 3 3 3 4 4 4 4 5 5 5 6 6 6 7 7 7 7 8 8 8 9 9 9 10 </table>
@@ -698,20 +697,18 @@
<enchant1 name="reuseDelay" val="#ench1Reuse" />
<enchant2 name="magicLvl" val="#enchMagicLvl" />
<for>
<effect name="Buff">
<mul stat="maxHp" val="#maxHp" />
</effect>
<effect name="HealPercent">
<param power="#amount" />
<effect name="MaxHp">
<param power="#power" />
<param type="PER" />
<param heal="true" />
</effect>
</for>
<enchant2for>
<effect name="Buff">
<mul stat="maxHp" val="1.35" />
<add stat="pAtk" val="#ench2pAtk" />
</effect>
<effect name="HealPercent">
<effect name="MaxHp">
<param power="35" />
<param type="PER" />
<param heal="true" />
<add stat="pAtk" val="#ench2pAtk" />
</effect>
</enchant2for>
</skill>