mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
16 lines
420 B
JSON
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"
|
|
]
|
|
}
|
|
}
|