diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-01 17:02:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-01 17:02:07 -0300 |
commit | 03400f824d4f78abcc6938968b4a6d534d0b942f (patch) | |
tree | 21967e1021bb9df4b4df7c2c5ca2e55b47d14c58 | |
parent | 8e411d00d0759db32e8641d84b440e91bebac221 (diff) | |
download | clientdata-03400f824d4f78abcc6938968b4a6d534d0b942f.tar.gz clientdata-03400f824d4f78abcc6938968b4a6d534d0b942f.tar.bz2 clientdata-03400f824d4f78abcc6938968b4a6d534d0b942f.tar.xz clientdata-03400f824d4f78abcc6938968b4a6d534d0b942f.zip |
Add the new homun skills
-rw-r--r-- | skills.xml | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -742,10 +742,10 @@ Copyright (C) 2018 TMW2 --> /> <!-- Tanker --> <skill - id="8001" - name="Weakling Heal" + id="8045" + name="Healing Touch" icon="graphics/skills/emote.png" - description="HORRIBLE healing skill." + description="Weak healing on homunculus and player." /> <skill id="8031" @@ -768,6 +768,12 @@ Copyright (C) 2018 TMW2 --> icon="graphics/skills/emote.png" description="Raise ATK and leech HP." /> + <skill + id="8006" + name="Survival Order!" + icon="graphics/skills/emote.png" + description="Raises vit for both." + /> <!-- Lucky --> <skill @@ -779,11 +785,12 @@ Copyright (C) 2018 TMW2 --> <!-- Accurate --> <skill - id="8006" - name="Survival Order!" + id="8044" + name="Skill X" icon="graphics/skills/emote.png" - description="Raises vit for both." + description="Target mob gives bonus exp. (No boss)." /> + <!-- All Rounder --> <skill id="8007" |