diff options
Diffstat (limited to 'skills.xml')
-rw-r--r-- | skills.xml | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -86,6 +86,7 @@ Copyright (C) 2018 TMW2 --> /> </set> <set name="Physical"> + <!-- Common --> <skill id="20010" name="Magic Warrior" @@ -99,6 +100,7 @@ Copyright (C) 2018 TMW2 --> castingMissile-particle="graphics/particles/critical.xml" description="A violent punch. +30% dmg and +5% acc per level." /> + <!-- Paladin --> <skill id="248" name="Last Standing Man" @@ -123,6 +125,27 @@ Copyright (C) 2018 TMW2 --> icon="graphics/skills/none.png" description="Suicide with death penalty. Revive party members in a range." /> + <!-- Tanker --> + <skill + id="249" + name="Guard" + icon="graphics/skills/none.png" + description="Shield: Chance to block entirely an attack. Stuns you when block is successful." + /> + <skill + id="257" + name="Arrow Shield" + icon="graphics/skills/none.png" + description="Receive less ranged damage, in exchange of move and attack speed." + /> + <skill + id="4" + name="Minor HP Recovery" + icon="graphics/skills/none.png" + description="Increase standing HP Recovery." + /> + + <!-- Mana Skills --> <skill id="20023" name="Summon Cave Maggot" |