summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-08-03 22:00:20 +0200
committerBertram <bertram@cegetel.net>2009-08-03 22:00:20 +0200
commita436add6acf8732e9218a2b4df4be88d0a0bf55c (patch)
treeff43b23daffd9408d76420cc1c46080a0896b573 /graphics/particles
parent513e2c91619ec792c857a64a5e76379e4cd16799 (diff)
downloadclientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.tar.gz
clientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.tar.bz2
clientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.tar.xz
clientdata-a436add6acf8732e9218a2b4df4be88d0a0bf55c.zip
Added the wisp monster (Crush's contribution).
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/wisp.particle.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/particles/wisp.particle.xml b/graphics/particles/wisp.particle.xml
new file mode 100644
index 00000000..4996b8c5
--- /dev/null
+++ b/graphics/particles/wisp.particle.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+
+<!--
+A circle on the ground 60 pixels in diameter made from particles.
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "48"
+ >
+ <emitter>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-y" min="-16" max="16"/>
+ <property name="position-z" min="-16" max="16"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="vertical-angle" min="0" max="360"/>
+ <property name="power" min="0.4" max="2"/>
+ <property name="lifetime" value="160"/>
+ <property name="fade-out" value="40" />
+ <property name="fade-in" value="40" />
+ <property name="output" min="-20" max="1"/>
+ <property name="acceleration" value="0.1" />
+ <property name="alpha" value="0.5" />
+ <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff" />
+ <property name="follow-parent" />
+ </emitter>
+ </particle>
+</effect> \ No newline at end of file