diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-19 23:59:51 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-19 23:59:51 -0500 |
commit | bf618e77855392077471bf2c8c520b355f5cf7cc (patch) | |
tree | 13956240ed16f72491b148b5c6e50dfb357d75f2 /status-effects.xml | |
parent | 0a5147cabbbdd765bba997ea3ff4204dc86e07d7 (diff) | |
download | clientdata-bf618e77855392077471bf2c8c520b355f5cf7cc.tar.gz clientdata-bf618e77855392077471bf2c8c520b355f5cf7cc.tar.bz2 clientdata-bf618e77855392077471bf2c8c520b355f5cf7cc.tar.xz clientdata-bf618e77855392077471bf2c8c520b355f5cf7cc.zip |
remove legacy block-id from status-effects
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/status-effects.xml b/status-effects.xml index b6b6949d..3d3b232c 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -1,15 +1,14 @@ <?xml version="1.0"?> <status-effects> - <status-effect name="item-healing" id="70" block-id="24" persistent-particle-effect="yes" start-particle="graphics/particles/circle.particle.xml"/> - <status-effect name="speed" id="37" block-id="21" 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" block-id="23" 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" block-id="12" 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" block-id="16" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/green-bubbles.particle.xml"/> - <status-effect name="slow-poison" id="14" block-id="25" icon="icons/slow-poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> - <status-effect name="dark-aura" id="2004" block-id="26" icon="icons/poison.xml" persistent-particle-effect="yes" start-particle="graphics/particles/dark-aura.particle.xml"/> + <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="weight 50%" id="35"/> <status-effect name="weight 90%" id="36"/> - <status-effect name="hide" id="194" block-id="6" icon="icons/hidden.xml"/> + <status-effect name="hide" id="194" option="64" icon="icons/hidden.xml"/> <status-effect name="halt-regenerate" id="195"/> <status-effect name="flying-backpack" id="196" icon="icons/feather.xml"/> <status-effect name="barrier" id="197" icon="icons/green-barrier.xml"/> |