diff options
author | nmaligec <wouldnot@hotmail.com> | 2010-09-01 02:31:28 -0400 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2010-09-01 02:31:28 -0400 |
commit | 77451463e2ab2303c5fc66762f48c0f20c466704 (patch) | |
tree | f13bd6e5798eeaefe14a381fe26102c23f101c14 /graphics/particles | |
parent | 13ba00a20efe9f144f6196f11ce5f960938e5709 (diff) | |
download | clientdata-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/particles')
-rwxr-xr-x | graphics/particles/mist-face-a.png | bin | 0 -> 3635 bytes | |||
-rwxr-xr-x | graphics/particles/monster-reaper.particle.xml | 97 |
2 files changed, 34 insertions, 63 deletions
diff --git a/graphics/particles/mist-face-a.png b/graphics/particles/mist-face-a.png Binary files differnew file mode 100755 index 00000000..d0674db2 --- /dev/null +++ b/graphics/particles/mist-face-a.png 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>
|