summaryrefslogtreecommitdiff
path: root/graphics/particles/magic-shield-test.xml
blob: 8f14a10e346706baf2bba4848a2440478c08dc38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!-- Author from The Mana World
Copyright (C) 2016 Evol Online -->

<effect>
    <particle position-x="0"
              position-y="0"
              position-z="0"
              lifetime="1">
        <emitter>
            <property name="vertical-angle" value="90"/>
            <property name="power" value="4"/>
            <property name="lifetime" value="25"/>
            <property name="output" min="1" max="1"/>            
            <emitter>
                <property name="vertical-angle" value="0"/>
                <property name="horizontal-angle" min="0" max="360"/>
                <property name="power" min="15" max="25"/>
                <property name="lifetime" value="1"/>
                <property name="output" min="0" max="2"/>
                <emitter>
                    <animation imageset="graphics/particles/hexagon.png|W:#ff0000" width="9" height="11">
                        <sequence start="5" end="5" delay="10000"/>
                    </animation>
                    <property name="lifetime" value="20"/>
                    <property name="fade-in" value="5"/>
                </emitter>
            </emitter>
        </emitter>
    </particle>
</effect>