summaryrefslogtreecommitdiff
path: root/graphics/particles/rain.xml
blob: 88f4f394679f777ef5914030d9b08a7a76d1bb2e (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"?>
<!-- Author from The Mana World
Copyright (C) 2010-2013 Evol Online -->
<effect>
    <particle position-x="0" position-y="0" position-z="400" lifetime="100">
        <emitter>
            <property name="lifetime" min="25" max="30"/>
            <property name="position-x" min="60" max="120"/>
            <property name="position-y" min="-30" max="30"/>
            <property name="vertical-angle" value="260"/>
            <property name="power" value="20"/>
            <property name="output" min="0" max="1"/>
            <property name="gravity" value="0.04"/>
            <property name="image" value="graphics/particles/raindrop.png"/>
        </emitter>
    </particle>
</effect>