mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Height of terrains is now defined by a unique
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user