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

@@ -40,11 +40,11 @@
<set name="abnormalType" val="MELODY_GUITAR" />
<for>
<effect name="Buff">
<mul stat="rCrit" val="1.32" />
<mul stat="cAtk" val="1.35" />
<mul stat="critRate" val="1.32" />
<mul stat="critDmg" val="1.35" />
<add stat="mCritRate" val="20" />
<mul stat="MagicalMpConsumeRate" val="0.9" />
<mul stat="PhysicalMpConsumeRate" val="0.8" />
<mul stat="magicalMpConsumeRate" val="0.9" />
<mul stat="physicalMpConsumeRate" val="0.8" />
</effect>
</for>
</skill>
@@ -334,7 +334,7 @@
<mul stat="maxMp" val="1.2" />
<mul stat="regHp" val="1.2" />
<add stat="mCritRate" val="2" />
<mul stat="rCrit" val="1.2" />
<mul stat="critRate" val="1.2" />
<mul stat="pAtk" val="1.1" />
<mul stat="pDef" val="1.2" />
<mul stat="pAtkSpd" val="1.2" />
@@ -417,12 +417,12 @@
<set name="isMentoring" val="true" />
<for>
<effect name="Buff">
<mul stat="rCrit" val="1.32" />
<mul stat="cAtk" val="1.35" />
<mul stat="critRate" val="1.32" />
<mul stat="critDmg" val="1.35" />
<add stat="mCritRate" val="20" />
<mul stat="MagicalMpConsumeRate" val="0.9" />
<mul stat="PhysicalMpConsumeRate" val="0.8" />
<mul stat="MagicalMpConsumeRate" val="0.8">
<mul stat="magicalMpConsumeRate" val="0.9" />
<mul stat="physicalMpConsumeRate" val="0.8" />
<mul stat="magicalMpConsumeRate" val="0.8">
<player class_id_restriction="171,172,173,174,175" />
</mul>
</effect>
@@ -853,7 +853,7 @@
<mul stat="maxMp" val="#maxMp" />
<mul stat="regHp" val="#regHp" />
<add stat="mCritRate" val="#mCritRate" />
<add stat="cAtk" val="#cAtk" />
<add stat="critDmg" val="#cAtk" />
<mul stat="pAtk" val="#pAtk" />
<mul stat="pDef" val="#pDef" />
<mul stat="pAtkSpd" val="#pAtkSpd" />
@@ -918,11 +918,11 @@
<set name="abnormalType" val="MELODY_GUITAR" />
<for>
<effect name="Buff">
<mul stat="rCrit" val="#rCrit" />
<mul stat="cAtk" val="#cAtk" />
<mul stat="critRate" val="#rCrit" />
<mul stat="critDmg" val="#cAtk" />
<add stat="mCritRate" val="#mCritRate" />
<mul stat="MagicalMpConsumeRate" val="#MagicalMpConsumeRate" />
<mul stat="PhysicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
<mul stat="magicalMpConsumeRate" val="#MagicalMpConsumeRate" />
<mul stat="physicalMpConsumeRate" val="#PhysicalMpConsumeRate" />
</effect>
</for>
</skill>