summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: 9708d9b5efe1b00ce49387dc1b993814174db934 (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-2012 Evol Online -->
<effect>
    <particle position-x="0" position-y="0" position-z="1" size-adjustable="true">
        <emitter>
            <property name="position-x" min="5" max="27"/>
            <property name="position-y" min="0" max="48"/>
            <property name="image" value="graphics/particles/gloworb-small.png"/>
            <property name="alpha" value="0,3"/>
            <property name="gravity" value="-0.002"/>
            <property name="lifetime" value="150"/>
            <property name="output" min="-1" max="1"/>
            <property name="output-pause" min="0" max="5"/>
            <property name="fade-in" value="15"/>
            <property name="fade-out" value="20"/>
        </emitter>
    </particle>
</effect>