mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 07:16:54 +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",
|
||||
"uniques": ["Can be built outside your borders", "Costs [2] [Gold] per turn"],
|
||||
"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
|
||||
|
@ -123,7 +123,10 @@
|
||||
"techRequired": "Railroads",
|
||||
"uniques": ["Can be built outside your borders", "Costs [2] [Gold] per turn when in your territory"],
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user