diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-18 18:48:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-18 18:48:22 +0300 |
commit | 7c421866e3527d599b83cdd6e2e77f8fc4132c5b (patch) | |
tree | a9485f32c21ae79dfba08078850751ab3e628d3a /skills.xml | |
parent | f808af78e02ba3b958111f83bb1f76fcb984d67e (diff) | |
download | clientdata-7c421866e3527d599b83cdd6e2e77f8fc4132c5b.tar.gz clientdata-7c421866e3527d599b83cdd6e2e77f8fc4132c5b.tar.bz2 clientdata-7c421866e3527d599b83cdd6e2e77f8fc4132c5b.tar.xz clientdata-7c421866e3527d599b83cdd6e2e77f8fc4132c5b.zip |
Add mass provoke into skills.xml with testing casting animation.
Diffstat (limited to 'skills.xml')
-rw-r--r-- | skills.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -4,13 +4,24 @@ Copyright (C) 2010-2013 Evol Online --> <skills> <set name="Basic"> - <skill id="1" name="Basic" icon="graphics/skills/emote.png" description="Allow do basic things."/> + <skill + id="1" + name="Basic" + icon="graphics/skills/emote.png" + description="Allow do basic things." + /> <!-- <skill id="2" name="Trade"/> <skill id="3" name="Party" level="1" description="You can join a party."/> <skill id="3" name="Party" level="2" description="You can join and create a party."/> --> <skill + id="20000" + name="Mass provoke" + description="Allow provoke many monsters." + castingAnimation="emote.xml" + /> + <skill id="20001" name="Magic shield" description="Allow protect from magic attacks." |