summaryrefslogtreecommitdiff
path: root/graphics/particles/warparea.particle.xml
blob: aa09ad14bfbd8728f77ea0b019117357a45264ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2011 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="5" max="43"/>
            <property name="image" value="graphics/particles/star-small.png"/>
            <property name="lifetime" value="60"/>
            <property name="output" min="1" max="2"/>
            <property name="output-pause" min="0" max="10"/>
            <property name="fade-in" value="20"/>
            <property name="fade-out" value="20"/>
        </emitter>
    </particle>
</effect>