diff options
-rw-r--r-- | status-effects.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/status-effects.xml b/status-effects.xml index a9f644fc..bf33c2ec 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -73,7 +73,7 @@ end-message: Displays a message when the effect end. name="dmg +" id="15" icon="icons/iron-potion.xml|#c05000,f0a000,f0f09f" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/orange-violent-glow.start-particle.xml" /> <status-effect @@ -114,21 +114,21 @@ end-message: Displays a message when the effect end. name="att haste 1" id="37" icon="icons/haste-potion.xml|#da69e5,ffdaff" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/pink-violent-glow.start-particle.xml" /> <status-effect name="att haste 2" id="38" icon="icons/haste-potion.xml|#da69e5,ffdaff" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/pink-violent-glow.start-particle.xml" /> <status-effect name="att haste 3" id="39" icon="icons/haste-potion.xml|#da69e5,ffdaff" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/pink-violent-glow.start-particle.xml" /> <status-effect @@ -169,7 +169,7 @@ end-message: Displays a message when the effect end. name="inc str 2" id="150" icon="icons/iron-potion.xml|#c05000,f0a000,f0f09f" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/orange-violent-glow.start-particle.xml" /> <status-effect @@ -202,14 +202,14 @@ end-message: Displays a message when the effect end. name="heal s" id="293" icon="icons/healing.xml" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/circle.start-particle.xml" /> <status-effect name="heal l" id="294" icon="icons/healing.xml" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/circle.start-particle.xml" /> <status-effect @@ -246,7 +246,7 @@ end-message: Displays a message when the effect end. icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/sphere-white.start-particle.xml" /> <status-effect @@ -257,7 +257,7 @@ end-message: Displays a message when the effect end. name="heal g" id="578" icon="icons/healing.xml" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/circle.start-particle.xml" /> <status-effect @@ -273,7 +273,7 @@ end-message: Displays a message when the effect end. name="heal m" id="670" icon="icons/healing.xml" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/circle.start-particle.xml" /> <status-effect @@ -405,7 +405,7 @@ end-message: Displays a message when the effect end. icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/sphere-white.start-particle.xml" /> <!-- OPTION_CART2 --> @@ -566,7 +566,7 @@ end-message: Displays a message when the effect end. name="poison" opt2="1" icon="icons/poison.xml" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/green-bubbles.start-particle.xml" /> <!-- OPT2_CURSE --> @@ -598,14 +598,14 @@ end-message: Displays a message when the effect end. <status-effect name="dpoison" opt2="128" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/green-bubbles.start-particle.xml" /> <!-- OPT2_FEAR --> <status-effect name="fear" opt2="256" - persistent-start-particle-effect="yes" + persistent-particle-effect="yes" start-particle="graphics/start-particles/small-green-bubbles.start-particle.xml" /> |