mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"settings" : {
|
|
"Name" : "Foothills",
|
|
"Script" : "foothills.js",
|
|
"Description" : "A land map with rolling hills and no obstructions.",
|
|
"Preview" : "foothills.png",
|
|
"Keywords": ["multiplayer"],
|
|
"SupportedBiomes": "generic/",
|
|
"CircularMap" : true,
|
|
"PlayerPlacements": [
|
|
"circle",
|
|
"river",
|
|
"randomGroup",
|
|
"stronghold"
|
|
]
|
|
}
|
|
}
|