1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/maps/random/cantabrian_highlands.json
historic_bruno f618605477 Changes default random map sizes.
Tweaks random map resources.
Adds support for circular maps to rmgen library.
Various fixes in map generator.
On Miletus map, change player 2 civ, as Romans are not fully implemented
(fixes #758)

This was SVN commit r9104.
2011-03-23 08:12:04 +00:00

11 lines
365 B
JSON

{
"settings" : {
"Name" : "Cantabrian Highlands",
"Script" : "cantabrian_highlands.js",
"Description" : "Each player starts on a hill surrounded by steep cliffs",
"BaseTerrain" : ["medit_grass_field_a", "medit_grass_field_b"],
"BaseHeight" : 3,
"CircularMap" : true,
"XXXXXX" : "Optionally define other things here, like we would for a scenario"
}
}