Level Criteria Data
Structure: LevelCriteria
Defines a condition required to unlock a Bank Level.
Configuration
mode — Enum
PLACEHOLDER: Checks a PlaceholderAPI value.FACT: Checks a TypeWriter Fact.
placeholder — String
The placeholder to check (e.g. %vault_eco_balance%).
fact
"> The Fact entry to check.
requiredValue — Double
The value needed to pass.
comparison — Enum
Operator: EQUALS, GREATER_THAN, LESS_THAN, etc.
deductOnMet — Boolean
If true (and mode is PLACEHOLDER), subtracts the requiredValue from the source (cost to upgrade).