diff options
-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"/> |