filter | :: "enabled" or "hidden" or "upgrade" or "visible-when-disabled" or "has-effects" or "has-prerequisites" or "research-unit-ingredient" or "unlocks-recipe" or "level" or "max-level" or "time" | The condition to filter on. |
The condition to filter on. | ||
mode | :: "or" or "and" ? | How to combine this with the previous filter. Defaults to |
How to combine this with the previous filter. Defaults to | ||
invert | :: boolean? | Inverts the condition. Default is |
Inverts the condition. Default is |
Other attributes may be specified depending on filter
:
research-unit-ingredient
ingredient | :: string | The research ingredient to check. |
The research ingredient to check. |
unlocks-recipe
recipe | :: string | The recipe to check. |
The recipe to check. |
level
comparison | :: ComparatorString | |
value | :: uint | The value to compare against. |
The value to compare against. |
max-level
comparison | :: ComparatorString | |
value | :: uint | The value to compare against. |
The value to compare against. |
time
comparison | :: ComparatorString | |
value | :: uint | The value to compare against. |
The value to compare against. |