mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-10 00:45:47 -07:00
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:
parent
2e7e1c0b2b
commit
6cc00f6a82
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue