forked from mirrors/0ad
2c5a6052ea
Fix numeric biome indices in unknown_land, unknown_nomad and island_stronghold. Differential Revision: https://code.wildfiregames.com/D873 Patch By: Grugnas This was SVN commit r20117.
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"settings" : {
|
|
"Name" : "Unknown",
|
|
"Script" : "unknown.js",
|
|
"Description" : "The unknown... Warning: May be a naval map.",
|
|
"BaseTerrain" : ["medit_sand_wet"],
|
|
"BaseHeight" : -5,
|
|
"Preview" : "unknown.png",
|
|
"SupportedBiomes": true,
|
|
"CircularMap" : true
|
|
}
|
|
}
|