summaryrefslogtreecommitdiff
path: root/graphics/particles/heat.xml
blob: 3895e16a79b7af280e5ecbd8c2c2a47f79a7e6fc (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"?>
<!--
Green poison bubbles
-->
<effect>
  <particle position-x="0" position-y="0" position-z="0" lifetime="100">
    <emitter>
      <property name="position-z" value="90"/>
      <property name="position-y" min="-8" max="8"/>
      <property name="vertical-angle" min="0" max="90"/>
      <property name="horizontal-angle" min="0" max="360"/>
      <property name="power" min="4" max="15"/>
      <property name="lifetime" value="1"/>
      <property name="output" value="1"/>
      <emitter>
        <property name="gravity" value="-0.1"/>
        <property name="momentum" value="0.9"/>
        <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
          <frame index="0" delay="80"/>
          <frame index="1" delay="80"/>
          <frame index="2" delay="80"/>
          <frame index="3" delay="80"/>
          <frame index="4" delay="80"/>
          <frame index="5" delay="30"/>
          <frame index="6" delay="20"/>
          <frame index="7" delay="-1"/>
        </animation>
        <property name="lifetime" value="45"/>
        <property name="fade-in" value="0"/>
        <property name="fade-out" value="10"/>
        <property name="output" min="0" max="1"/>
        <property name="output-pause" min="30" max="80"/>
      </emitter>
      <emitter>
        <property name="position-x" min="-16" max="16"/>
        <property name="position-y" min="-8" max="8"/>
        <property name="position-z" min="0" max="8"/>
        <property name="image" value="graphics/particles/fog-medium-c.png|W:#fffacc,fffdeb"/>
        <property name="horizontal-angle" min="0" max="360"/>
        <property name="vertical-angle" min="0" max="90"/>
        <property name="gravity" value="-0.1"/>
        <property name="lifetime" value="35"/>
        <property name="fade-in" value="0"/>
        <property name="fade-out" value="10"/>
        <property name="output" min="0" max="1"/>
        <property name="output-pause" min="30" max="80"/>
      </emitter>
    </emitter>
  </particle>
</effect>