Sync with L2jServer HighFive Sep 8th 2015.

This commit is contained in:
MobiusDev
2015-09-08 19:52:45 +00:00
parent 4e2af7c19a
commit 40380c4860
738 changed files with 14444 additions and 13328 deletions

View File

@@ -74,7 +74,7 @@
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<mul stat="PhysicalMpConsumeRate" val="0.4" />
<mul stat="physicalMpConsumeRate" val="0.4" />
<mul stat="blowRate" val="1.1" />
</effect>
</for>
@@ -93,7 +93,7 @@
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<mul stat="PhysicalMpConsumeRate" val="0.4" />
<mul stat="physicalMpConsumeRate" val="0.4" />
</effect>
<effect name="AttackTrait">
<param SHOCK="20" />
@@ -122,7 +122,7 @@
<sub stat="defCritRateAdd" val="30"> <!-- critical damage is decreased by 3 -->
<using kind="HEAVY" />
</sub>
<add stat="rCrit" val="#rCrit" />
<add stat="critRate" val="#rCrit" />
</effect>
</for>
</skill>
@@ -791,9 +791,9 @@
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="MagicalMpConsumeRate" val="#MagicalMpConsumeRate" />
<mul stat="PhysicalMpConsumeRate" val="#MpConsumeRate" />
<mul stat="DanceMpConsumeRate" val="#MpConsumeRate" />
<mul stat="magicalMpConsumeRate" val="#MagicalMpConsumeRate" />
<mul stat="physicalMpConsumeRate" val="#MpConsumeRate" />
<mul stat="danceMpConsumeRate" val="#MpConsumeRate" />
</effect>
</for>
</skill>
@@ -899,7 +899,7 @@
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="cAtk" val="#cAtk" />
<mul stat="critDmg" val="#cAtk" />
</effect>
</for>
</skill>
@@ -930,7 +930,7 @@
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="rCrit" val="#rCrit" />
<mul stat="critRate" val="#rCrit" />
</effect>
</for>
</skill>