mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 03:23:17 -04: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:
parent
eb79a777a2
commit
50274a42ad
@ -12,6 +12,7 @@
|
|||||||
"name": "Coast",
|
"name": "Coast",
|
||||||
"type": "Water",
|
"type": "Water",
|
||||||
"food": 1,
|
"food": 1,
|
||||||
|
"gold": 1,
|
||||||
"movementCost": 1,
|
"movementCost": 1,
|
||||||
"RGB": [70, 138, 216],
|
"RGB": [70, 138, 216],
|
||||||
"uniques": ["[+2] to Fertility for Map Generation",
|
"uniques": ["[+2] to Fertility for Map Generation",
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"name": "Coast",
|
"name": "Coast",
|
||||||
"type": "Water",
|
"type": "Water",
|
||||||
"food": 1,
|
"food": 1,
|
||||||
|
"gold": 1,
|
||||||
"movementCost": 1,
|
"movementCost": 1,
|
||||||
"RGB": [70, 138, 216],
|
"RGB": [70, 138, 216],
|
||||||
"uniques": ["[+2] to Fertility for Map Generation",
|
"uniques": ["[+2] to Fertility for Map Generation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user