blob: a9e6043cec351559277851258ec723a9e7923693 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Alige, Reid
Copyright (C) 2016 Evol Online -->
<effect>
<particle position-x="16" position-y="128" position-z="116">
<emitter>
<property name="output" value="1"/>
<property name="power" min="3" max="5"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="85" max="90"/>
<property name="image" value="graphics/particles/orb-small.png"/>
<property name="gravity" value="0.1"/>
<property name="lifetime" value="40"/>
<property name="fade-out" value="20"/>
</emitter>
<emitter>
<property name="output" value="3"/>
<property name="power" min="3" max="5"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="82" max="90"/>
<property name="image" value="graphics/particles/orb-small.png"/>
<property name="gravity" value="0.1"/>
<property name="lifetime" min="100" max="150"/>
<property name="fade-out" value="25"/>
<property name="bounce" value="0.1"/>
</emitter>
</particle>
</effect>
|