diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 19:39:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 19:39:18 -0300 |
commit | 7bd6a4cba1d29ad9959ecd7f39c6b4acc2be259c (patch) | |
tree | 348fc9516a2486a5ddd309f16de6199604bbe3a6 /skills.xml | |
parent | 876dd31d2392aca8bdedcd9244b40052acdf1a68 (diff) | |
download | clientdata-7bd6a4cba1d29ad9959ecd7f39c6b4acc2be259c.tar.gz clientdata-7bd6a4cba1d29ad9959ecd7f39c6b4acc2be259c.tar.bz2 clientdata-7bd6a4cba1d29ad9959ecd7f39c6b4acc2be259c.tar.xz clientdata-7bd6a4cba1d29ad9959ecd7f39c6b4acc2be259c.zip |
Register all Trickster skills on skills.xml and skillunits.xml
Note that firewalk needs a burning sprite. Didn't we had one...?
Diffstat (limited to 'skills.xml')
-rw-r--r-- | skills.xml | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -257,6 +257,20 @@ Copyright (C) 2018 TMW2 --> description="Atk Speed+++++, No Evasion. Melee Weapon. 100 MP/Lvl. Mana Skill." invokeCmd="@sk-demure" /> + <skill + id="150" + name="Tactical Retreat" + icon="graphics/skills/none.png" + description="Jumps five tiles back to gain some space." + castingSrcEffectId="23" + /> + <skill + id="2023" + name="Jump Attack!" + icon="graphics/skills/none.png" + description="Jumps at an enemy and attacks. Don't let 'em run away!" + castingSrcEffectId="23" + /> </set> <set name="Magical"> @@ -278,6 +292,20 @@ Copyright (C) 2018 TMW2 --> dstEffectId="11" /> <skill + id="18" + name="Fire Wall" + icon="graphics/skills/none.png" + description="Creates several short-lived obstacles to push back and attack enemies." + castingSrcEffectId="23" + /> + <skill + id="2443" + name="Fire Walk" + icon="graphics/skills/none.png" + description="Pursuers will burn their feet, o admirable one." + castingSrcEffectId="23" + /> + <skill id="382" name="Sharpshooter" icon="graphics/skills/other/sharpshooter.png" |