summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-21 22:35:41 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-21 22:35:41 +0000
commit1774a1c98d33f3f8c9fe972620f8f8fac2badfe9 (patch)
treec7ed1f21d1a99e82e4b144b0990584e657753840
parent2c56fb6cde5bffdb323ba36f5e6f0b3fe79c6a67 (diff)
downloadclientdata-1774a1c98d33f3f8c9fe972620f8f8fac2badfe9.tar.gz
clientdata-1774a1c98d33f3f8c9fe972620f8f8fac2badfe9.tar.bz2
clientdata-1774a1c98d33f3f8c9fe972620f8f8fac2badfe9.tar.xz
clientdata-1774a1c98d33f3f8c9fe972620f8f8fac2badfe9.zip
added particle effect to soul menhir npc's.
-rw-r--r--graphics/particles/soulmenhir.particle.xml38
-rw-r--r--npcs.xml4
2 files changed, 40 insertions, 2 deletions
diff --git a/graphics/particles/soulmenhir.particle.xml b/graphics/particles/soulmenhir.particle.xml
new file mode 100644
index 00000000..3d964c3d
--- /dev/null
+++ b/graphics/particles/soulmenhir.particle.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "0"
+ >
+ <emitter>
+ <property name="position-z" value="16" />
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="20" max="24"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+ <emitter>
+ <property name="gravity" value="-0.2"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/orb-medium-cyan.png"/>
+ <property name="lifetime" value="100"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" value="1"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ <emitter>
+ <property name="gravity" value="-0.2"/>
+ <property name="momentum" value="0.9"/>
+ <property name="image" value="graphics/particles/orb-small-cyan.png"/>
+ <property name="lifetime" value="100"/>
+ <property name="fade-in" value="10"/>
+ <property name="fade-out" value="90"/>
+ <property name="output" value="1"/>
+ <property name="randomnes" value="200"/>
+ </emitter>
+ </emitter>
+ </particle>
+</effect> \ No newline at end of file
diff --git a/npcs.xml b/npcs.xml
index 49fe33e7..22c1295b 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -50,8 +50,8 @@
<npc id="140"><sprite variant="40">npc.xml</sprite></npc><!-- Woman with green dress and apron -->
<npc id="141"><sprite variant="41">npc.xml</sprite></npc><!-- Lumberjack -->
<npc id="142"><sprite variant="42">npc.xml</sprite></npc><!-- Farmer -->
- <npc id="143"><sprite variant="43">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) -->
- <npc id="144"><sprite variant="44">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) -->
+ <npc id="143"><sprite variant="43">npc.xml</sprite></npc><!-- Indian Chief-->
+ <npc id="144"><sprite variant="44">npc.xml</sprite><particlefx>graphics/particles/soulmenhir.particle.xml</particlefx></npc><!-- Boulder -->
<npc id="145"><sprite variant="45">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) -->
<npc id="146"><sprite variant="46">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) -->
<npc id="147"><sprite variant="47">npc.xml</sprite></npc><!-- empty (reserved for future NPCs) -->