summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-10 22:54:27 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-10 22:54:27 +0300
commitb14c58bc31feeb5156b9addb7ffcb447acd78d56 (patch)
treec62e547e22ffdfec9b433ca6692ecaf6872b2e50
parentd0c3177a2c300137a2f8564a6fe1ca210f57dbcf (diff)
downloadclientdata-b14c58bc31feeb5156b9addb7ffcb447acd78d56.tar.gz
clientdata-b14c58bc31feeb5156b9addb7ffcb447acd78d56.tar.bz2
clientdata-b14c58bc31feeb5156b9addb7ffcb447acd78d56.tar.xz
clientdata-b14c58bc31feeb5156b9addb7ffcb447acd78d56.zip
Remove magic shield skill casting effect and add starting status effect for magic shield.
For correct support need ManaPlus 1.6.7.16
-rw-r--r--effects.xml1
-rw-r--r--skills.xml1
-rw-r--r--status-effects.xml1
3 files changed, 1 insertions, 2 deletions
diff --git a/effects.xml b/effects.xml
index 3a83997e..b3a11f79 100644
--- a/effects.xml
+++ b/effects.xml
@@ -29,7 +29,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"/> <!-- A magic shield particle effect. -->
<effect id="344"/> <!-- @summon GM command particle effect. -->
<effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. -->
diff --git a/skills.xml b/skills.xml
index 89b7a470..1f0d8d48 100644
--- a/skills.xml
+++ b/skills.xml
@@ -14,7 +14,6 @@ Copyright (C) 2010-2013 Evol Online -->
id="20001"
name="Magic shield"
description="Allow protect from magic attacks."
- castingDstEffectId="24"
/>
</set>
<set name="Other">
diff --git a/status-effects.xml b/status-effects.xml
index 9f0a0882..93c0b242 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -238,6 +238,7 @@ 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"
/>