summaryrefslogtreecommitdiff
path: root/graphics/particles/manaseed.particle.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2009-03-14 20:45:30 +0100
committerPhilipp Sehmisch <tmw@crushnet.org>2009-03-14 20:45:30 +0100
commit96668eb8b325c16f119eaff8f4865380f030c9e9 (patch)
treec71f1cb68e752399c9e229612b8564e8d4a96c8a /graphics/particles/manaseed.particle.xml
parent7d8fbc4e72248d2d1df18c92cb84f3fc7a30cff6 (diff)
downloadclientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.tar.gz
clientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.tar.bz2
clientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.tar.xz
clientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.zip
Added particle effect to mana seed NPC
Diffstat (limited to 'graphics/particles/manaseed.particle.xml')
-rw-r--r--graphics/particles/manaseed.particle.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/particles/manaseed.particle.xml b/graphics/particles/manaseed.particle.xml
new file mode 100644
index 00000000..805dc931
--- /dev/null
+++ b/graphics/particles/manaseed.particle.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+
+<!--
+A one tile wide rectangular fire effect intended for use with the fireplace
+from the woodland_indoor tileset.
+-->
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "8"
+ position-z = "16"
+ >
+ <emitter>
+ <property name="randomnes" value="100" />
+ <property name="image" value="graphics/particles/star-small.png|W:#990000,ffffff" />
+ <property name="gravity" value="-0.001" />
+ <property name="lifetime" value="200"/>
+ <property name="output-pause" value="10" />
+ <property name="output" min="0" max="1"/>
+ <property name="fade-out" value="100"/>
+ <property name="bounce" value="1" />
+ </emitter>
+ </particle>
+</effect> \ No newline at end of file