blob: 7f265f1a49634966f986cf0599c3a8e9ebc6fa52 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?xml version="1.0"?>
<effect>
<!-- Criticle hit effect for the Rotter. Green slime coating falls to the ground. -->
<particle position-x="0" position-y="32" position-z="32" lifetime="80">
<emitter>
<property name="position-x" min="0" max="0"/>
<property name="position-y" min="32" max="32"/>
<property name="position-z" min="32" max="32"/>
<property name="lifetime" value="20"/>
<property name="output" value="1"/>
<property name="output-pause" value="0"/>
<animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
<frame index="0" delay="10"/>
</animation>
</emitter>
<emitter>
<property name="position-x" min="0" max="0"/>
<property name="position-y" min="32" max="32"/>
<property name="position-z" min="32" max="32"/>
<property name="lifetime" value="40"/>
<property name="output" value="1"/>
<property name="output-pause" value="20"/>
<animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
<frame index="1" delay="10"/>
</animation>
</emitter>
<emitter>
<property name="position-x" min="0" max="0"/>
<property name="position-y" min="32" max="32"/>
<property name="position-z" min="32" max="32"/>
<property name="lifetime" value="60"/>
<property name="output" value="1"/>
<property name="output-pause" value="40"/>
<animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
<frame index="2" delay="10"/>
</animation>
</emitter>
<emitter>
<property name="position-x" min="0" max="0"/>
<property name="position-y" min="32" max="32"/>
<property name="position-z" min="32" max="32"/>
<property name="lifetime" value="80"/>
<property name="output" value="1"/>
<property name="output-pause" value="60"/>
<animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
<frame index="3" delay="0"/>
</animation>
</emitter>
</particle>
</effect>
|