Adding Unidentified-Bound-Normal-Blessed Amaranthine Caster, Retributer, Dualsword, Dual Dagger, Dual Blunt .

Adding SA's skills for listed weapons .
Fixed skill 11522.
Adding some consumables.

Contributed by OdairDevalier.
This commit is contained in:
MobiusDev
2015-05-22 12:43:43 +00:00
parent 95c8b1345c
commit 4683777599
19 changed files with 2105 additions and 779 deletions

View File

@@ -1447,19 +1447,44 @@
<set name="reuseDelay" val="3000" />
</skill>
<skill id="9198" levels="1" name="Elixir: Horn Melody">
<!-- AUTO GENERATED SKILL -->
<!-- For 30 minutes, increases P. Atk. by 17%, P. Def. by 15%, M. Atk. by 79%, and M. Def. by 30%. -->
<set name="icon" val="icon.skill11517" />
<set name="isMagic" val="1" />
<set name="abnormalTime" val="1800" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="targetType" val="SELF" />
<set name="isMagic" val="1" />
<set name="abnormalType" val="MELODY_HORN" />
<for>
<effect name="Buff">
<mul stat="pAtk" val="1.17" />
<mul stat="pDef" val="1.15" />
<mul stat="mAtk" val="1.79" />
<mul stat="mDef" val="1.30" />
</effect>
</for>
</skill>
<skill id="9199" levels="1" name="Elixir: Drum Melody">
<!-- AUTO GENERATED SKILL -->
<!-- For 30 minutes, increases Max MP by 20%, HP recovery bonus by 20%, M. Critical Rate by 20, Critical Damage during a normal attack by 20%, P. Atk. by 10%, P. Def. by 20%, Atk. Spd. by 20%, M. Atk. by 20%, M. Def. by 20%, Casting Spd. by 20%, and Debuff Resistance by 10%. Decreases damage received from a critical attack by 30% and Speed by 15%, and additionally increases Critical Damage during a normal attack when receiving more than a certain amount of damage. -->
<set name="icon" val="icon.skill11522" />
<set name="isMagic" val="1" />
<set name="abnormalTime" val="1800" />
<set name="operateType" val="ACTIVE_CONTINUOUS" />
<set name="targetType" val="SELF" />
<set name="isMagic" val="1" />
<set name="abnormalType" val="MELODY_DRUM" />
<for>
<effect name="Buff">
<mul stat="maxMp" val="1.20" />
<mul stat="regHp" val="1.20" />
<add stat="mCritRate" val="20" />
<add stat="cAtk" val="1.20" />
<mul stat="pAtk" val="1.10" />
<mul stat="pDef" val="1.20" />
<mul stat="pAtkSpd" val="1.20" />
<mul stat="mAtk" val="1.20" />
<mul stat="mDef" val="1.20" />
<mul stat="mAtkSpd" val="1.20" />
<mul stat="runSpd" val="0.85" />
<mul stat="debuffVuln" val="1.10" />
<mul stat="defCritDamage" val="1.30" />
</effect>
</for>
</skill>
</list>