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