summaryrefslogtreecommitdiff
path: root/graphics/particles/wisp.particle.xml
blob: bf4a229f705a42b0189c1b20de489767efff1b1c (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
<?xml version="1.0"?>

<!--
A circle on the ground 60 pixels in diameter made from particles.
-->

<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2011  Evol Online -->
<effect>
    <particle
        position-x = "0"
        position-y = "0"
        position-z = "48"
        >
        <emitter>
            <property name="position-y" min="-16" max="16"/>
            <property name="position-y" min="-16" max="16"/>
            <property name="position-z" min="-16" max="16"/>
            <property name="horizontal-angle" min="0" max="360"/>
            <property name="vertical-angle" min="0" max="360"/>
            <property name="power" min="0.4" max="2"/>
            <property name="lifetime" value="160"/>
            <property name="fade-out" value="40" />
            <property name="fade-in" value="40" />
            <property name="output" min="-20" max="1"/>
            <property name="acceleration" value="0.1" />
            <property name="alpha" value="0.5" />
            <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff" />
            <property name="follow-parent" />
        </emitter>
    </particle>
</effect>