EffectFlag2
Additional constants that modify the behavior of effects, set as the third argument of Effect.SetProperty
. These serve the same purpose as regular effect flags, but had to be separated for technical reasons.
Constant | HEX | DEC | Summary |
---|---|---|---|
EFFECT_FLAG2_CONTINUOUS_EQUIP | 0x1 | 1 | Continuous Trap effects that can be activated while equipped. |
EFFECT_FLAG2_COF | 0x2 | 2 | Normal Spell activation that activates in the Standby Phase. |
EFFECT_FLAG2_CHECK_SIMULTANEOUS | 0x4 | 4 | Card activation that must be activated in a given location. |
EFFECT_FLAG2_FORCE_ACTIVATE_LOCATION | 0x40000000 | 1073741824 | Non-activated effect that can be copied by "Majestic Star Dragon". |
EFFECT_FLAG2_MAJESTIC_MUST_COPY | 0x80000000 | 2147483648 | Non-activated effect that can be copied by "Majestic Star Dragon". |