mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Terrace Farms: Bonus resource restriction (#2522)
This commit is contained in:
@ -184,13 +184,13 @@
|
||||
{
|
||||
"name": "Terrace farm",
|
||||
"uniqueTo": "Inca",
|
||||
"terrainsCanBeBuiltOn": ["Hill"],
|
||||
"food": 1,
|
||||
"turnsToBuild": 7,
|
||||
"uniques": ["+1 food for each adjacent Mountain"],
|
||||
"uniques": ["+1 food for each adjacent Mountain", "Cannot be built on bonus resource"],
|
||||
"techRequired": "Construction",
|
||||
"improvingTech": "Fertilizer",
|
||||
"improvingTechStats": {"food":1},
|
||||
"terrainsCanBeBuiltOn": ["Hill"]
|
||||
"improvingTechStats": {"food":1}
|
||||
},
|
||||
|
||||
{ "name": "Ancient ruins" },
|
||||
|
Reference in New Issue
Block a user