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:
SomeTroglodyte
2021-08-21 19:57:39 +02:00
committed by GitHub
parent 1aea1d53b9
commit 13365e5ad6
11 changed files with 102 additions and 60 deletions

View File

@ -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"