NPCCondition - Septillihedron/SuperheroesPlusSchema GitHub Wiki
NPCCondition - An object
Properties
mode - Required enum
Allowed values
- ALL
- OTHER
- SELF
The mode of operation
Defaults to SELF
EffectList
otherwise - OptionalA list of effects that will run if this condition is false
EffectList
else - OptionalA list of effects that will run if this condition is false
npc - Optional boolean
If true, checks if the entity is an npc. If false, it checks the opposite
Defaults to true
isNPC - Optional boolean
If true, checks if the entity is an npc. If false, it checks the opposite
Defaults to true