summaryrefslogtreecommitdiff
path: root/graphics/particles/panels.xml
blob: 18833b0d51d13e0510c3bfa143ea7f0257e6fc2c (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Alige
Copyright (C) 2014 Evol Online -->

<effect>
    <particle position-x="16"
              position-y="62"
              position-z="27">
        <emitter>
            <property name="image" value="graphics/particles/star-small.png|W:#f3ffbe,f3ffe3"/>
            <property name="vertical-angle" value="90"/>
            <property name="power" value="0.3"/>
            <property name="gravity" value="-0.0005"/>
            <property name="lifetime" value="110"/>
            <property name="output" min="-6" max="1"/>
            <property name="output-pause" min="1" max="3"/>
            <property name="fade-in" value="20"/>
            <property name="fade-out" value="30"/>
            <property name="position-x" min="-8" max="8"/>
            <property name="position-y" min="-5" max="-10"/>
        </emitter>
    </particle>
</effect>