summaryrefslogtreecommitdiff
path: root/graphics/particles/highlight.xml
blob: 281ab13048312e09a45c93896b9c07a04470db73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Alige
Copyright (C) 2010-2012 Evol Online -->
<effect>
    <particle position-x="0" position-y="0" position-z="27" lifetime="100">
        <emitter>
            <property name="image" value="graphics/particles/star-small.png|W:#f3ffbe,f3ffe3"/>
            <property name="vertical-angle" value="90"/>
            <property name="power" value="0.7"/>
            <property name="gravity" value="-0.002"/>
            <property name="lifetime" value="85"/>
            <property name="output" min="-6" max="1"/>
            <property name="fade-in" value="10"/>
            <property name="fade-out" value="30"/>
            <property name="position-x" min="-8" max="8"/>
            <property name="position-y" value="32"/>
        </emitter>
    </particle>
</effect>