Added before/after X turns conditionals - see #3242

This commit is contained in:
Yair Morgenstern
2022-11-07 22:56:58 +02:00
parent 3e05b875bd
commit c98a36c10f
5 changed files with 21 additions and 10 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 [10] turns>"]
},
{
"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 [20] turns>"],
"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", "Hidden 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 [20] turns>"],
"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 [10] turns>"]
},
{
"name": "survivors (adds population to a city)",