diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 02:07:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 02:12:49 +0300 |
commit | 37c8b4c20e67e08184c65f41f1ce265e164e3097 (patch) | |
tree | cc3cd93fc30e3b7b0ad98646088c0aa639517b31 | |
parent | 80329dc33cb2d3495423938c7d684bcb14d7b3ba (diff) | |
download | clientdata-37c8b4c20e67e08184c65f41f1ce265e164e3097.tar.gz clientdata-37c8b4c20e67e08184c65f41f1ce265e164e3097.tar.bz2 clientdata-37c8b4c20e67e08184c65f41f1ce265e164e3097.tar.xz clientdata-37c8b4c20e67e08184c65f41f1ce265e164e3097.zip |
Add casting effect to magic shield skill and remove effect from magic shield status effect.
-rw-r--r-- | effects.xml | 1 | ||||
-rw-r--r-- | skills.xml | 12 | ||||
-rw-r--r-- | status-effects.xml | 1 |
3 files changed, 12 insertions, 2 deletions
diff --git a/effects.xml b/effects.xml index ddcc775a..aa16a890 100644 --- a/effects.xml +++ b/effects.xml @@ -28,6 +28,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. --> @@ -9,8 +9,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 0cea3ded..d9b6db54 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-generic" id="966" icon="icons/spell-protection-generic.xml" - start-particle="graphics/particles/magic.shield.xml" end-particle="graphics/particles/magic.shield-ends.xml" /> |