1<defn>
2	<minplayers>0</minplayers>
3	<maxplayers>24</maxplayers>
4	<landscapewidth>512</landscapewidth>
5	<landscapeheight>512</landscapeheight>
6
7	  <arenawidth>256</arenawidth>
8    <arenaheight>256</arenaheight>
9
10  <tankstart type="height">
11    <startcloseness>20</startcloseness>
12    <height>
13      <min>5.5</min>
14      <max>60</max>
15    </height>
16    <startmask></startmask>
17  </tankstart>
18  <roof type="cavern">
19    <width>300</width>
20    <height>125</height>
21    <heightmap type="file">
22      <file>data/landscapes/cavernroof.bmp</file>
23      <levelsurround>true</levelsurround>
24    </heightmap>
25  </roof>
26	<heightmap type="file">
27    	<file>data/landscapes/cavernroof.bmp</file>
28    	<levelsurround>true</levelsurround>
29  </heightmap>
30
31 <includes>
32       <include>data/landscapes/options.xml</include>
33         </includes>
34
35
36</defn>