0ad/binaries/data/mods/public/maps/random/migration.json
2025-01-12 01:27:02 +01:00

16 lines
420 B
JSON

{
"settings" : {
"Name" : "Migration",
"Script" : "migration.js",
"Description" : "Players start on islands towards the outside of the map and must move to take advantage of the middle island before their resources run out.",
"Keywords": ["naval"],
"Preview" : "migration.png",
"SupportedBiomes": "generic/",
"CircularMap" : true,
"PlayerPlacements": [
"circle",
"river",
"stronghold"
]
}
}