summaryrefslogtreecommitdiff
path: root/graphics/particles/circle.particle.xml
blob: cf80e73125db28575b156c052264f142eba6ac81 (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"?>
<!-- Original Author possible tmw, tmw br, ufb projects
Copyright (C) 2010-2011  Evol Online -->
<!--
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 = "0"
        >
        <emitter>
            <property name="position-y" value="-16"/>
            <property name="horizontal-angle" min="0" max="360"/>
            <property name="vertical-angle" min="0" max="0"/>
            <property name="power" value="30"/>
            <property name="lifetime" value="1"/>
            <property name="output" value="3"/>
            <emitter>
                <property name="gravity" value="-0.7"/>
                <property name="momentum" value="0.3"/>
                <property name="image" value="graphics/particles/orb-small.png|W:#ffff00"/>
                <property name="lifetime" value="50"/>
                <property name="fade-out" value="50"/>
                <property name="output" value="1"/>
            </emitter>
        </emitter>
    </particle>
</effect>