Reset
Constants used to "reset" an effect, effectively removing it from the Duel such that it no longer applies and can no longer be used.
Constant | HEX | DEC | Summary |
---|---|---|---|
RESET_EVENT | 0x1000 | 4096 | Resets when an event happens to the card it's registered to. |
RESET_CARD | 0x2000 | 8192 | Manually resets effects owned by a card with a given passcode. |
RESET_CODE | 0x4000 | 16384 | Manually resets effects with a given effect code. |
RESET_COPY | 0x8000 | 32768 | Manually resets effects copied effects. |
RESET_DISABLE | 0x10000 | 65536 | Resets when the effects of the card is negated. |
RESET_TURN_SET | 0x20000 | 131072 | Resets when the card is flipped face-down. |
RESET_TOGRAVE | 0x40000 | 262144 | Resets when the card is sent to the GY. |
RESET_REMOVE | 0x80000 | 524288 | Resets when the card is banished. |
RESET_TEMP_REMOVE | 0x100000 | 1048576 | Resets when the card is temporarily banished. |
RESET_TOHAND | 0x200000 | 2097152 | Resets when the card is sent to the hand. |
RESET_TODECK | 0x400000 | 4194304 | Resets when the card is sent to the Deck. |
RESET_LEAVE | 0x800000 | 8388608 | Resets when the card leaves the field. |
RESET_TOFIELD | 0x1000000 | 16777216 | Resets when the card moves to the field. |
RESETS_STANDARD_EXC_GRAVE | 0x17a0000 | 24772608 | Typically used for effects that negate cards destroyed by battle. |
RESETS_CANNOT_ACT | 0x17e0000 | 25034752 | Typically used for effects that prevent a card's effects from being activated. |
RESETS_STANDARD | 0x1fe0000 | 33423360 | Typically used for effects registered to cards they affect. |
RESETS_STANDARD_DISABLE | 0x1ff0000 | 33488896 | Typically used for effects that a card registers only to itself. |
RESET_CONTROL | 0x2000000 | 33554432 | Resets when control of the card changes. |
RESET_OVERLAY | 0x4000000 | 67108864 | Resets when the card becomes attached as an Xyz Material. |
RESETS_REDIRECT | 0x47e0000 | 75366400 | Typically used for effects that redirect a card when it leaves the field. |
RESET_MSCHANGE | 0x8000000 | 134217728 | Resets when the card moves between the Monster Zone and the Spell/Trap Zone. |
RESET_SELF_TURN | 0x10000000 | 268435456 | Resets only on the player's own turn. |
RESET_OPPO_TURN | 0x20000000 | 536870912 | Resets only on the opponent's turn. |
RESET_PHASE | 0x40000000 | 1073741824 | Resets in a given phase. |
RESETS_STANDARD_PHASE_END | 0x41fe1200 | 1107169792 | Typically used for effects registered to cards they affect until the End Phase. |
RESETS_STANDARD_DISABLE_PHASE_END | 0x41ff1200 | 1107235328 | Typically used for effects that a card registers to itself until the End Phase. |
RESET_CHAIN | 0x80000000 | 2147483648 | Resets at the end of Chain resolution. |