diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-08-08 17:32:48 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-08-08 17:32:48 +0000 |
commit | 69f2ff6b5e75743075ac05bc7d942a74d5a5696c (patch) | |
tree | 039e5094b0da9d0873f2b00153f2f86f58e67207 /graphics/particles/cookingfire.particle.xml | |
parent | 6fe668d525d37365ac923ddfa9e2bb55eb513229 (diff) | |
download | clientdata-69f2ff6b5e75743075ac05bc7d942a74d5a5696c.tar.gz clientdata-69f2ff6b5e75743075ac05bc7d942a74d5a5696c.tar.bz2 clientdata-69f2ff6b5e75743075ac05bc7d942a74d5a5696c.tar.xz clientdata-69f2ff6b5e75743075ac05bc7d942a74d5a5696c.zip |
Added music and graphic effects to the woodland village maps.
Diffstat (limited to 'graphics/particles/cookingfire.particle.xml')
-rw-r--r-- | graphics/particles/cookingfire.particle.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/graphics/particles/cookingfire.particle.xml b/graphics/particles/cookingfire.particle.xml new file mode 100644 index 00000000..575e6335 --- /dev/null +++ b/graphics/particles/cookingfire.particle.xml @@ -0,0 +1,68 @@ +<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "-8"
+ position-z = "8"
+ >
+ <emitter>
+ <property name="position-x" min="6" max="28"/>
+ <property name="position-y" min="-6" max="0"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="power" min="0" max="0.25"/>
+ <property name="gravity" value="-0.02"/>
+ <property name="image" value="graphics/particles/blaze.png"/>
+ <property name="lifetime" min="20" max="40"/>
+ <property name="output" min="0" max="4"/>
+ <property name="fade-in" value="0"/>
+ <property name="fade-out" value="30"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="16" max="24"/>
+ <property name="position-y" min="-16" max="-8"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="image" value="graphics/particles/fog-medium-white-a.png"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="50" max="90"/>
+ <property name="power" value="1.0"/>
+ <property name="momentum" value="0.99"/>
+ <property name="randomness" value="1000"/>
+ <property name="gravity" value="0"/>
+ <property name="output" min="-2" max="1"/>
+ <property name="lifetime" min="20" max="60"/>
+ <property name="fade-out" value="100"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="16" max="24"/>
+ <property name="position-y" min="-18" max="-10"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="image" value="graphics/particles/fog-medium-white-b.png"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="50" max="90"/>
+ <property name="power" value="1.0"/>
+ <property name="momentum" value="0.99"/>
+ <property name="randomness" value="1000"/>
+ <property name="gravity" value="0"/>
+ <property name="output" min="-2" max="1"/>
+ <property name="lifetime" min="40" max="100"/>
+ <property name="fade-out" value="100"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="16" max="24"/>
+ <property name="position-y" min="-18" max="-10"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="image" value="graphics/particles/fog-medium-white-c.png"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="50" max="90"/>
+ <property name="power" value="1.0"/>
+ <property name="momentum" value="0.99"/>
+ <property name="randomness" value="1000"/>
+ <property name="gravity" value="0"/>
+ <property name="output" min="-2" max="1"/>
+ <property name="lifetime" min="40" max="100"/>
+ <property name="fade-out" value="100"/>
+ </emitter>
+ </particle>
+</effect>
\ No newline at end of file |