mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Can remove tile features outside your borders
This commit is contained in:
@ -111,24 +111,28 @@
|
||||
"turnsToBuild": 4,
|
||||
"terrainsCanBeBuiltOn": ["Forest"],
|
||||
"techRequired": "Mining"
|
||||
"uniques": ["Can be built outside your borders"]
|
||||
},
|
||||
{
|
||||
"name": "Remove Jungle",
|
||||
"turnsToBuild": 7,
|
||||
"terrainsCanBeBuiltOn": ["Jungle"],
|
||||
"techRequired": "Bronze Working"
|
||||
"uniques": ["Can be built outside your borders"]
|
||||
},
|
||||
{
|
||||
"name": "Remove Fallout",
|
||||
"turnsToBuild": 8,
|
||||
"terrainsCanBeBuiltOn": ["Fallout"],
|
||||
"techRequired": "Atomic Theory"
|
||||
"uniques": ["Can be built outside your borders"]
|
||||
},
|
||||
{
|
||||
"name": "Remove Marsh",
|
||||
"turnsToBuild": 6,
|
||||
"terrainsCanBeBuiltOn": ["Marsh"],
|
||||
"techRequired": "Bronze Working"
|
||||
"uniques": ["Can be built outside your borders"]
|
||||
},
|
||||
|
||||
// These are unique and have unique in-game checks related to them
|
||||
|
Reference in New Issue
Block a user