summaryrefslogtreecommitdiff
path: root/graphics/particles/portal-door.xml
blob: 71bcf6c704f2b86f7c6cf31e63b17fcc55f2ef52 (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
<?xml version="1.0"?>
<effect>
  <particle position-x="15" position-y="0" position-z="38">
    <emitter>
      <property name="vertical-angle" min="0" max="360"/>
      <property name="horizontal-angle" min="0" max="360"/>
      <property name="power" min="8" max="10"/>
      <property name="lifetime" value="1"/>
      <property name="output" value="1"/>
      <emitter>
        <!-- <property name="position-x" value="-5"/> -->
        <property name="position-y" min="0" max="30"/>
        <property name="horizontal-angle" min="0" max="360"/>
        <property name="vertical-angle" min="0" max="360"/>
        <property name="power" value="0.3"/>
        <property name="gravity" value="-0.01"/>
        <animation imageset="graphics/particles/aniblaze-medium.png|W:#a831cf" width="16" height="16">
          <sequence start="0" end="8" delay="60"/>
          <frame index="8" delay="900"/>
        </animation>
        <property name="lifetime" value="60"/>
        <property name="output" min="0" max="2"/>
        <property name="fade-in" value="0"/>
        <property name="fade-out" value="10"/>
      </emitter>
      <emitter>
        <property name="position-x" min="20" max="-20"/>
        <property name="position-y" min="-40" max="35"/>
        <property name="horizontal-angle" min="0" max="360"/>
        <property name="vertical-angle" min="0" max="360"/>
        <property name="power" value="0.1"/>
        <property name="gravity" value="-0.03"/>
        <animation imageset="graphics/particles/fog-medium-2.png|W:#535cd5" width="32" height="32">
          <frame index="0" delay="90"/>
          <frame index="0" delay="900"/>
        </animation>
        <property name="lifetime" value="60"/>
        <property name="output" min="0" max="2"/>
        <property name="fade-in" value="0"/>
        <property name="fade-out" value="130"/>
      </emitter>
    </emitter>
  </particle>
</effect>