Data\Effect\Switch Effect

Run different effects based on validators/conditions.

Target Type

Used to determine the ability target type if this effect is the first effect of an ability.

Cases

For each case (from top to bottom), check the Validator and execute the effect if the Validator succeeds. By default the switch ends when the first Validator passes.

Effect

The effect to run if the validator passes.

Validator


The validator to check.

Fall Through

If checked, the next case will be evaluated even if this case passes.