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

@@ -1066,19 +1066,19 @@
</for>
</skill>
<skill id="13062" levels="5" name="Special Ability: Damage Up">
<!-- Increases P. Atk. Inflicts additional damage during PvP. -->
<table name="#Atk">288 332 377 415 468</table>
<table name="#Dmg">1.05 1.05 1.1 1.1 1.1</table>
<table name="#magicLvl"> 85 85 95 99 99 </table>
<table name="#Atk">288 332 377 415 457</table>
<set name="icon" val="icon.skill1068" />
<set name="magicLvl" val="#magicLvl" />
<set name="operateType" val="PASSIVE" />
<set name="targetType" val="SELF" />
<for>
<effect name="Buff">
<add stat="pAtk" val="#Atk" />
<add stat="mAtk" val="#Atk" />
<mul stat="pvpPhysDmg" val="#Dmg" />
<mul stat="pvpPhysSkillsDmg" val="#Dmg" />
<mul stat="pvpMagicalDmg" val="#Dmg" />
<mul stat="pvpPhysDmg" val="1.05" />
<mul stat="pvpPhysSkillsDmg" val="1.05" />
<mul stat="pvpMagicalDmg" val="1.05" />
</effect>
</for>
</skill>