Sync with L2jServer HighFive Sep 8th 2015.
This commit is contained in:
@@ -1123,7 +1123,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="rCrit" val="#rCrit" />
|
||||
<mul stat="critRate" val="#rCrit" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1618,7 +1618,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="PhysicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
|
||||
<mul stat="physicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1645,7 +1645,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="MagicalMpConsumeRate" val="#MagicalMpConsumeRate" />
|
||||
<mul stat="magicalMpConsumeRate" val="#MagicalMpConsumeRate" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1672,7 +1672,7 @@
|
||||
<set name="targetType" val="SELF" />
|
||||
<for>
|
||||
<effect name="Buff">
|
||||
<mul stat="DanceMpConsumeRate" val="#DanceMpConsumeRate" />
|
||||
<mul stat="danceMpConsumeRate" val="#DanceMpConsumeRate" />
|
||||
</effect>
|
||||
</for>
|
||||
</skill>
|
||||
@@ -1700,9 +1700,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