summaryrefslogtreecommitdiff
path: root/graphics/particles/skillup.xml
blob: a4b72f254d2f9339cf895bcd4d1e19de8fb578f8 (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 from The Mana World
Copyright (C) 2010-2013 Evol Online -->
<effect>
    <particle position-x="0" position-y="0" position-z="1" lifetime="250">
        <emitter>
            <property name="image" value="graphics/particles/star-medium.png|W:#00ff00,ffffff"/>
            <property name="vertical-angle" value="90"/>
            <property name="power" value="2"/>
            <property name="lifetime" value="50"/>
            <property name="fade-in" value="5"/>
            <property name="fade-out" value="20"/>
            <property name="output" min="-5" max="1"/>
            <property name="position-x" min="-10" max="10"/>
            <property name="position-y" min="0" max="16"/>
            <property name="position-z" min="0" max="32"/>
        </emitter>
    </particle>
</effect>