summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: 15dbbed636fcb0f33837ad131731a6f9b02ea120 (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"?>
<!-- Authors: Alige, Reid
Copyright (C) 2010-2013 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/gloworbhalf-small.png|W:#e1e1e1"/>
            <property name="gravity" value="-0.0015"/>
            <property name="lifetime" value="160"/>
            <property name="output" min="-4" max="1"/>
            <property name="output-pause" min="0" max="10"/>
            <property name="randomnes" value="4"/>
            <property name="fade-in" value="10"/>
            <property name="fade-out" value="20"/>
        </emitter>
    </particle>
</effect>