blob: 30510470b70d93e0ef6ec05735242d582e814804 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Reid
Copyright (C) 2010-2012 Evol Online -->
<effect>
<particle
position-x="0" position-y="0" position-z="45" lifetime="1">
<emitter>
<property name="output" min="0" max="1"/>
<property name="output-pause" value="30"/>
<property name="lifetime" value="1000"/>
<property name="power" min="0.1" max="0.7"/>
<property name="position-x" min="-5" max="5"/>
<property name="position-y" min="-5" max="5"/>
<property name="acceleration" min="0.007" max="0.02"/>
<property name="die-distance" value="2"/>
<property name="randomness" value="10"/>
<property name="vertical-angle" min="0" max="360"/>
<property name="horizontal-angle" min="0" max="360"/>
<property name="gravity" value="0.001"/>
<property name="image" value="graphics/particles/bee-b.png"/>
</emitter>
</particle>
</effect>
|