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 | |
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...?
-rw-r--r-- | npcdialogs.xml | 1 | ||||
-rw-r--r-- | skills.xml | 28 | ||||
-rw-r--r-- | skillunits.xml | 10 |
3 files changed, 36 insertions, 3 deletions
diff --git a/npcdialogs.xml b/npcdialogs.xml index 8f707be0..453be157 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -77,6 +77,7 @@ Copyright (C) 2019 Moubootaur Legends --> <text x="10" y="315" width="350" height="30" text="Last resort skill." /> <button x="45" y="275" name="Learn" value="fullthrottle" /> + <!--text x="10" y="340" width="150" height="30" text="##BFinal Degree##b" /--> <!-- GUI size: 75px --> <image x="10" y="340" image="graphics/skills/none.png" /> <text x="10" y="375" width="200" height="12" text="Sudden Attack" /> @@ -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" diff --git a/skillunits.xml b/skillunits.xml index 066f17e9..9e3ee29d 100644 --- a/skillunits.xml +++ b/skillunits.xml @@ -21,13 +21,17 @@ Copyright (C) 2015 Evol Online --> <skillunit id="178" name="Family call"> <sprite>monsters/plushroom.xml</sprite> </skillunit> + <!-- SC_DIMENSIONDOOR --> + <skillunit id="205" name="Dimension door"> + <sprite>npcs/xml/artisindoor.xml</sprite> + </skillunit> <!-- RA_CLUSTERBOMB --> <skillunit id="217" name="Cluster bomb"> <sprite>monsters/piou.xml</sprite> </skillunit> - <!-- SC_DIMENSIONDOOR --> - <skillunit id="205" name="Dimension door"> - <sprite>npcs/xml/artisindoor.xml</sprite> + <!-- SO_FIREWALK --> + <skillunit id="220" name="Fire Walk"> + <sprite>icons/hide.xml</sprite> </skillunit> <!-- GN_DEMONIC_FIRE --> <!-- |