ImprovementPicker: R key 'moves' from Road to Railroad patch (#3871)

This commit is contained in:
SomeTroglodyte
2021-05-04 10:59:08 +02:00
committed by GitHub
parent ba9a90c680
commit f2a08719e2
2 changed files with 33 additions and 10 deletions

View File

@ -52,7 +52,8 @@
"name": "Oil well",
"terrainsCanBeBuiltOn": ["Coast"],
"turnsToBuild": 9,
"techRequired": "Biology"
"techRequired": "Biology",
"shortcutKey": "W"
},
{
"name": "Pasture",
@ -106,7 +107,8 @@
"name": "Railroad",
"turnsToBuild": 4,
"techRequired": "Railroad",
"uniques": ["Can be built outside your borders", "Costs [2] gold per turn when in your territory"]
"uniques": ["Can be built outside your borders", "Costs [2] gold per turn when in your territory"],
"shortcutKey": "R"
},
// Removals
@ -156,7 +158,8 @@
},
{
"name": "Cancel improvement order",
"uniques": ["Can be built outside your borders"]
"uniques": ["Can be built outside your borders"],
"shortcutKey": "."
},
// Great Person improvements