EffectType
Constants representing types of effects, which are set using Effect.SetType
.
Constant | Value | Summary |
---|---|---|
EFFECT_TYPE_SINGLE | 1 | Applies only to the handler, or listens for events happening to the handler |
EFFECT_TYPE_FIELD | 2 | Applies to players or multiple cards, or listens for events anywhere in the Duel |
EFFECT_TYPE_EQUIP | 4 | Applied by an Equip Card to the equipped monster |
EFFECT_TYPE_ACTIONS | 8 | Activated effect |
EFFECT_TYPE_ACTIVATE | 16 | Spell/Trap Card activation |
EFFECT_TYPE_FLIP | 32 | FLIP effect |
EFFECT_TYPE_IGNITION | 64 | Ignition Effect |
EFFECT_TYPE_TRIGGER_O | 128 | Optional Trigger Effect |
EFFECT_TYPE_QUICK_O | 256 | Optional fast effect |
EFFECT_TYPE_TRIGGER_F | 512 | Mandatory Trigger Effect |
EFFECT_TYPE_QUICK_F | 1024 | Mandatory fast effect |
EFFECT_TYPE_CONTINUOUS | 2048 | Continuously-applied effect |
EFFECT_TYPE_XMATERIAL | 4096 | Granted by Xyz materials to the Xyz monster they are attached to |
EFFECT_TYPE_GRANT | 8192 | Grants another effect to other cards |
EFFECT_TYPE_TARGET | 16384 | Continuously targets a card |