summaryrefslogtreecommitdiff
path: root/graphics/particles/circle-green.xml
blob: f2365097d6426794eb85f5cc645a51e8c6a48404 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Micksha
Copyright (C) 2010-2020 Evol Online -->

<effect>
    <particle position-x="0"
              position-y="0"
              position-z="0"
              lifetime="1">
        <emitter>
            <property name="position-x" value="0"/>
            <property name="position-y" value="0"/>
            <property name="horizontal-angle" min="0" max="360"/>
            <property name="power" value="0.5"/>
            <property name="image" value="graphics/particles/orb-small.png|W:#00d80f"/>
            <property name="lifetime" min="40" max="80"/>
            <property name="fade-out" value="60"/>
            <property name="output" min="80" max="480"/>
        </emitter>
    </particle>
</effect>