mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 16:28:40 +07:00
New line-of-sight rules, with new "Blocks line-of-sight from tiles at same elevation" unique!
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
"defenceBonus": 0.25,
|
||||
"occursOn": ["Tundra","Plains","Grassland","Hill"],
|
||||
"uniques": ["Provides a one-time Production bonus to the closest city when cut down", "Rough terrain",
|
||||
"Has an elevation of [1] for visibility calculations"]
|
||||
"Blocks line-of-sight from tiles at same elevation"]
|
||||
},
|
||||
{
|
||||
"name": "Jungle",
|
||||
@ -111,7 +111,7 @@
|
||||
"unbuildable": true,
|
||||
"defenceBonus": 0.25,
|
||||
"occursOn": ["Plains","Grassland"],
|
||||
"uniques": ["Rough terrain", "Has an elevation of [1] for visibility calculations"]
|
||||
"uniques": ["Rough terrain", "Blocks line-of-sight from tiles at same elevation"]
|
||||
},
|
||||
{
|
||||
"name": "Marsh",
|
||||
|
Reference in New Issue
Block a user