diff options
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/zap.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/particles/zap.xml b/graphics/particles/zap.xml new file mode 100644 index 00000000..3fc60fd4 --- /dev/null +++ b/graphics/particles/zap.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!-- +Electricity flows downwards on target +--> +<effect> + <particle position-x="0" position-y="0" position-z="120" lifetime="1"> + <emitter> + <property name="lifetime" value="300"/> + <property name="output" min="5" max="30"/> + <property name="position-x" min="-32" max="32"/> + <property name="position-y" min="-16" max="-32"/> + <property name="position-z" value="-120"/> + <property name="gravity" value="1"/> + <property name="momentum" value="0.1"/> + <animation imageset="graphics/particles/electricity.particle.png|W:#FFFF8F" width="15" height="15"> + <sequence start="0" end="7" delay="20"/> + </animation> + <property name="fade-out" value="0"/> + </emitter> + </particle> +</effect> |