0ad/binaries/data/mods/public/maps/random/hells_pass.json
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

12 lines
504 B
JSON

{
"settings" : {
"Name" : "Hell's Pass",
"Script" : "hells_pass.js",
"Description" : "A narrow pass between steep mountains promotes tight, defensive combat. With bountiful resources far from the front lines, teams may choose to support their exposed teammates financially, or retreat to more fertile, but less defensible ground.",
"BaseTerrain" : ["medit_sea_depths"],
"BaseHeight" : 1,
"Preview" : "hells_pass.png",
"SupportedBiomes": true,
"CircularMap" : true
}
}