Minor skill updates.

This commit is contained in:
MobiusDev
2015-09-07 17:27:25 +00:00
parent 17cd000a15
commit 624214f7bb
4 changed files with 13 additions and 12 deletions

View File

@@ -646,13 +646,14 @@
<!-- Level 109 : INT + 2 and increases Max MP by 497. Enchant Power: Increases the effect. (+ 9 Power | Increases the effect.) --> <!-- Level 109 : INT + 2 and increases Max MP by 497. Enchant Power: Increases the effect. (+ 9 Power | Increases the effect.) -->
<!-- Level 110 : INT + 2 and increases Max MP by 517. Enchant Power: Increases the effect. (+ 10 Power | Increases the effect.) --> <!-- Level 110 : INT + 2 and increases Max MP by 517. Enchant Power: Increases the effect. (+ 10 Power | Increases the effect.) -->
<skill id="11185" levels="1" name="Superior MP Boost"> <skill id="11185" levels="1" name="Superior MP Boost">
<table name="#maxMp"> 85 90 95 99 </table>
<set name="icon" val="icon.skill0213" /> <set name="icon" val="icon.skill0213" />
<set name="magicLvl" val="85" /> <set name="magicLvl" val="85" />
<set name="operateType" val="PASSIVE" /> <set name="operateType" val="PASSIVE" />
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="maxMp" val="0" /> <add stat="maxMp" val="313" />
</effect> </effect>
</for> </for>
</skill> </skill>
@@ -696,7 +697,7 @@
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="regMp" val="0" /> <add stat="regMp" val="5.1" />
</effect> </effect>
</for> </for>
</skill> </skill>

View File

@@ -175,9 +175,9 @@
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="pAtk" val="0" /> <add stat="pAtk" val="82.9" />
<mul stat="pAtk" val="2.05" /> <mul stat="pAtk" val="2.05" />
<add stat="mAtk" val="0" /> <add stat="mAtk" val="103.7" />
<mul stat="mCritRate" val="1.06" /> <mul stat="mCritRate" val="1.06" />
<mul stat="mAtkSpd" val="1.23" /> <mul stat="mAtkSpd" val="1.23" />
</effect> </effect>
@@ -201,8 +201,8 @@
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="pDef" val="0" /> <add stat="pDef" val="845" />
<add stat="maxHp" val="0" /> <add stat="maxHp" val="4151" />
<mul stat="mAtkSpd" val="1.05" /> <mul stat="mAtkSpd" val="1.05" />
</effect> </effect>
</for> </for>
@@ -225,8 +225,8 @@
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="mDef" val="0" /> <add stat="mDef" val="139" />
<add stat="maxMp" val="0" /> <add stat="maxMp" val="313" />
</effect> </effect>
</for> </for>
</skill> </skill>
@@ -1402,7 +1402,7 @@
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="mDef" val="0" /> <add stat="mDef" val="199" />
</effect> </effect>
</for> </for>
</skill> </skill>
@@ -1639,7 +1639,7 @@
<mul stat="pDef" val="1.2" /> <mul stat="pDef" val="1.2" />
<mul stat="maxMp" val="1.2" /> <mul stat="maxMp" val="1.2" />
<mul stat="regHp" val="1.2" /> <mul stat="regHp" val="1.2" />
<add stat="mCritRate" val="0" /> <add stat="mCritRate" val="20" />
<mul stat="cAtk" val="1.2" /> <mul stat="cAtk" val="1.2" />
<mul stat="pAtkSpd" val="1.2" /> <mul stat="pAtkSpd" val="1.2" />
<mul stat="mAtkSpd" val="1.2" /> <mul stat="mAtkSpd" val="1.2" />

View File

@@ -410,7 +410,7 @@
<set name="targetType" val="SELF" /> <set name="targetType" val="SELF" />
<for> <for>
<effect name="Buff"> <effect name="Buff">
<add stat="mCritRate" val="0" /> <mul stat="mCritRate" val="1.32" />
</effect> </effect>
</for> </for>
</skill> </skill>
@@ -607,7 +607,7 @@
<mul stat="pDef" val="0.8" /> <mul stat="pDef" val="0.8" />
<mul stat="maxMp" val="0.8" /> <mul stat="maxMp" val="0.8" />
<mul stat="regHp" val="0.8" /> <mul stat="regHp" val="0.8" />
<add stat="mCritRate" val="0" /> <add stat="mCritRate" val="20" />
<mul stat="cAtk" val="0.8" /> <mul stat="cAtk" val="0.8" />
<mul stat="pAtkSpd" val="0.8" /> <mul stat="pAtkSpd" val="0.8" />
<mul stat="mAtkSpd" val="0.8" /> <mul stat="mAtkSpd" val="0.8" />

Binary file not shown.