Skip to content

EffectCategory

Constants categorizing or describing activated effects, usually referring to possible actions that might be performed when resolving the effect.

ConstantHEXDECSummary
CATEGORY_DESTROY0x11Destroys a card(s).
CATEGORY_RELEASE0x22Tributes a card(s).
CATEGORY_REMOVE0x44Banishes a card(s).
CATEGORY_TOHAND0x88Sends a card(s) to the hand.
CATEGORY_TODECK0x1016Sends a card(s) to the Deck.
CATEGORY_TOGRAVE0x2032Sends a card(s) to the GY.
CATEGORY_DECKDES0x4064Sends a card(s) from the Deck to the GY or banishes them.
CATEGORY_HANDES0x80128Sends a card(s) from the hand to the GY or banishes them.
CATEGORY_SUMMON0x100256Normal Summons a monster(s).
CATEGORY_SPECIAL_SUMMON0x200512Special Summons a monster(s).
CATEGORY_TOKEN0x4001024Special Summons a Token(s).
CATEGORY_FLIP0x8002048A FLIP effect.
CATEGORY_POSITION0x10004096Changes a monster's battle position.
CATEGORY_CONTROL0x20008192Switches control of a monster(s).
CATEGORY_DISABLE0x400016384Negates a card effect.
CATEGORY_DISABLE_SUMMON0x800032768Negates the Summon of a monster(s).
CATEGORY_DRAW0x1000065536Draws a card(s).
CATEGORY_SEARCH0x20000131072Adds a card(s) from the Deck to the hand.
CATEGORY_EQUIP0x40000262144Equips a card(s) to another card.
CATEGORY_DAMAGE0x80000524288Inflicts effect damage.
CATEGORY_RECOVER0x1000001048576Makes a player(s) gain LP.
CATEGORY_ATKCHANGE0x2000002097152Modifies a monster's ATK.
CATEGORY_DEFCHANGE0x4000004194304Modifies a monster's DEF.
CATEGORY_COUNTER0x8000008388608Place a counter(s) on a card(s).
CATEGORY_COIN0x100000016777216Flips a coin(s).
CATEGORY_DICE0x200000033554432Rolls a six-sided die.
CATEGORY_LEAVE_GRAVE0x400000067108864Moves a card(s) from the GY to another location.
CATEGORY_LVCHANGE0x8000000134217728Modifies a monster's Level.
CATEGORY_NEGATE0x10000000268435456Negates the activation of a card or effect.
CATEGORY_ANNOUNCE0x20000000536870912Requires declaring a card name.
CATEGORY_FUSION_SUMMON0x400000001073741824Performs a Fusion Summon(s).
CATEGORY_TOEXTRA0x800000002147483648Sends a card(s) to the Extra Deck.