diff options
author | wushin <pasekei@gmail.com> | 2014-07-01 13:50:19 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-02 23:58:24 -0500 |
commit | 18305b7c040b54efd169d5887e169a7b7fe862ea (patch) | |
tree | 8d8645d6aca5d06d8dda4fb7a8e0b7720a579eab /status-effects.xml | |
parent | b6ad9442cfb9a0aef2f9035c93cf6275820f51fb (diff) | |
download | clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.gz clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.bz2 clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.xz clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.zip |
Fixing numerous warnings and errors in manaplus
closes #121
closes #108
closes #100
closes #93
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/status-effects.xml b/status-effects.xml index 3e508a83..e33ccbf7 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> <status-effects> <status-effect name="item-healing" id="70" block-id="24" persistent-particle-effect="true" start-particle="graphics/particles/circle.particle.xml"/> - <status-effect name="speed" id="37" block-id="21" icon="icons/haste-potion.xml" persistent-particle-effect="true" start-particle="graphics/particles/pink-violent-glow.particle.xml"/> - <status-effect name="strength" id="185" block-id="23" icon="icons/iron-potion.xml" persistent-particle-effect="true" start-particle="graphics/particles/orange-violent-glow.particle.xml"/> + <status-effect name="speed" id="37" block-id="21" icon="icons/haste-potion.xml|#da69e5,ffdaff" persistent-particle-effect="true" 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="true" 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="true" start-particle="graphics/particles/sphere-white.particle.xml"/> <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="true" 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="true" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> @@ -10,7 +10,7 @@ <status-effect name="hide" id="194" icon="icons/hidden.xml"/> <status-effect name="flying-backpack" id="196" icon="icons/feather.xml"/> <status-effect name="barrier" id="197" icon="icons/green-barrier.xml"/> - <status-effect name="phys-shield" id="199" icon="icons/red-rotating-hex.xml"/> + <status-effect name="phys-shield" id="199" icon="icons/red-rotating-hex.xml|#ff0000"/> <status-effect name="spell-attack-generic" id="2000" icon="icons/spell-attack-generic.xml"/> <status-effect name="spell-shearing" id="2001" icon="icons/spell-shearing.xml"/> <status-effect name="spell-protection-generic" id="2002" icon="icons/spell-protection-generic.xml"/> |