summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/particles/magic-dark-explosion.particle.xml
blob: 7c1b65f5cb188b7782abaa89cbeecf3c02a937cd (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
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<!--
    Sparks and dark orbs raising slowly above the caster
-->
<effect>
  <particle position-x="0" position-y="0" position-z="16" lifetime="1">
    <emitter>
      <property name="position-z" min="14" max="18"/>
      <property name="position-y" min="-8" max="8"/>
      <property name="position-x" min="-8" max="8"/>
      <property name="image" value="graphics/particles/orb-large.png|W:#130F16"/>
      <property name="lifetime" value="120"/>
      <property name="fade-out" value="90"/>
      <property name="output" min="7" max="9"/>
      <property name="power" min="4" max="12"/>
      <property name="gravity" value="0.07"/>
      <property name="momentum" value="0.95"/>
      <property name="randomness" value="200"/>
      <property name="vertical-angle" min="0" max="90"/>
      <property name="horizontal-angle" min="-15" max="-175"/>
      <property name="gravity" value="0.01"/>
    </emitter>
    <emitter>
      <property name="position-z" min="14" max="18"/>
      <property name="position-y" min="-8" max="8"/>
      <property name="position-x" min="-8" max="8"/>
      <property name="vertical-angle" min="0" max="0"/>
      <property name="power" value="0"/>
      <property name="lifetime" value="1"/>
      <property name="output" value="84"/>
      <emitter>
        <property name="image" value="graphics/particles/star-small.png|W:#512C75,222222"/>
        <property name="lifetime" value="90"/>
        <property name="fade-out" value="90"/>
        <property name="output" min="0" max="1"/>
        <property name="power" min="0" max="10"/>
        <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>
        <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="90"/>
        <property name="fade-out" value="90"/>
        <property name="output" min="0" max="1"/>
        <property name="power" min="0" max="3"/>
        <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>
  </particle>
</effect>