summaryrefslogtreecommitdiff
path: root/graphics/particles/monster-goblin-firebreath.particle.xml
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-06-05 15:55:17 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2012-06-11 20:42:33 +0200
commitb683a8cfeb43f4c6b9547ad9c31e82b8af50626b (patch)
tree65bfa1ca0e8b49984274b5faafae58bb3ac7992f /graphics/particles/monster-goblin-firebreath.particle.xml
parent93b68068f1c940d9437b1849047349b1a8a1e91e (diff)
downloadclientdata-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 'graphics/particles/monster-goblin-firebreath.particle.xml')
-rw-r--r--graphics/particles/monster-goblin-firebreath.particle.xml61
1 files changed, 27 insertions, 34 deletions
diff --git a/graphics/particles/monster-goblin-firebreath.particle.xml b/graphics/particles/monster-goblin-firebreath.particle.xml
index 86f9a8a3..7ac82b5b 100644
--- a/graphics/particles/monster-goblin-firebreath.particle.xml
+++ b/graphics/particles/monster-goblin-firebreath.particle.xml
@@ -1,41 +1,34 @@
<?xml version="1.0"?>
-
<!--
A horizontal flame burst with a range of about 60 pixels.
Creates up to 400 particles but only for a very brief moment.
used for the fire breath attack of the fire goblins.
-->
-
<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "16"
- lifetime = "25"
- >
- <emitter>
- <property name="position-x" min="0" max="0"/>
- <property name="position-y" min="-8" max="-8"/>
- <property name="horizontal-angle" min="80" max="100"/>
- <property name="vertical-angle" min="-20" max="20"/>
- <property name="power" min="1" max="1.5"/>
- <property name="momentum" value="0.99" />
- <property name="gravity" value="-0.02"/>
- <animation imageset="graphics/particles/aniblaze-medium.png|W:#ffff00,ff0000" width="16" height="16">
- <frame index="0" delay="5" />
- <frame index="1" delay="10" />
- <frame index="2" delay="15" />
- <frame index="3" delay="25" />
- <frame index="4" delay="35" />
- <frame index="5" delay="60" />
- <frame index="6" delay="95" />
- <frame index="7" delay="160" />
- <frame index="8" delay="9999" />
- </animation>
- <property name="lifetime" min="0" max="80"/>
- <property name="output" min="5" max="10"/>
- <property name="fade-in" value="0"/>
- <property name="fade-out" value="60"/>
- </emitter>
- </particle>
-</effect> \ No newline at end of file
+ <particle position-x="0" position-y="0" position-z="16" lifetime="25">
+ <emitter>
+ <property name="position-x" min="0" max="0"/>
+ <property name="position-y" min="-8" max="-8"/>
+ <property name="horizontal-angle" min="80" max="100"/>
+ <property name="vertical-angle" min="-20" max="20"/>
+ <property name="power" min="1" max="1.5"/>
+ <property name="momentum" value="0.99"/>
+ <property name="gravity" value="-0.02"/>
+ <animation imageset="graphics/particles/aniblaze-medium.png|W:#ffff00,ff0000" width="16" height="16">
+ <frame index="0" delay="5"/>
+ <frame index="1" delay="10"/>
+ <frame index="2" delay="15"/>
+ <frame index="3" delay="25"/>
+ <frame index="4" delay="35"/>
+ <frame index="5" delay="60"/>
+ <frame index="6" delay="95"/>
+ <frame index="7" delay="160"/>
+ <frame index="8" delay="9999"/>
+ </animation>
+ <property name="lifetime" min="0" max="80"/>
+ <property name="output" min="5" max="10"/>
+ <property name="fade-in" value="0"/>
+ <property name="fade-out" value="60"/>
+ </emitter>
+ </particle>
+</effect>