summaryrefslogtreecommitdiff
path: root/graphics/particles/monster-ball-lightning.particle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/monster-ball-lightning.particle.xml')
-rwxr-xr-xgraphics/particles/monster-ball-lightning.particle.xml34
1 files changed, 15 insertions, 19 deletions
diff --git a/graphics/particles/monster-ball-lightning.particle.xml b/graphics/particles/monster-ball-lightning.particle.xml
index 1ee065b3..6bf8c6c1 100755
--- a/graphics/particles/monster-ball-lightning.particle.xml
+++ b/graphics/particles/monster-ball-lightning.particle.xml
@@ -7,31 +7,27 @@
position-z = "10"
>
<emitter>
+
+
<property name="position-z" min="16" max="48" />
- <property name="vertical-angle" min="0" max="90"/>
+ <animation imageset="graphics/particles/monster-ball-lightning.particle.png" width="15" height="15">
+ <sequence start="0" end="7" delay="20" />
+ </animation>
<property name="horizontal-angle" min="0" max="360"/>
- <property name="power" min="5" max="10"/>
- <property name="lifetime" value="1"/>
+
+ <property name="gravity" value="0.1"/>
+ <property name="randomnes" value="125"/>
+ <property name="lifetime" value="75"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="20"/>
+ <property name="alpha" value="0.6" />
<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>