diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-10 01:21:03 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-10 01:21:03 +0200 |
commit | fe612702d7854921df6cd552e200322b76b401c9 (patch) | |
tree | f8fa77a240c7d4be18e6a14237742998d263f2c0 | |
parent | 1466c649cff897ddec4d73418c7e7d326a3612df (diff) | |
parent | 37c8b4c20e67e08184c65f41f1ce265e164e3097 (diff) | |
download | clientdata-fe612702d7854921df6cd552e200322b76b401c9.tar.gz clientdata-fe612702d7854921df6cd552e200322b76b401c9.tar.bz2 clientdata-fe612702d7854921df6cd552e200322b76b401c9.tar.xz clientdata-fe612702d7854921df6cd552e200322b76b401c9.zip |
Continued fixing some .xml files.
-rw-r--r-- | effects.xml | 2 | ||||
-rw-r--r-- | skills.xml | 12 | ||||
-rw-r--r-- | status-effects.xml | 1 |
3 files changed, 13 insertions, 2 deletions
diff --git a/effects.xml b/effects.xml index ddcc775a..b739c425 100644 --- a/effects.xml +++ b/effects.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Authors: 4144, Alige, Hal9000, Reid Copyright (C) 2010-2014 Evol Online --> + <being-effects> <effect id="0" audio="system/levelup.ogg" particle="graphics/particles/levelup.xml"/> <!-- Level up particle effect. --> <effect id="1" audio="system/skillup.ogg" particle="graphics/particles/skillup.xml"/> <!-- Skill up particle effect. --> @@ -28,6 +29,7 @@ Copyright (C) 2010-2014 Evol Online --> <effect id="21" particle="graphics/particles/poison-cloud.xml"/> <!-- Attack animation used by poisoned mushrooms. --> <effect id="22" particle="graphics/particles/treeglow.xml"/> <!-- Tree glowing particle effect. --> <effect id="23" particle="graphics/particles/magic.xml"/> <!-- A magical particle effect. --> + <effect id="24" particle="graphics/particles/magic.shield.xml"/> <!-- A magic shield particle effect. --> <effect id="344"/> <!-- @summon GM command particle effect. --> <effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. --> @@ -10,8 +10,18 @@ Copyright (C) 2010-2013 Evol Online --> <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="20001" + name="Magic shield" + description="Allow protect from magic attacks." + castingDstEffectId="24" + /> </set> <set name="Other"> - <skill id="220" name="Grafiti" description="Draw text on ground." useTextParameter="true"/> + <skill + id="220" + name="Grafiti" + description="Draw text on ground." + useTextParameter="true"/> </set> </skills> diff --git a/status-effects.xml b/status-effects.xml index 93c0b242..9f0a0882 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -238,7 +238,6 @@ end-message: Displays a message when the effect end. name="spell-protection" id="966" icon="icons/spell-protection.xml" - start-particle="graphics/particles/magic-shield.xml" end-particle="graphics/particles/magic-shield-end.xml" /> |