diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 00:50:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 01:07:19 +0300 |
commit | 105658b4b872ad8b2613e03b07735f82df92ed84 (patch) | |
tree | fadce7e593c5a51dbbba6863eb512ca460b0434a | |
parent | 7e65900ed5a17887ef9ee9f4e8cf84c86abc6b8e (diff) | |
download | clientdata-105658b4b872ad8b2613e03b07735f82df92ed84.tar.gz clientdata-105658b4b872ad8b2613e03b07735f82df92ed84.tar.bz2 clientdata-105658b4b872ad8b2613e03b07735f82df92ed84.tar.xz clientdata-105658b4b872ad8b2613e03b07735f82df92ed84.zip |
Simplify magic shield effects.
-rw-r--r-- | effects.xml | 2 | ||||
-rw-r--r-- | status-effects.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/effects.xml b/effects.xml index 2579c6e2..ddcc775a 100644 --- a/effects.xml +++ b/effects.xml @@ -28,8 +28,6 @@ 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"/> - <effect id="25" particle="graphics/particles/magic.shield-ends.xml"/> <effect id="344"/> <!-- @summon GM command particle effect. --> <effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. --> diff --git a/status-effects.xml b/status-effects.xml index eebf1001..0cea3ded 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -238,6 +238,8 @@ 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" /> <!-- OPTION_SIGHT --> |