diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-05 15:55:17 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-06-11 20:42:33 +0200 |
commit | b683a8cfeb43f4c6b9547ad9c31e82b8af50626b (patch) | |
tree | 65bfa1ca0e8b49984274b5faafae58bb3ac7992f /status-effects.xml | |
parent | 93b68068f1c940d9437b1849047349b1a8a1e91e (diff) | |
download | clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.tar.gz clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.tar.bz2 clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.tar.xz clientdata-b683a8cfeb43f4c6b9547ad9c31e82b8af50626b.zip |
Format xml files.
Running tools/formatXML.sh
Applying manual edits to:
- effects.xml to place comments above the line they belong to instead of below
- to paths.xml and portal-door.particle.xml to remove tabs within a comment
- to playerglow.particle.xml to remove an superflous '-->' which messed up the automatic indentation.
- used 'sed 's/^\(.*\)\(<!--.*-->\)\(.*\)$/\2\1\3/' -i npcs.xml' to move comments in front of the tags they belong to,
manually edited npcs 251 to 265
Diffstat (limited to 'status-effects.xml')
-rw-r--r-- | status-effects.xml | 78 |
1 files changed, 16 insertions, 62 deletions
diff --git a/status-effects.xml b/status-effects.xml index 302b07a8..242773f2 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -1,64 +1,18 @@ -<?xml version="1.0" encoding="utf-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="icon-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="icon-iron-potion.xml" - persistent-particle-effect="true" - start-particle="graphics/particles/orange-violent-glow.particle.xml" - /> - <status-effect name="invisibility" id="4096" block-id="12" - icon="icon-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="icon-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="icon-slow-poison.xml" - persistent-particle-effect="true" - start-particle="graphics/particles/small-green-bubbles.particle.xml" - /> - <status-effect name="dark-aura" id="2004" block-id="26" - icon="icon-poison.xml" - persistent-particle-effect="true" - start-particle="graphics/particles/dark-aura.particle.xml" - /> - <status-effect name="hide" id="194" - icon="icon-hidden.xml" - /> - <status-effect name="flying-backpack" id="196" - icon="icon-feather.xml" - /> - <status-effect name="barrier" id="197" - icon="icon-green-barrier.xml" - /> - <status-effect name="phys-shield" id="199" - icon="icon-red-rotating-hex.xml" - /> - <status-effect name="spell-attack-generic" id="2000" - icon="icon-spell-attack-generic.xml" - /> - <status-effect name="spell-shearing" id="2001" - icon="icon-spell-shearing.xml" - /> - <status-effect name="spell-protection-generic" id="2002" - icon="icon-spell-protection-generic.xml" - /> - <status-effect name="spell-haste" id="2003" - icon="icon-spell-haste.xml" - /> + <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="icon-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="icon-iron-potion.xml" persistent-particle-effect="true" start-particle="graphics/particles/orange-violent-glow.particle.xml"/> + <status-effect name="invisibility" id="4096" block-id="12" icon="icon-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="icon-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="icon-slow-poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/small-green-bubbles.particle.xml"/> + <status-effect name="dark-aura" id="2004" block-id="26" icon="icon-poison.xml" persistent-particle-effect="true" start-particle="graphics/particles/dark-aura.particle.xml"/> + <status-effect name="hide" id="194" icon="icon-hidden.xml"/> + <status-effect name="flying-backpack" id="196" icon="icon-feather.xml"/> + <status-effect name="barrier" id="197" icon="icon-green-barrier.xml"/> + <status-effect name="phys-shield" id="199" icon="icon-red-rotating-hex.xml"/> + <status-effect name="spell-attack-generic" id="2000" icon="icon-spell-attack-generic.xml"/> + <status-effect name="spell-shearing" id="2001" icon="icon-spell-shearing.xml"/> + <status-effect name="spell-protection-generic" id="2002" icon="icon-spell-protection-generic.xml"/> + <status-effect name="spell-haste" id="2003" icon="icon-spell-haste.xml"/> </status-effects> |