blob: df15c4bb51ca0828a55455a54e448bc2cb6c103c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<?xml version="1.0"?>
<!--
Orange-ish particles that fly up to the sky; based on Crush's Soul Menhir effect.
-->
<effect>
<particle
position-x = "0"
position-y = "0"
position-z = "15"
>
<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="15"/>
<property name="lifetime" value="1"/>
<property name="output" min="0" max="1"/>
<property name="follow-parent" />
<emitter>
<property name="gravity" value="-0.2"/>
<property name="momentum" value="0.5"/>
<animation imageset="graphics/particles/mist-face-a.png" width="30" height="30">
<sequence start="0" end="3" delay="250" />
</animation>
<property name="lifetime" value="150"/>
<property name="output" min="0" max="1"/>
<property name="output-pause" min="800" max="1000"/>
<property name="randomnes" value="200"/>
<property name="alpha" value="0.8"/>
<property name="follow-parent" />
</emitter>
</emitter>
</particle>
</effect>
|