diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-29 16:29:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-29 16:29:07 -0300 |
commit | 65efd4d2028d0b8a7adf7898c34e22491de47121 (patch) | |
tree | 50f430cf1fb7789a553d5798efc53a72d9b60550 | |
parent | c9f8280d6c58886b526260e232402508d03b3017 (diff) | |
download | clientdata-65efd4d2028d0b8a7adf7898c34e22491de47121.tar.gz clientdata-65efd4d2028d0b8a7adf7898c34e22491de47121.tar.bz2 clientdata-65efd4d2028d0b8a7adf7898c34e22491de47121.tar.xz clientdata-65efd4d2028d0b8a7adf7898c34e22491de47121.zip |
Add missing skill entries
-rw-r--r-- | skills.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/skills.xml b/skills.xml index e9793b4b5..dd410ad9e 100644 --- a/skills.xml +++ b/skills.xml @@ -255,6 +255,12 @@ Copyright (C) 2018 TMW2 --> description="Grants you additional Magic Skill Points." /> <skill + id="20078" + name="Chanting" + icon="graphics/skills/none.png" + description="Improves use of magic via chants." + /> + <skill id="284" name="Dragon Slayer" icon="graphics/skills/wizard/dragon.png" @@ -536,6 +542,17 @@ Copyright (C) 2018 TMW2 --> castingSrcEffectId="23" dstEffectId="703" /> + <skill + id="20077" + name="Resurrection" + icon="graphics/skills/first_aid.png" + description="Resurrects a fallen comrade. Req. Lifestone." + castingMissile-particle="graphics/particles/concentration.xml" + castingMissile-lifetime="10000" + castingMissile-speed="3" + castingSrcEffectId="23" + dstEffectId="703" + /> <!-- Sage --> <skill |