summaryrefslogtreecommitdiff
path: root/status-effects.xml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-02 17:50:53 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-02 17:50:53 +0300
commit600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch)
tree9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /status-effects.xml
parent9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff)
downloadclientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz
clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2
clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz
clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'status-effects.xml')
-rw-r--r--status-effects.xml72
1 files changed, 34 insertions, 38 deletions
diff --git a/status-effects.xml b/status-effects.xml
index 5f05b51b..1a2ccad1 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -1,42 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Authors: The Mana World & Evol Online. -->
-
-<!--
-Help:
- name: Name of the status effect.
- id: ID of the status effect.
- block-id: Group of different IDs(?).
- persistent-particle-effect: Display if the effect is present during all of the timer(?).
- start-particle: Particles used for the effect, showed when the effect is enable.
- icon: Icon used in the top bar, showed when the effect is enable.
- start-message : Display a message when you launch the effect.
- end-message : Display a message when the effect end.
+<!-- Author : Themanaworld and EvolOnline teams
+Help :
+name : Name of the status effect.
+id : ID of the status effect.
+block-id : Group of different IDs.(maybe)
+persistent-particle-effect : Display if the effect is present during all of the timer.(maybe)
+start-particle : Particles used for the effect, showed when the effect is enable.
+icon : Icon used in the top bar, showed when the effect is enable.
+start-message : Display a message when you launch the effect.
+end-message : Display a message when the effect end.
-->
<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="magnificat" id="20" block-id="24"
- icon="icons/healing.xml"
- persistent-particle-effect="true"
- start-particle="graphics/particles/circle.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="hide" id="194"
- icon="icons/hidden.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="magnificat" id="20" block-id="24"
+ icon="icons/healing.xml"
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/circle.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="hide" id="194"
+ icon="icons/hidden.xml"
+ />
</status-effects>