MetadataCondition - Septillihedron/SuperheroesPlusSchema GitHub Wiki

MetadataCondition - An object

Properties

value - Required Expression

The value to compare against

comparison - Optional ComparisonCondition.Comparison

The comparison to use

Defaults to EQUAL

mode - Required enum

Allowed values

  • ALL
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

otherwise - Optional EffectList

A list of effects that will run if this condition is false

else - Optional EffectList

A list of effects that will run if this condition is false

variable - Required string

The variable to compare