1<defn>
2    <minplayers>0</minplayers>
3    <maxplayers>24</maxplayers>
4	<landscapewidth>256</landscapewidth>
5	<landscapeheight>256</landscapeheight>
6	<roof type="cavern">
7		<width>300</width>
8		<height>125</height>
9		<heightmap type="generate">
10			<mask></mask>
11			<landhills>
12				<min>120</min><max>160</max>
13			</landhills>
14			<landheight>
15				<min>40</min><max>70</max>
16			</landheight>
17			<landpeakwidthx>
18				<min>2</min><max>8</max>
19			</landpeakwidthx>
20			<landpeakwidthy>
21				<min>-1</min><max>1</max>
22			</landpeakwidthy>
23			<landpeakheight>
24				<min>0.5</min><max>1.5</max>
25			</landpeakheight>
26			<landsmoothing>0.0</landsmoothing>
27			<levelsurround>false</levelsurround>
28		</heightmap>
29	</roof>
30    <tankstart type="height">
31    	<startcloseness>20</startcloseness>
32    	<height><min>10</min><max>100</max></height>
33    	<startmask></startmask>
34    </tankstart>
35    <heightmap type="file">
36    	<file>data/landscapes/icebergs002.bmp</file>
37    	<levelsurround>true</levelsurround>
38    </heightmap>
39</defn>
40