Resolved #11829 - "after [amount] turns" -> "after turn number [amount]"

This commit is contained in:
yairm210
2024-06-25 16:01:57 +03:00
parent a540355cc9
commit 2093761e2d
5 changed files with 19 additions and 12 deletions

View File

@ -20,7 +20,7 @@
{
"name": "your exploring unit receives training",
"notification": "An ancient tribe trained us in their ways of combat!",
"uniques": ["This Unit gains [10] XP", "Only available <after [10] turns>"]
"uniques": ["This Unit gains [10] XP", "Only available <after turn number [10]>"]
},
{
"name": "survivors (adds population to a city)",
@ -58,14 +58,14 @@
{
"name": "discover holy symbols",
"notification": "We have found holy symbols in the ruins, giving us a deeper understanding of religion! (+[faithAmount] Faith)",
"uniques": ["Hidden when religion is disabled", "Gain enough Faith for a Pantheon", "Only available <before founding a Pantheon>", "Only available <after [20] turns>"],
"uniques": ["Hidden when religion is disabled", "Gain enough Faith for a Pantheon", "Only available <before founding a Pantheon>", "Only available <after turn number [20]>"],
"color": "#CDDDF4"
},
{
"name": "an ancient prophecy",
"notification": "We have found an ancient prophecy in the ruins, greatly increasing our spiritual connection! (+[faithAmount] Faith)",
"uniques": ["Hidden when religion is disabled", "Gain enough Faith for [33]% of a Great Prophet", "Unavailable <after generating a Great Prophet>",
"Only available <after founding a Pantheon>", "Only available <after [20] turns>"],
"Only available <after founding a Pantheon>", "Only available <after turn number [20]>"],
"color": "#CDDDF4"
}
]

View File

@ -20,7 +20,7 @@
{
"name": "your exploring unit receives training",
"notification": "An ancient tribe trained us in their ways of combat!",
"uniques": ["This Unit gains [10] XP", "Only available <after [10] turns>"]
"uniques": ["This Unit gains [10] XP", "Only available <after turn number [10]>"]
},
{
"name": "survivors (adds population to a city)",