diff options
Diffstat (limited to 'graphics/particles/monster-ball-lightning.particle.xml')
-rwxr-xr-x | graphics/particles/monster-ball-lightning.particle.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/particles/monster-ball-lightning.particle.xml b/graphics/particles/monster-ball-lightning.particle.xml new file mode 100755 index 00000000..1ee065b3 --- /dev/null +++ b/graphics/particles/monster-ball-lightning.particle.xml @@ -0,0 +1,37 @@ +<?xml version="1.0"?>
+
+<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "10"
+ >
+ <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="5" max="10"/>
+ <property name="lifetime" value="1"/>
+ <property name="output" value="1"/>
+
+
+
+ <emitter>
+ <property name="gravity" value="0.1"/>
+ <property name="momentum" value="0.5"/>
+ <animation imageset="graphics/particles/monster-ball-lightning.particle.png" width="15" height="15">
+ <sequence start="0" end="7" delay="20" />
+ <frame index="0" delay="10" />
+ </animation>
+ <property name="lifetime" value="75"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="output" min="0" max="3"/>
+ <property name="randomnes" value="200"/>
+ <property name="acceleration" value="1" />
+ <property name="die-distance" value="5" />
+ <property name="alpha" value="0.6" />
+ </emitter>
+ </emitter>
+ </particle>
+</effect>
|