1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/maps/random/cantabrian_highlands.json
historic_bruno 0e0ed94926 Implements random map system, fixes #6.
Includes default library "rmgen" w/ API based on rmgen tool.
Modifies rmgen scripts Cantabrian Highlands, Neareastern Badlands, and
Latium.
Old map support dropped from MapReader.
Fixes a few bugs in existing game setup and initialization scripts.

This was SVN commit r9096.
2011-03-22 01:34:45 +00:00

10 lines
335 B
JSON

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