diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-04 01:05:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-04 01:05:00 -0300 |
commit | 47181a368520473b3694a3eb4a8f7d152f5a9eb7 (patch) | |
tree | 483f4b10541d3eda408d0f48fb12170018506940 /skills.xml | |
parent | 181d4c7523481db1ad2fa32cc7db19e7521d2347 (diff) | |
download | clientdata-47181a368520473b3694a3eb4a8f7d152f5a9eb7.tar.gz clientdata-47181a368520473b3694a3eb4a8f7d152f5a9eb7.tar.bz2 clientdata-47181a368520473b3694a3eb4a8f7d152f5a9eb7.tar.xz clientdata-47181a368520473b3694a3eb4a8f7d152f5a9eb7.zip |
Implement the Legendary Weapons + fixes
Diffstat (limited to 'skills.xml')
-rw-r--r-- | skills.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -364,6 +364,13 @@ Copyright (C) 2018 TMW2 --> description="185 MP. 10x plushroom, 1x milk. Create potions." invokeCmd="@sk-mkpot" /> + <skill + id="20029" + name="Summon Dragon" + icon="graphics/skills/none.png" + description="500 MP + 40/lvl. 5x Dragon Scale." + invokeCmd="@sk-dragokin" + /> <!-- Mana Skill: Summon Cave Maggot --> <skill id="20023" @@ -392,6 +399,14 @@ Copyright (C) 2018 TMW2 --> castingSrcEffectId="23" level="3" /> + <skill + id="20023" + name="Summon Cave Maggot" + icon="graphics/skills/magic.png" + description="400 MP + 75/lvl." + invokeCmd="@sk-zarkor" + castingSrcEffectId="23" + /> </set> |