blob: 3fc60fd4d4ff6b05454dda713916fd1b1a681e32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|