summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: ec9ad7181d12d35c1490e7fbf3d26f7bfedfe440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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="0" max="32"/>
            <property name="position-y" min="0" max="32"/>
            <property name="gravity" min="-0.001" max="-0.003"/>
            <property name="image" value="graphics/particles/orb-small.png|W:#dadeb6"/>
            <property name="lifetime" value="60"/>
            <property name="output" min="-2" max="2"/>
            <property name="output-pause" min="0" max="6"/>
            <property name="fade-in" value="20"/>
            <property name="fade-out" value="20"/>
        </emitter>
    </particle>
</effect>