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