summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: 196c77a0be4f83f31dbef06ba8b57f0c0604b7bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Alige, Reid
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/gloworbhalf-small.png|W:#e1e1e1"/>
            <property name="gravity" value="-0.002"/>
            <property name="lifetime" value="180"/>
            <property name="output" min="-2" max="1"/>
            <property name="output-pause" min="0" max="10"/>
            <property name="randomnes" value="5"/>
        </emitter>
    </particle>
</effect>