1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/maps/random/latium.json
historic_bruno 0fc0335285 Tweaks resources in all random maps.
Updates progress steps for random maps.
Latium is not circular, so explicitly set that.
Fixes some weirdness with Atlas random map generation.

This was SVN commit r9470.
2011-05-06 23:50:30 +00:00

11 lines
333 B
JSON

{
"settings" : {
"Name" : "Latium",
"Script" : "latium.js",
"Description" : "The Italian peninsula",
"BaseTerrain" : ["medit_grass_field_dry", "medit_grass_field_brown", "medit_grass_field_b"],
"BaseHeight" : 0,
"CircularMap" : false,
"XXXXXX" : "Optionally define other things here, like we would for a scenario"
}
}