Skip to content

EffectFlag

Constants that modify the behavior of effects, set as the second argument of Effect.SetProperty.

ConstantHEXDECSummary
EFFECT_FLAG_INITIAL0x11An original effect of a card.
EFFECT_FLAG_FUNC_VALUE0x22Has a function as an associated value.
EFFECT_FLAG_COUNT_LIMIT0x44Can only be used a limited number of times.
EFFECT_FLAG_FIELD_ONLY0x88Does not belong to any card.
EFFECT_FLAG_CARD_TARGET0x1016Targets a card(s).
EFFECT_FLAG_IGNORE_RANGE0x2032Affects cards of a player(s) in all locations.
EFFECT_FLAG_ABSOLUTE_TARGET0x4064Affected locations do not change when the card switches control.
EFFECT_FLAG_IGNORE_IMMUNE0x80128Can affect cards that are unaffected by effects.
EFFECT_FLAG_SET_AVAILABLE0x100256Also applies to face-down cards.
EFFECT_FLAG_CANNOT_NEGATE0x200512Can become forbidden even if it cannot be negated.
EFFECT_FLAG_CANNOT_DISABLE0x4001024Effect cannot be negated.
EFFECT_FLAG_PLAYER_TARGET0x8002048Affects a player(s).
EFFECT_FLAG_BOTH_SIDE0x10004096Can be used by either player.
EFFECT_FLAG_COPY_INHERIT0x20008192Will be copied when copying card effects even if it's not an initial effect.
EFFECT_FLAG_DAMAGE_STEP0x400016384Can be activated during the Damage Step.
EFFECT_FLAG_DAMAGE_CAL0x800032768Can be activated during damage calculation.
EFFECT_FLAG_DELAY0x1000065536Cannot miss the timing.
EFFECT_FLAG_SINGLE_RANGE0x20000131072Applies only to the card it's registered to while in a given location.
EFFECT_FLAG_UNCOPYABLE0x40000262144Cannot be copied by copying effects.
EFFECT_FLAG_OATH0x80000524288Removed if the activation of the effect that registered it is negated.
EFFECT_FLAG_SPSUM_PARAM0x1000001048576Special Summons in a given position and side of the field.
EFFECT_FLAG_REPEAT0x2000002097152Changes are recalculated each gamestate.
EFFECT_FLAG_NO_TURN_RESET0x4000004194304Count limit does not reset each turn.
EFFECT_FLAG_EVENT_PLAYER0x8000008388608Used by the event player.
EFFECT_FLAG_OWNER_RELATE0x100000016777216Does not apply if the card that registered it is no longer related.
EFFECT_FLAG_CANNOT_INACTIVATE0x200000033554432Effect activation cannot be negated.
EFFECT_FLAG_CLIENT_HINT0x400000067108864Uses a string as a user hint.
EFFECT_FLAG_CONTINUOUS_TARGET0x8000000134217728Continuously targets a card.
EFFECT_FLAG_LIMIT_ZONE0x10000000268435456Limits the available zones on the field when activated.
EFFECT_FLAG_IMMEDIATELY_APPLY0x800000002147483648Applies immediately after being registered.