summaryrefslogtreecommitdiff
path: root/graphics/particles/bullet.xml
blob: 244e3909743d546f714c8ef30e4b1121c4f8f132 (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
<?xml version="1.0"?>
<!-- Author: Ledmitz. For use with Flintlock/Blanc -->
<effect>
  <particle position-x="0" position-y="0" position-z="32" lifetime="128">
    <emitter>
      <property name="image" value="graphics/particles/orb-small.png|W:#000000"/>
      <property name="output" value="1"/>
      <property name="lifetime" value="1"/>
        <emitter>
          <property name="position-x" value="-5"/>
          <property name="position-y" min="-4" max="-4"/>
          <property name="horizontal-angle" min="0" max="360"/>
          <property name="vertical-angle" min="0" max="90"/>
          <property name="power" min="0" max="0.05"/>
          <property name="gravity" value="0"/>
          <property name="lifetime" value="30"/>
          <property name="output" value="1"/>
          <property name="fade-out" value="100"/>
          <animation imageset="graphics/particles/aniblaze.png|W:#BF0019,FF6715,FFE659" width="8" height="8">
            <sequence start="0" end="14" delay="30"/>
            <frame index="14" delay="30"/>
          </animation>
        </emitter>
    </emitter>
  </particle>
</effect>