summaryrefslogtreecommitdiff
path: root/graphics/particles/circle-blue.xml
blob: 76378773a43e02d086f7c9733bbafd1d1ca856f6 (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:#71c1ff"/>
            <property name="lifetime" min="40" max="80"/>
            <property name="fade-out" value="60"/>
            <property name="output" min="40" max="160"/>
        </emitter>
    </particle>
</effect>