mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Added support for conditionals to some more uniques (#5280)
* Added support for conditionals to some more uniques * Implemented a new conditional * Added the new conditional to the translations file * Fixed tests * Implemented requested changes
This commit is contained in:
@ -275,7 +275,7 @@
|
||||
{
|
||||
"name": "Rationalism",
|
||||
"era": "Renaissance era",
|
||||
"uniques": ["[15]% [Science] while the empire is happy", "Incompatible with [Piety]"],
|
||||
"uniques": ["[+15]% [Science] <while the empire is happy>", "Incompatible with [Piety]"],
|
||||
"policies": [
|
||||
{
|
||||
"name": "Secularism",
|
||||
|
Reference in New Issue
Block a user