mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-23 22:30:18 +07:00
Corrected Coast yields to give 1 Food and 1 Gold (#11583)
* Coast also yields 1 Gold * Coast also yields 1 Gold and 1 Food in Vanilla
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
"name": "Coast",
|
||||
"type": "Water",
|
||||
"food": 1,
|
||||
"gold": 1,
|
||||
"movementCost": 1,
|
||||
"RGB": [70, 138, 216],
|
||||
"uniques": ["[+2] to Fertility for Map Generation",
|
||||
|
@ -12,6 +12,7 @@
|
||||
"name": "Coast",
|
||||
"type": "Water",
|
||||
"food": 1,
|
||||
"gold": 1,
|
||||
"movementCost": 1,
|
||||
"RGB": [70, 138, 216],
|
||||
"uniques": ["[+2] to Fertility for Map Generation",
|
||||
|
Reference in New Issue
Block a user