summaryrefslogtreecommitdiff
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
parent7d8fbc4e72248d2d1df18c92cb84f3fc7a30cff6 (diff)
downloadclientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.tar.gz
clientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.tar.bz2
clientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.tar.xz
clientdata-96668eb8b325c16f119eaff8f4865380f030c9e9.zip
Added particle effect to mana seed NPC
-rw-r--r--graphics/particles/manaseed.particle.xml25
-rw-r--r--npcs.xml2
2 files changed, 26 insertions, 1 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
diff --git a/npcs.xml b/npcs.xml
index e07a439e..534c6881 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -74,7 +74,7 @@
<npc id="163"><sprite variant="63">npc.xml</sprite></npc><!-- Flower Girl -->
<npc id="164"><sprite variant="64">npc.xml</sprite></npc><!-- Wedding Officiator -->
<npc id="165"><sprite variant="65">npc.xml</sprite></npc><!-- Dimond/Magician -->
-<npc id="166"><sprite variant="66">npc.xml</sprite></npc><!-- Mana Seed -->
+<npc id="166"><sprite variant="66">npc.xml</sprite><particlefx>graphics/particles/manaseed.particle.xml</particlefx></npc><!-- Mana Seed -->
<npc id="167"><sprite variant="67">npc.xml</sprite></npc><!-- Young Witch -->
<npc id="168"><sprite variant="68">npc.xml</sprite></npc><!-- Middle-Aged Wizard -->
<npc id="169"><sprite variant="69">npc.xml</sprite></npc><!-- Miner -->