Well randommaps are realy random and 20x20 tiles block a lot of space
as Example a 100x100 random map can contain only 7 maptiles 20x20 with a battleship 30x30 and a X-com Landingcraft 20x30 like i use
if the random Generator places the tiles that biggger than 10x10 realy unfortunatly you have such a result see below
green Alien battleship 30x30
blue X-Comaircraft 20x30
yellow map blocks with 20x20
red only 10x10 mapblocks can placed here becouse blocked from bigger mapblocks
(Maybe some 10x20 or 20x10 still can be places not tryed that yet)
works like this as example
- type: FARM
commands:
- type: addUFO
- type: addCraft
- type: addBlock
blocks: [5, 6, 13, 16, 17, 18, 19]
maxuses: [1, 1, 1, 1, 1, 1, 1]
executions: 7
- type: fillArea
blocks: [0, 1, 2, 3, 4, 7, 8, 9, 10, 11, 12, 14]
freqs: [5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]