1<?xml version="1.0"?>
2<particles emitter="box" box_x="2" box_y="2" box_z="40">
3
4    <spreading angle="24"      />
5
6    <velocity  x="0.000"
7               y="0.005"
8               z="0.000"         />
9
10    <material  file="particle_water.png"  />
11
12    <!-- Amount of particles emitted per second -->
13    <rate      min="4"
14               max="6"         />
15
16    <!-- Minimal and maximal lifetime of a particle, in milliseconds. -->
17    <lifetime  min="2000"
18               max="3000"         />
19
20    <!-- Size of the particles -->
21    <size      min="4.0"
22               max="6.0"
23               x-increase-factor="3.0"
24               y-increase-factor="3.0" />
25
26    <color     min="255 255 255"
27               max="255 255 255" />
28
29    <fadeout   time="4000" />
30
31
32</particles>
33