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

@@ -183,7 +183,7 @@
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="rCrit" val="1.3" />
<mul stat="critRate" val="1.3" />
</effect>
</for>
</skill>
@@ -204,7 +204,7 @@
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="cAtk" val="1.35" />
<mul stat="critDmg" val="1.35" />
</effect>
</for>
</skill>
@@ -324,8 +324,8 @@
<effect name="Buff">
<mul stat="pAtk" val="1.1" />
<mul stat="pAtkSpd" val="1.3" />
<mul stat="rCrit" val="1.3" />
<mul stat="cAtk" val="1.35" />
<mul stat="critRate" val="1.3" />
<mul stat="critDmg" val="1.35" />
</effect>
</for>
</skill>
@@ -1351,8 +1351,8 @@
<set name="targetType" val="ONE" />
<for>
<effect name="Buff">
<mul stat="rCrit" val="#rCrit" />
<mul stat="cAtk" val="#cAtk" />
<mul stat="critRate" val="#rCrit" />
<mul stat="critDmg" val="#cAtk" />
<mul stat="pAtk" val="#pmAtk" />
<mul stat="mAtk" val="#pmAtk" />
<mul stat="mAtkSpd" val="#pmAtkSpd" />