mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 15:19:29 +07:00
Resolved #11829 - "after [amount] turns" -> "after turn number [amount]"
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
|
@ -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)",
|
||||
|
Reference in New Issue
Block a user