diff options
author | HoraK-FDF <horak-fdf@web.de> | 2022-09-19 22:13:44 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2022-09-19 22:13:44 +0200 |
commit | 2244889e3684af8e41a206587044a0951ed48e4c (patch) | |
tree | c1b14af44e15b922f43468ba99edd8fb12c13a2b | |
parent | 94d5ffe1d4ae5f8f525f213f41a1647fe30b0349 (diff) | |
download | clientdata-2244889e3684af8e41a206587044a0951ed48e4c.tar.gz clientdata-2244889e3684af8e41a206587044a0951ed48e4c.tar.bz2 clientdata-2244889e3684af8e41a206587044a0951ed48e4c.tar.xz clientdata-2244889e3684af8e41a206587044a0951ed48e4c.zip |
healing status effect
-rw-r--r-- | status-effects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status-effects.xml b/status-effects.xml index 92562369..efeed2d3 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <status-effects> - <status-effect name="item-healing" id="70" opt2="256" persistent-particle-effect="yes" particle="graphics/particles/circle.particle.xml"/> + <status-effect name="item-healing" id="70" opt2="256" icon="icons/healing.xml" 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"/> |