1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/maps/random/continent.json

12 lines
318 B
JSON
Raw Normal View History

{
"settings" : {
"Name" : "Continent",
"Script" : "continent.js",
"Description" : "All players starts on a continent surrounded by water.",
"BaseTerrain" : ["medit_sea_depths"],
"BaseHeight" : -5,
"CircularMap" : true,
"XXXXXX" : "Optionally define other things here, like we would for a scenario"
}
}