I am trying to make an X-Com craft with multiple maps (to be selected at random - same as with UFOs), but the game doesn't cooperate.
crafts:
- type: STR_MY_STARTING_BUILDING
(...)
battlescapeTerrainData:
name: ATRIUM_DEFENSE
mapDataSets:
- BLANKS
- ROADS
- URBITS
- URBAN
- FRNITURE
- BATHBITZ_HT
- TAVERN
- CAFEENTRY
mapBlocks:
- name: D_ATRIUM_DEF
width: 20
length: 20
- name: D_ATRIUM_3_DEF
width: 20
length: 20
When I do this, the game doesn't load. When I delete any of these two mapBlocks, it loads fine.
Is my syntax wrong, or is it simply impossible to do so with a craft?