summaryrefslogtreecommitdiff
path: root/tmw-darkside.servegame.com/graphics/particles/enchanted-door-broken.particle.xml
blob: 63a0c7eadd47df536c42a17dfb2d99cab7700a83 (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
<?xml version="1.0"?>
<!--
    An evil shield just being broken.
-->
<effect>
  <particle position-x="0" position-y="0" position-z="32" lifetime="1">
    <emitter>
      <property name="position-z" min="32" max="64"/>
      <property name="position-y" min="-32" max="32"/>
      <property name="position-x" min="-16" max="16"/>
      <property name="vertical-angle" min="0" max="0"/>
      <property name="power" value="5"/>
      <property name="lifetime" value="1"/>
      <property name="output" value="300"/>
      <emitter>
        <property name="gravity" value="0.1"/>
        <animation imageset="graphics/particles/hex-facet-50.png|W:#3E2C51" width="9" height="11">
          <sequence start="0" end="7" delay="40"/>
        </animation>
        <property name="lifetime" value="250"/>
        <property name="fade-in" value="10"/>
        <property name="fade-out" value="90"/>
        <property name="output" min="0" max="1"/>
        <property name="power" min="0" max="4"/>
        <property name="bounce" min="0" max="0.8"/>
        <property name="horizontal-angle" min="35" max="145"/>
      </emitter>
    </emitter>
  </particle>
</effect>