summaryrefslogtreecommitdiff
path: root/graphics/particles/luvia-attack.xml
blob: 6118686b28322e0fe6b95d84c7e32c60ec7d9ee9 (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"?>
<!--
    Luvia's missile attack
-->
<effect>
  <particle position-x="0" position-y="0" position-z="32" lifetime="102">
    <emitter>
      <property name="image" value="graphics/particles/star-small.png|W:#60DAFF,FFFFFF"/>
      <property name="lifetime" value="50"/>
      <property name="fade-out" value="90"/>
      <property name="output" min="3" max="5"/>
      <property name="power" min="1" max="6"/>
      <property name="horizontal-angle" min="-15" max="-175"/>
      <property name="momentum" value="0.95"/>
      <property name="randomness" value="200"/>
      <property name="vertical-angle" min="0" max="90"/>
    </emitter>
    <emitter>
      <property name="image" value="graphics/particles/orb-large.png|W:#130F16"/>
      <property name="lifetime" value="60"/>
      <property name="fade-out" value="90"/>
      <property name="output" min="0" max="1"/>
      <property name="power" min="0" max="1"/>
      <property name="horizontal-angle" min="-10" max="-10"/>
      <property name="momentum" value="0.95"/>
      <property name="randomness" value="200"/>
      <property name="vertical-angle" min="0" max="90"/>
    </emitter>
    <emitter>
      <animation imageset="graphics/particles/electricity.particle.png|W:#333333" width="15" height="15">
        <sequence start="0" end="7" delay="10"/>
        <frame index="0" delay="10"/>
      </animation>
      <property name="lifetime" value="50"/>
      <property name="fade-out" value="90"/>
      <property name="output" min="2" max="3"/>
      <property name="power" min="1" max="4"/>
      <property name="horizontal-angle" min="-15" max="-175"/>
      <property name="momentum" value="0.95"/>
      <property name="randomness" value="200"/>
      <property name="vertical-angle" min="0" max="90"/>
    </emitter>
  </particle>
</effect>