diff options
author | fother <fotherjarrett@gmail.com> | 2009-11-03 00:30:47 -0500 |
---|---|---|
committer | fother <fotherjarrett@gmail.com> | 2009-11-03 00:30:47 -0500 |
commit | 460932e4ecda1979c400e3383efcc8dceb377f2c (patch) | |
tree | 17d97f9ab3538ea000b5b4727343ea5ee44eb78c /graphics | |
parent | 49cdd4777e743881f617dfc5e99b6b96b61f7822 (diff) | |
download | clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.tar.gz clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.tar.bz2 clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.tar.xz clientdata-460932e4ecda1979c400e3383efcc8dceb377f2c.zip |
Add slime trail to Snail
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/monster-snail-trail.particle.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/particles/monster-snail-trail.particle.xml b/graphics/particles/monster-snail-trail.particle.xml new file mode 100644 index 00000000..0402862c --- /dev/null +++ b/graphics/particles/monster-snail-trail.particle.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<!-- A thin trail of slime. --> +<effect> + <particle position-x="0" position-y="0" position-z="10" > + <emitter> + <property name="position-y" min="-1" max="5"/> + <property name="position-x" min="-3" max="3"/> + <property name="lifetime" value="800"/> + <property name="fade-out" value="100" /> + <property name="fade-in" value="40" /> + <property name="output" min="1" max="5"/> + <property name="image" value="graphics/particles/orb-medium.png|W" /> + <property name="alpha" value=".1" /> + </emitter> + </particle> +</effect> |