Height of terrains is now defined by a unique

This commit is contained in:
Yair Morgenstern
2021-05-06 15:27:30 +03:00
parent 59a419c1c9
commit e8d4767b6d
2 changed files with 16 additions and 6 deletions

View File

@ -64,7 +64,8 @@
"name": "Mountain",
"type": "Land",
"impassable": true,
"RGB": [120, 120, 120]
"RGB": [120, 120, 120],
"uniques":["Has an elevation of [4] for visibility calculations"]
},
{
"name": "Snow",
@ -85,7 +86,8 @@
"defenceBonus": 0.25,
"RGB": [105,125,72],
"occursOn": ["Tundra","Plains","Grassland","Desert","Snow"],
"uniques": ["Rough terrain", "[+5] Strength for cities built on this terrain", "[+1] Sight for [Land] units"]
"uniques": ["Rough terrain", "[+5] Strength for cities built on this terrain",
"[+1] Sight for [Land] units", "Has an elevation of [2] for visibility calculations"]
},
{
"name": "Forest",
@ -97,7 +99,8 @@
"unbuildable": true,
"defenceBonus": 0.25,
"occursOn": ["Tundra","Plains","Grassland","Hill"],
"uniques": ["Provides a one-time Production bonus to the closest city when cut down", "Rough terrain"]
"uniques": ["Provides a one-time Production bonus to the closest city when cut down", "Rough terrain",
"Has an elevation of [1] for visibility calculations"]
},
{
"name": "Jungle",
@ -108,7 +111,7 @@
"unbuildable": true,
"defenceBonus": 0.25,
"occursOn": ["Plains","Grassland"],
"uniques": ["Rough terrain"]
"uniques": ["Rough terrain", "Has an elevation of [1] for visibility calculations"]
},
{
"name": "Marsh",