summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornmaligec <wouldnot@hotmail.com>2010-09-01 02:31:28 -0400
committernmaligec <wouldnot@hotmail.com>2010-09-01 02:31:28 -0400
commit77451463e2ab2303c5fc66762f48c0f20c466704 (patch)
treef13bd6e5798eeaefe14a381fe26102c23f101c14 /graphics
parent13ba00a20efe9f144f6196f11ce5f960938e5709 (diff)
downloadclientdata-77451463e2ab2303c5fc66762f48c0f20c466704.tar.gz
clientdata-77451463e2ab2303c5fc66762f48c0f20c466704.tar.bz2
clientdata-77451463e2ab2303c5fc66762f48c0f20c466704.tar.xz
clientdata-77451463e2ab2303c5fc66762f48c0f20c466704.zip
Updated the reaper's particle effect.
Added the a new sfx for the reaper.
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/particles/mist-face-a.pngbin0 -> 3635 bytes
-rwxr-xr-xgraphics/particles/monster-reaper.particle.xml97
2 files changed, 34 insertions, 63 deletions
diff --git a/graphics/particles/mist-face-a.png b/graphics/particles/mist-face-a.png
new file mode 100755
index 00000000..d0674db2
--- /dev/null
+++ b/graphics/particles/mist-face-a.png
Binary files differ
diff --git a/graphics/particles/monster-reaper.particle.xml b/graphics/particles/monster-reaper.particle.xml
index d73b41d6..df15c4bb 100755
--- a/graphics/particles/monster-reaper.particle.xml
+++ b/graphics/particles/monster-reaper.particle.xml
@@ -1,63 +1,34 @@
-<?xml version="1.0"?>
-<!--
-Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect.
--->
-<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "15"
- >
- <emitter>
- <property name="position-z" min="16" max="48" />
- <property name="vertical-angle" min="0" max="90"/>
- <property name="horizontal-angle" min="0" max="360"/>
- <property name="power" min="10" max="20"/>
- <property name="lifetime" value="1"/>
- <property name="output" value="1"/>
- <property name="follow-parent" />
- <emitter>
- <property name="gravity" value="-0.4"/>
- <property name="momentum" value="0.5"/>
- <animation imageset="graphics/particles/fog-medium-a.png|W:#7c517d" width="16" height="16">
- <sequence start="0" end="3" delay="50" />
- <frame index="0" delay="200" />
- </animation>
- <property name="lifetime" value="75"/>
- <property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
- <property name="output" min="0" max="1"/>
- <property name="output-pause" min="30" max="80"/>
- <property name="randomnes" value="200"/>
- </emitter>
- <emitter>
- <property name="gravity" value="-0.4"/>
- <property name="momentum" value="0.5"/>
- <animation imageset="graphics/particles/fog-medium-b.png|W:#433340" width="16" height="16">
- <sequence start="0" end="3" delay="50" />
- <frame index="0" delay="200" />
- </animation>
- <property name="lifetime" value="75"/>
- <property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
- <property name="output" min="0" max="1"/>
- <property name="output-pause" min="30" max="80"/>
- <property name="randomnes" value="200"/>
- </emitter>
- <emitter>
- <property name="gravity" value="-0.4"/>
- <property name="momentum" value="0.5"/>
- <animation imageset="graphics/particles/fog-medium-c.png|W:#433340" width="16" height="16">
- <sequence start="0" end="3" delay="50" />
- <frame index="0" delay="200" />
- </animation>
- <property name="lifetime" value="75"/>
- <property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
- <property name="output" min="0" max="1"/>
- <property name="output-pause" min="30" max="80"/>
- <property name="randomnes" value="200"/>
- </emitter>
- </emitter>
- </particle>
-</effect>
+<?xml version="1.0"?>
+<!--
+Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect.
+-->
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "15"
+ >
+ <emitter>
+ <property name="position-z" min="16" max="48" />
+ <property name="vertical-angle" min="0" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="5" max="15"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" min="0" max="1"/>
+ <property name="follow-parent" />
+ <emitter>
+ <property name="gravity" value="-0.2"/>
+ <property name="momentum" value="0.5"/>
+ <animation imageset="graphics/particles/mist-face-a.png" width="30" height="30">
+ <sequence start="0" end="3" delay="250" />
+ </animation>
+ <property name="lifetime" value="150"/>
+ <property name="output" min="0" max="1"/>
+ <property name="output-pause" min="800" max="1000"/>
+ <property name="randomnes" value="200"/>
+ <property name="alpha" value="0.8"/>
+ <property name="follow-parent" />
+ </emitter>
+ </emitter>
+ </particle>
+</effect>