diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-15 23:21:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-15 23:21:39 -0300 |
commit | b0f4b4bc0e59c59896392f945e3c6de90b8cad57 (patch) | |
tree | 94e856c172650ce7a654cb82610e0c524a4ba45a | |
parent | 0e5c0819f0e700801323c6c36419d0526ba3ff77 (diff) | |
download | clientdata-b0f4b4bc0e59c59896392f945e3c6de90b8cad57.tar.gz clientdata-b0f4b4bc0e59c59896392f945e3c6de90b8cad57.tar.bz2 clientdata-b0f4b4bc0e59c59896392f945e3c6de90b8cad57.tar.xz clientdata-b0f4b4bc0e59c59896392f945e3c6de90b8cad57.zip |
Log all Tanker Skills
-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" |