summaryrefslogtreecommitdiff
path: root/graphics/particles/circle-red.xml
blob: 308c1f9b6f74d34e1c6fe2d0486f4979b88fac9a (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:#d80000"/>
            <property name="lifetime" min="40" max="80"/>
            <property name="fade-out" value="60"/>
            <property name="output" min="80" max="480"/>
        </emitter>
    </particle>
</effect>