summaryrefslogtreecommitdiff
path: root/graphics/particles/monster-snail-trail.particle.xml
blob: 01ec82fca92525258b081a4b9673a81ff0c4c570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!-- A thin trail of slime. -->
<!-- Copyright (C) 2010 The Mana World Development Team
Copyright (C) 2010-2011  Evol Online -->
<effect>
    <particle position-x="0" position-y="0"    position-z="10"    >
        <emitter>
            <property name="position-y" min="-1" max="5"/>
            <property name="position-x" min="-3" max="3"/>
            <property name="lifetime" value="800"/>
            <property name="fade-out" value="100" />
            <property name="fade-in" value="40" />
            <property name="output" min="1" max="5"/>
            <property name="image" value="graphics/particles/orb-medium.png|W:#96A776,B9FF30,BDDF8F" />
            <property name="alpha" value=".1" />
        </emitter>
    </particle>
</effect>