1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/maps/random/unknown.json
T
elexis 2c5a6052ea Allow selecting the biome on all maps that support the random biome system, refs D852.
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.
2017-09-05 16:16:25 +00:00

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
}
}