mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 00:39:56 +07:00
change wording
This commit is contained in:
@ -266,7 +266,7 @@
|
|||||||
{
|
{
|
||||||
"name": "City ruins",
|
"name": "City ruins",
|
||||||
"terrainsCanBeBuiltOn": ["Land"],
|
"terrainsCanBeBuiltOn": ["Land"],
|
||||||
"uniques": ["Unpillagable", "Unbuildable", "Automated workers will replace"],
|
"uniques": ["Unpillagable", "Unbuildable", "Will be replaced by automated workers"],
|
||||||
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -256,7 +256,7 @@
|
|||||||
{
|
{
|
||||||
"name": "City ruins",
|
"name": "City ruins",
|
||||||
"terrainsCanBeBuiltOn": ["Land"],
|
"terrainsCanBeBuiltOn": ["Land"],
|
||||||
"uniques": ["Unpillagable", "Unbuildable", "Automated workers will replace"],
|
"uniques": ["Unpillagable", "Unbuildable", "Will be replaced by automated workers"],
|
||||||
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
"civilopediaText": [{"text":"A bleak reminder of the destruction wreaked by War"}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -582,7 +582,7 @@ enum class UniqueType(val text: String, vararg targets: UniqueTarget, val flags:
|
|||||||
PillageYieldRandom("Pillaging this improvement yields approximately [stats]", UniqueTarget.Improvement),
|
PillageYieldRandom("Pillaging this improvement yields approximately [stats]", UniqueTarget.Improvement),
|
||||||
PillageYieldFixed("Pillaging this improvement yields [stats]", UniqueTarget.Improvement),
|
PillageYieldFixed("Pillaging this improvement yields [stats]", UniqueTarget.Improvement),
|
||||||
Irremovable("Irremovable", UniqueTarget.Improvement),
|
Irremovable("Irremovable", UniqueTarget.Improvement),
|
||||||
AutomatedWorkersWillReplace("Automated workers will replace", UniqueTarget.Improvement),
|
AutomatedWorkersWillReplace("Will be replaced by automated workers", UniqueTarget.Improvement),
|
||||||
//endregion
|
//endregion
|
||||||
|
|
||||||
///////////////////////////////////////// region CONDITIONALS /////////////////////////////////////////
|
///////////////////////////////////////// region CONDITIONALS /////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user