summaryrefslogtreecommitdiff
path: root/graphics/particles/blackball.xml
blob: 747b2e66961e1df1fd379976e750c7edd657b3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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="24"
              lifetime="1">
        <emitter>
            <property name="position-x" value="0"/>
            <property name="position-y" value="0"/>
            <property name="vertical-angle" min="0" max="360"/>
            <property name="horizontal-angle" min="0" max="360"/>
            <property name="power" min="0.5" max="1.5"/>
            <property name="image" value="graphics/particles/orb-small.png|W:#000000"/>
            <property name="lifetime" min="40" max="80"/>
            <property name="fade-out" value="60"/>
            <property name="output" min="240" max="480"/>
        </emitter>
    </particle>
</effect>