summaryrefslogtreecommitdiff
path: root/graphics/particles/afk.xml
blob: b724560de87e3bb29f3f8618a7247038ae127b8e (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Alige
Copyright (C) 2013 Evol Online -->
<effect>
    <particle position-x="0" position-y="0" position-z="32">
        <emitter>
            <property name="position-x" min="-8" max="8"/>
            <property name="position-y" value="-48"/>
            <property name="vertical-angle" value="90"/>
            <property name="gravity" value="-0.0003"/>
            <property name="output" min="-150" max="1"/>
            <property name="output-pause" min="1" max="9"/>
            <property name="fade-in" value="20"/>
            <property name="fade-out" value="50"/>
            <property name="lifetime" value="300"/>
            <animation imageset="graphics/particles/zzz.png" width="8" height="10">
                <frame index="0"/>
            </animation>
        </emitter>
        <emitter>
            <property name="position-x" min="-8" max="8"/>
            <property name="position-y" value="-48"/>
            <property name="vertical-angle" value="90"/>
            <property name="gravity" value="-0.0006"/>
            <property name="output" min="-100" max="1"/>
            <property name="output-pause" min="1" max="6"/>
            <property name="fade-in" value="20"/>
            <property name="fade-out" value="50"/>
            <property name="lifetime" value="250"/>
            <animation imageset="graphics/particles/zzz.png" width="8" height="10">
                <frame index="1"/>
            </animation>
        </emitter>
        <emitter>
            <property name="position-x" min="-8" max="8"/>
            <property name="position-y" value="-48"/>
            <property name="vertical-angle" value="90"/>
            <property name="gravity" value="-0.0009"/>
            <property name="output" min="-50" max="1"/>
            <property name="output-pause" min="1" max="3"/>
            <property name="fade-in" value="20"/>
            <property name="fade-out" value="50"/>
            <property name="lifetime" value="200"/>
            <animation imageset="graphics/particles/zzz.png" width="8" height="10">
                <frame index="2"/>
            </animation>
        </emitter>
    </particle>
</effect>