Sync with L2jServer HighFive Sep 8th 2015.
This commit is contained in:
@@ -1064,7 +1064,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="rCrit" val="#rCrit" />
|
||||
<mul stat="critRate" val="#rCrit" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1559,7 +1559,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="PhysicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
|
||||
<mul stat="physicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1586,7 +1586,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="MagicalMpConsumeRate" val="#MagicalMpConsumeRate" />
|
||||
<mul stat="magicalMpConsumeRate" val="#MagicalMpConsumeRate" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1613,7 +1613,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="DanceMpConsumeRate" val="#DanceMpConsumeRate" />
|
||||
<mul stat="danceMpConsumeRate" val="#DanceMpConsumeRate" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1641,9 +1641,9 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="PhysicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
|
||||
<mul stat="MagicalMpConsumeRate" val="#MagicalMpConsumeRate" />
|
||||
<mul stat="DanceMpConsumeRate" val="0.9" />
|
||||
<mul stat="physicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
|
||||
<mul stat="magicalMpConsumeRate" val="#MagicalMpConsumeRate" />
|
||||
<mul stat="danceMpConsumeRate" val="0.9" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
|
||||
Reference in New Issue
Block a user