mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-13 12:27:40 +07:00
Fixed terrace farms not improving with Civil Service and Fertilizer techs
This commit is contained in:
parent
15cbf8359f
commit
ce158d0c44
@ -220,8 +220,8 @@
|
|||||||
"turnsToBuild": 7,
|
"turnsToBuild": 7,
|
||||||
"uniques": ["Cannot be built on [Bonus resource] tiles",
|
"uniques": ["Cannot be built on [Bonus resource] tiles",
|
||||||
"[+1 Food] for each adjacent [Mountain]",
|
"[+1 Food] for each adjacent [Mountain]",
|
||||||
"[+1 Food] on [Fresh water] tiles <after discovering [Civil Service]>",
|
"[+1 Food] from [Fresh water] tiles <after discovering [Civil Service]>",
|
||||||
"[+1 Food] on [non-fresh water] tiles <after discovering[Fertilizer]>"],
|
"[+1 Food] from [non-fresh water] tiles <after discovering [Fertilizer]>"]
|
||||||
"techRequired": "Construction",
|
"techRequired": "Construction",
|
||||||
"shortcutKey": "F"
|
"shortcutKey": "F"
|
||||||
},
|
},
|
||||||
|
@ -220,8 +220,8 @@
|
|||||||
"turnsToBuild": 7,
|
"turnsToBuild": 7,
|
||||||
"uniques": ["Cannot be built on [Bonus resource] tiles",
|
"uniques": ["Cannot be built on [Bonus resource] tiles",
|
||||||
"[+1 Food] for each adjacent [Mountain]",
|
"[+1 Food] for each adjacent [Mountain]",
|
||||||
"[+1 Food] on [Fresh water] tiles <after discovering [Civil Service]>",
|
"[+1 Food] from [Fresh water] tiles <after discovering [Civil Service]>",
|
||||||
"[+1 Food] on [non-fresh water] tiles <after discovering[Fertilizer]>"],
|
"[+1 Food] from [non-fresh water] tiles <after discovering [Fertilizer]>"]
|
||||||
"techRequired": "Construction",
|
"techRequired": "Construction",
|
||||||
"shortcutKey": "F"
|
"shortcutKey": "F"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user