mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 15:27:27 +07:00
Mention the Railroad production bonus in the Civilopedia (#10638)
* Mention Railroad production bonus in the Civilopedia * Railroad production bonus mention in the Civilopedia - Vainilla * Fix little style error * Fix another mistake omg * Brackets * Brackets
This commit is contained in:
parent
96dcd584cf
commit
88333a147e
@ -123,7 +123,10 @@
|
|||||||
"techRequired": "Railroads",
|
"techRequired": "Railroads",
|
||||||
"uniques": ["Can be built outside your borders", "Costs [2] [Gold] per turn"],
|
"uniques": ["Can be built outside your borders", "Costs [2] [Gold] per turn"],
|
||||||
"shortcutKey": "R",
|
"shortcutKey": "R",
|
||||||
"civilopediaText": [{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}]
|
"civilopediaText": [
|
||||||
|
{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"},
|
||||||
|
{"text":"Provides a +25% [Production] bonus to cities connected to the capital by Railroads"}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
// Removals
|
// Removals
|
||||||
|
@ -123,7 +123,10 @@
|
|||||||
"techRequired": "Railroads",
|
"techRequired": "Railroads",
|
||||||
"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",
|
"shortcutKey": "R",
|
||||||
"civilopediaText": [{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"}]
|
"civilopediaText": [
|
||||||
|
{"text":"Reduces movement cost to ⅒ if the other tile also has a Railroad"},
|
||||||
|
{"text":"Provides a +25% [Production] bonus to cities connected to the capital by Railroads"}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
// Removals
|
// Removals
|
||||||
|
Loading…
Reference in New Issue
Block a user