blob: 1e065ebd97fad662504e9d1ca1538f7b97d0db16 (
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
32
33
34
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Alige, Reid
Copyright (C) 2010-2012 Evol Online -->
<effect>
<particle position-x="0" position-y="0" position-z="56">
<emitter>
<property name="position-x" min="0" max="32"/>
<property name="position-y" min="0" max="64"/>
<property name="image" value="graphics/particles/orb-medium.png|W:#ff0000"/>
<property name="gravity" value="-0.003"/>
<property name="lifetime" value="100"/>
<property name="output" min="0" max="1"/>
<property name="output-pause" min="0" max="10"/>
<property name="fade-in" value="15"/>
<property name="fade-out" value="20"/>
</emitter>
</particle>
<particle position-x="16" position-y="0" position-z="32">
<emitter>
<property name="position-x" min="0" max="16"/>
<property name="position-y" min="0" max="32"/>
<property name="image" value="graphics/particles/orb-medium.png|W:#0000ff"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="vertical-angle" min="0" max="360"/>
<property name="power" min="0.4" max="0.8"/>
<property name="lifetime" value="100"/>
<property name="fade-in" value="15"/>
<property name="fade-out" value="20"/>
<property name="output" min="-20" max="1"/>
<property name="acceleration" value="0.03"/>
<property name="alpha" value="0.5"/>
</emitter>
</particle>
</effect>
|