diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-20 14:25:09 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-20 14:25:09 -0500 |
commit | d3e3085647f184855b7acac49f7cb1b5602b66e1 (patch) | |
tree | 1cc9bfca52b31ef56d2ebf1f7c5071aa16cb31c9 | |
parent | ecf81718b1ed22354149d7e01addd59aba0ffd8b (diff) | |
download | clientdata-d3e3085647f184855b7acac49f7cb1b5602b66e1.tar.gz clientdata-d3e3085647f184855b7acac49f7cb1b5602b66e1.tar.bz2 clientdata-d3e3085647f184855b7acac49f7cb1b5602b66e1.tar.xz clientdata-d3e3085647f184855b7acac49f7cb1b5602b66e1.zip |
fix status-effects not showing particles
-rw-r--r-- | status-effects.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/status-effects.xml b/status-effects.xml index 3d3b232c..92562369 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -1,11 +1,11 @@ <?xml version="1.0"?> <status-effects> - <status-effect name="item-healing" id="70" opt2="256" persistent-particle-effect="yes" start-particle="graphics/particles/circle.particle.xml"/> - <status-effect name="speed" id="37" opt2="32" icon="icons/haste-potion.xml|#da69e5,ffdaff" persistent-particle-effect="yes" start-particle="graphics/particles/pink-violent-glow.particle.xml"/> - <status-effect name="strength" id="185" opt2="128" icon="icons/iron-potion.xml|#c05000,f0a000,f0f09f" persistent-particle-effect="yes" start-particle="graphics/particles/orange-violent-glow.particle.xml"/> - <status-effect name="invisibility" id="4096" option="4096" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="yes" start-particle="graphics/particles/sphere-white.particle.xml"/> - <status-effect name="poison" id="132" opt2="1" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/green-bubbles.particle.xml"/> - <status-effect name="slow-poison" id="14" opt2="512" icon="icons/slow-poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> + <status-effect name="item-healing" id="70" opt2="256" persistent-particle-effect="yes" particle="graphics/particles/circle.particle.xml"/> + <status-effect name="speed" id="37" opt2="32" icon="icons/haste-potion.xml|#da69e5,ffdaff" persistent-particle-effect="yes" particle="graphics/particles/pink-violent-glow.particle.xml"/> + <status-effect name="strength" id="185" opt2="128" icon="icons/iron-potion.xml|#c05000,f0a000,f0f09f" persistent-particle-effect="yes" particle="graphics/particles/orange-violent-glow.particle.xml"/> + <status-effect name="invisibility" id="4096" option="4096" icon="icons/invisible.xml" start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="yes" particle="graphics/particles/sphere-white.particle.xml"/> + <status-effect name="poison" id="132" opt2="1" icon="icons/poison.xml" persistent-particle-effect="yes" particle="graphics/particles/green-bubbles.particle.xml"/> + <status-effect name="slow-poison" id="14" opt2="512" icon="icons/slow-poison.xml" persistent-particle-effect="yes" particle="graphics/particles/small-green-bubbles.particle.xml"/> <status-effect name="weight 50%" id="35"/> <status-effect name="weight 90%" id="36"/> <status-effect name="hide" id="194" option="64" icon="icons/hidden.xml"/> |