blob: 12eeb0c98c2c7516210a07506f538bf2acb6cc0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: Micksha
Copyright (C) 2010-2020 Evol Online -->
<effect>
<particle position-x="0"
position-y="0"
position-z="24"
lifetime="1">
<emitter>
<property name="position-x" value="0"/>
<property name="position-y" value="0"/>
<property name="vertical-angle" min="0" max="360"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="power" min="1" max="2"/>
<property name="image" value="graphics/particles/orb-small.png|W:#ffffff"/>
<property name="lifetime" min="40" max="80"/>
<property name="fade-out" value="60"/>
<property name="output" min="80" max="120"/>
</emitter>
</particle>
</effect>
|