summaryrefslogtreecommitdiff
path: root/graphics/particles/whirlpool.particle.xml
blob: 697b7d670807e9ccf1b893611d36171821e250d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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">
        <emitter>
            <property name="position-x" min="0" max="32"/>
            <property name="position-y" min="0" max="48"/>
            <animation imageset="graphics/particles/bubble_8px.png" width="8" height="8">
                <sequence start="0" end="7" delay="50"/>
            </animation>
            <property name="lifetime" value="100"/>
            <property name="output" min="-1" max="1"/>
        </emitter>
    </particle>
</effect>