diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-10 03:30:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-10 03:30:15 -0300 |
commit | 0f9b7d437c83ba8e8116849535c1303534469e26 (patch) | |
tree | ffa25a169c1b1191be77e5b71824035e1ea07d50 | |
parent | 72f11da804c52a76ac0a211b900f51665b9f9f98 (diff) | |
download | clientdata-0f9b7d437c83ba8e8116849535c1303534469e26.tar.gz clientdata-0f9b7d437c83ba8e8116849535c1303534469e26.tar.bz2 clientdata-0f9b7d437c83ba8e8116849535c1303534469e26.tar.xz clientdata-0f9b7d437c83ba8e8116849535c1303534469e26.zip |
I know that, now shut up
-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" /> |