mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Added "Vegetation" unique so that vegetation spawn is not limited to just jungle and forest (#6569)
This commit is contained in:
@ -179,7 +179,7 @@
|
||||
"defenceBonus": 0.25,
|
||||
"occursOn": ["Tundra","Plains","Grassland","Hill"],
|
||||
"uniques": [
|
||||
"Rough terrain",
|
||||
"Rough terrain", "Vegetation",
|
||||
"Provides a one-time Production bonus to the closest city when cut down",
|
||||
"Blocks line-of-sight from tiles at same elevation",
|
||||
"[25]% Chance to be destroyed by nukes",
|
||||
@ -204,7 +204,7 @@
|
||||
"defenceBonus": 0.25,
|
||||
"occursOn": ["Plains","Grassland"],
|
||||
"uniques": [
|
||||
"Rough terrain",
|
||||
"Rough terrain", "Vegetation",
|
||||
"Blocks line-of-sight from tiles at same elevation",
|
||||
"[25]% Chance to be destroyed by nukes",
|
||||
"[-1] to Fertility for Map Generation",
|
||||
|
Reference in New Issue
Block a user