diff options
author | U-BEAST\QOAL <QOAL@beast.(none)> | 2008-12-15 19:16:15 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-12-15 12:23:58 +0000 |
commit | 90f54d3786fa22c6e2173c7260b9a221c5865393 (patch) | |
tree | 7ee59f242846701ebfdf1dce80a9f0d469a33f66 /graphics/particles/pink-violent-glow.particle.xml | |
parent | 589d43c039a9ed80d2b802dd4cee017e9c5fa428 (diff) | |
download | clientdata-90f54d3786fa22c6e2173c7260b9a221c5865393.tar.gz clientdata-90f54d3786fa22c6e2173c7260b9a221c5865393.tar.bz2 clientdata-90f54d3786fa22c6e2173c7260b9a221c5865393.tar.xz clientdata-90f54d3786fa22c6e2173c7260b9a221c5865393.zip |
Added a particle effect when using a concentration potion
Diffstat (limited to 'graphics/particles/pink-violent-glow.particle.xml')
-rw-r--r-- | graphics/particles/pink-violent-glow.particle.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/graphics/particles/pink-violent-glow.particle.xml b/graphics/particles/pink-violent-glow.particle.xml new file mode 100644 index 00000000..42e839fc --- /dev/null +++ b/graphics/particles/pink-violent-glow.particle.xml @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<!-- +Pink-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 = "0" + > + <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="25"/> + <property name="lifetime" value="1"/> + <property name="output" value="1"/> + <emitter> + <property name="gravity" value="-0.4"/> + <property name="momentum" value="0.9"/> + <property name="image" value="graphics/particles/gloworb-medium.png|W:#da69e5"/> + <property name="lifetime" value="25"/> + <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.9"/> + <property name="image" value="graphics/particles/orb-small.png|W:#da69e5"/> + <property name="lifetime" value="25"/> + <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> |