mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
Adds conditionals to most of the uniques currently in the enum (#5270)
* Moved uniques to their own folder * Added support for conditionals to most of the uniques in the current enum * Deprecation > removal, of course * Fixed tests & added `.removeConditionals` before checking for placeholders
This commit is contained in:
@ -147,7 +147,7 @@
|
||||
{
|
||||
"name": "Guruship",
|
||||
"type": "Follower",
|
||||
"uniques": ["[+2 Production] if this city has at least [1] specialists"]
|
||||
"uniques": ["[+2 Production] <if this city has at least [1] specialists>"]
|
||||
},
|
||||
// ToDo: Holy Warriors (I have to look up the faith costs for these sometime)
|
||||
{
|
||||
|
Reference in New Issue
Block a user