mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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.
12 lines
504 B
JSON
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
|
|
}
|
|
}
|