Sync with L2jServer HighFive Sep 8th 2015.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user