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

@@ -213,10 +213,10 @@
<for>
<effect name="Buff">
<add stat="STR" val="2" />
<mul stat="rCrit" val="1.6">
<mul stat="critRate" val="1.6">
<using kind="DAGGER, DUALDAGGER" />
</mul>
<add stat="cAtkAdd" val="539">
<add stat="critDmgAdd" val="539">
<using kind="DAGGER, DUALDAGGER" />
</add>
<mul stat="skillCriticalProbability" val="11" />
@@ -225,10 +225,10 @@
<enchant1for>
<effect name="Buff">
<add stat="STR" val="2" />
<mul stat="rCrit" val="1.6">
<mul stat="critRate" val="1.6">
<using kind="DAGGER, DUALDAGGER" />
</mul>
<add stat="cAtkAdd" val="#ench1cAtkAdd">
<add stat="critDmgAdd" val="#ench1cAtkAdd">
<using kind="DAGGER, DUALDAGGER" />
</add>
<mul stat="skillCriticalProbability" val="11" />
@@ -421,7 +421,7 @@
<effect name="Buff">
<add stat="runSpd" val="40" />
<add stat="rEvas" val="5" />
<mul stat="cAtk" val="1.3">
<mul stat="critDmg" val="1.3">
<player behind="true" />
</mul>
</effect>
@@ -1265,10 +1265,10 @@
<mul stat="pAtk" val="1.1">
<using kind="DAGGER,DUALDAGGER" />
</mul>
<mul stat="rCrit" val="1.1">
<mul stat="critRate" val="1.1">
<using kind="DAGGER,DUALDAGGER" />
</mul>
<mul stat="cAtk" val="1.1">
<mul stat="critDmg" val="1.1">
<using kind="DAGGER,DUALDAGGER" />
</mul>
<mul stat="blowRate" val="1.1" />
@@ -1687,33 +1687,33 @@
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<add stat="cAtk" val="609">
<add stat="critDmg" val="609">
<using kind="DAGGER, DUALDAGGER" />
</add>
<mul stat="blowRate" val="1.1">
<using kind="DAGGER, DUALDAGGER" />
</mul>
<mul stat="rCrit" val="1.3">
<mul stat="critRate" val="1.3">
<and>
<player front="false" />
<player behind="false" />
<using kind="DAGGER, DUALDAGGER" />
</and>
</mul>
<mul stat="cAtk" val="1.4">
<mul stat="critDmg" val="1.4">
<and>
<player front="false" />
<player behind="false" />
<using kind="DAGGER, DUALDAGGER" />
</and>
</mul>
<mul stat="rCrit" val="1.6">
<mul stat="critRate" val="1.6">
<and>
<player behind="true" />
<using kind="DAGGER, DUALDAGGER" />
</and>
</mul>
<mul stat="cAtk" val="1.7">
<mul stat="critDmg" val="1.7">
<and>
<player behind="true" />
</and>
@@ -2079,14 +2079,14 @@
<param isCritical="true" />
</effect>
<effect name="Buff">
<mul stat="rCrit" val="#rCritSide">
<mul stat="critRate" val="#rCritSide">
<and>
<player front="false" />
<player behind="false" />
<using kind="DAGGER,DUALDAGGER" />
</and>
</mul>
<mul stat="rCrit" val="#rCritBack">
<mul stat="critRate" val="#rCritBack">
<and>
<player behind="true" />
<using kind="DAGGER,DUALDAGGER" />
@@ -2183,27 +2183,27 @@
</cond>
<for>
<effect name="Buff">
<add stat="cAtk" val="304" />
<add stat="critDmg" val="304" />
<mul stat="blowRate" val="1.1" />
<mul stat="cAtk" val="0.7">
<mul stat="critDmg" val="0.7">
<player front="true" />
</mul>
<mul stat="rCrit" val="1.2">
<mul stat="critRate" val="1.2">
<and>
<player front="false" />
<player behind="false" />
</and>
</mul>
<mul stat="cAtk" val="1.2">
<mul stat="critDmg" val="1.2">
<and>
<player front="false" />
<player behind="false" />
</and>
</mul>
<mul stat="rCrit" val="1.4">
<mul stat="critRate" val="1.4">
<player behind="true" />
</mul>
<mul stat="cAtk" val="1.4">
<mul stat="critDmg" val="1.4">
<player behind="true" />
</mul>
</effect>