mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Ancient Ruins, Civilopedia and Translations (#4907)
* Ancient Ruins, Civilopedia and Translations - TranslationFileWriter can process Ruins.json - Hide Religion / Civilopedia uniques hardcoded String moved to Constants - Civilopedia display of Ruins pulls actual json rewards in code - Manually curated rewards description removed * Ancient Ruins, Civilopedia and Translations - Old rewards descriptions moved to names, color - Code now recreates old output closely - civilopediaText allowed additionally - TranslationFileWriter tweaked accordingly * Ancient Ruins, Civilopedia and Translations - fix stargazers
This commit is contained in:
@ -9,6 +9,8 @@ object Constants {
|
||||
const val settler = "Settler"
|
||||
const val settlerUnique = "Founds a new city"
|
||||
const val eraSpecificUnit = "Era Starting Unit"
|
||||
const val hiddenWithoutReligionUnique = "Hidden when religion is disabled"
|
||||
const val hideFromCivilopediaUnique = "Will not be displayed in Civilopedia"
|
||||
|
||||
const val impassable = "Impassable"
|
||||
const val ocean = "Ocean"
|
||||
|
Reference in New Issue
Block a user