diff options
Diffstat (limited to 'graphics/particles/manadust.particle.xml')
-rw-r--r-- | graphics/particles/manadust.particle.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/particles/manadust.particle.xml b/graphics/particles/manadust.particle.xml new file mode 100644 index 00000000..6e4fff5b --- /dev/null +++ b/graphics/particles/manadust.particle.xml @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<!-- +Light blue particles which float to the ground. +--> +<effect> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="vertical-angle" min="0" max="360"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-48" max="8"/> + <property name="position-z" min="-16" max="16"/> + <property name="acceleration" value="0.01"/> + <property name="alpha" value="0.9"/> + <property name="gravity" value="0.03"/> + <property name="momentum" value="0.9"/> + <property name="image" value="graphics/particles/orb-small.png|W:#8888ff"/> + <property name="lifetime" value="100"/> + <property name="fade-in" value="10"/> + <property name="fade-out" value="90"/> + <property name="bounce" value="0.8"/> + <property name="output-pause" value="2"/> + <property name="output" min="1" max="2"/> + <property name="power" min="0.5" max="1.5"/> + <property name="randomness" value="100"/> + </emitter> + </particle> +</effect> |