blob: cb9ad4bb8126a6dda100e16a58f9018a5daa4568 (
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"?>
<!-- Author from The Mana World
Copyright (C) 2010-2012 Evol Online -->
<effect>
<particle
position-x="0" position-y="0" position-z="0" lifetime="16">
<emitter>
<animation imageset="graphics/particles/puff-blue.png" width="17" height="17">
<sequence start="0" end="9" delay="30"/>
<frame index="0" delay="300"/>
<end />
</animation>
<property name="vertical-angle" value="90"/>
<property name="power" value="4"/>
<property name="lifetime" value="30"/>
<property name="output" min="2" max="5"/>
<property name="position-x" min="-16" max="16"/>
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="0" max="3"/>
</emitter>
</particle>
</effect>
|