Reduce base-height of the random map island stronghold, so units don't walk too far into the water. Patch by niektb, refs #3455.

This was SVN commit r17773.
This commit is contained in:
elexis 2016-02-18 13:50:10 +00:00
parent 2e7e1c0b2b
commit 6cc00f6a82

View File

@ -4,7 +4,7 @@
"Script" : "island_stronghold.js",
"Description" : "Teams start off with nearly adjacent town centers on a small island, offering a fortified base from which to expand.",
"BaseTerrain" : ["medit_sand_wet"],
"BaseHeight" : -5,
"BaseHeight" : -10,
"Keywords": ["naval"],
"Preview" : "island_stronghold.png",
"CircularMap" : true