1<boids>
2	<placement type="bounds">
3		<count>20</count>
4		<minbounds><A>0</A><B>0</B><C>5</C></minbounds>
5		<maxbounds><A>255</A><B>255</B><C>40</C></maxbounds>
6		<object type='target'>
7			<model type='MilkShape'>data/meshes/bat/bat.txt</model>
8			<nocollision>true</nocollision>
9			<displayshadow>false</displayshadow>
10			<groupname>boids-bats</groupname>
11      <groupname>camera</groupname>
12			<modelscale>0.03</modelscale>
13		</object>
14	</placement>
15	<movement type="boids">
16		<minbounds><A>0</A><B>0</B><C>5</C></minbounds>
17		<maxbounds><A>255</A><B>255</B><C>40</C></maxbounds>
18		<maxvelocity>1.0</maxvelocity>
19		<maxacceleration>1.0</maxacceleration>
20		<cruisedistance>1.0</cruisedistance>
21		<groupname>boids-bats</groupname>
22	</movement>
23	<sound>
24		<position type='set'>
25			<maxsounds>5</maxsounds>
26			<name>boids-bats</name>
27		</position>
28		<timing type='repeat'>
29			<min>15</min>
30			<max>30</max>
31		</timing>
32		<sound type='file'>
33			<file>data/wav/misc/bats1.wav</file>
34			<file>data/wav/misc/bats2.wav</file>
35			<file>data/wav/misc/bats3.wav</file>
36			<gain>0.25</gain>
37		</sound>
38	</sound>
39</boids>