summaryrefslogtreecommitdiff
path: root/graphics/particles/arrow-hail.xml
blob: 8dc40cd8858fbe91c3bb990b9835b6aa991b45e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<effect>
  <particle position-x="0" position-y="0" position-z="400" lifetime="1000">
    <!-- <property name="follow-parent" value="0"/> -->
    <emitter>
      <!-- <property name="follow-parent" value="0"/> -->
      <property name="lifetime" min="180" max="180"/>
      <property name="position-x" min="-250" max="350"/>
      <property name="position-y" min="-350" max="250"/>
      <property name="vertical-angle" value="255"/>
      <property name="power" value="14"/>
      <property name="output" min="5" max="15"/>
      <property name="output-pause" min="5" max="10"/>
      <property name="gravity" value="0.09"/>
      <property name="image" value="graphics/particles/arrow-down.png"/>
    </emitter>
  </particle>
</effect>