1<defn> 2 <minplayers>0</minplayers> 3 <maxplayers>24</maxplayers> 4 <landscapewidth>256</landscapewidth> 5 <landscapeheight>256</landscapeheight> 6 <roof type="sky"></roof> 7 <tankstart type="height"> 8 <startcloseness>20</startcloseness> 9 <height><min>5.5</min><max>60</max></height> 10 <startmask></startmask> 11 </tankstart> 12 <heightmap type="generate"> 13 <mask>data/landscapes/valley-mask.bmp</mask> 14 <landhills> 15 <min>120</min><max>120</max> 16 </landhills> 17 <landheight> 18 <min>50</min><max>70</max> 19 </landheight> 20 <landpeakwidthx> 21 <min>10</min><max>50</max> 22 </landpeakwidthx> 23 <landpeakwidthy> 24 <min>-10</min><max>10</max> 25 </landpeakwidthy> 26 <landpeakheight> 27 <min>0.5</min><max>1.5</max> 28 </landpeakheight> 29 <landsmoothing>0.04</landsmoothing> 30 <levelsurround>true</levelsurround> 31 </heightmap> 32 <includes> 33 <include>data/landscapes/options.xml</include> 34 <include>data/landscapes/event_goodies.xml</include> 35 </includes> 36</defn>