mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-30 07:21:34 -04:00
Added road and railroad costs to improvement description
This commit is contained in:
parent
96c480af02
commit
b47af60ade
@ -98,14 +98,14 @@
|
|||||||
"name": "Road",
|
"name": "Road",
|
||||||
"turnsToBuild": 4,
|
"turnsToBuild": 4,
|
||||||
"techRequired": "The Wheel",
|
"techRequired": "The Wheel",
|
||||||
"uniques": ["Can be built outside your borders"],
|
"uniques": ["Can be built outside your borders", "Costs [1] gold per turn when in your territory"],
|
||||||
"shortcutKey": "R"
|
"shortcutKey": "R"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Railroad",
|
"name": "Railroad",
|
||||||
"turnsToBuild": 4,
|
"turnsToBuild": 4,
|
||||||
"techRequired": "Railroad",
|
"techRequired": "Railroad",
|
||||||
"uniques": ["Can be built outside your borders"]
|
"uniques": ["Can be built outside your borders", "Costs [2] gold per turn when in your territory"]
|
||||||
},
|
},
|
||||||
|
|
||||||
// Removals
|
// Removals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user