Skip to content
salix5 edited this page Oct 2, 2024 · 16 revisions

Effect category

Effects that include some actions.
If the action A will probably be done when the effect resolves, the effect is considered "including A".

  • CATEGORY_DECKDES

    Effects that include "Send a card from the Deck to the GY" or "Special Summon from the Deck".
    Usage: 14558127 灰流うらら

  • CATEGORY_DRAW

  • CATEGORY_SEARCH

    Effects that include "draw cards" or "search cards from deck".
    Usage: 14558127 灰流うらら

  • CATEGORY_DISABLE_SUMMON

    Effects that negate the summon or special summon.
    Usage: 93396832 角笛砕き

  • CATEGORY_FUSION_SUMMON

    Effects that include "fusion summon a fusion monster".
    Usage: 47679935 暴走魔法陣

  • CATEGORY_HANDES

    Effects that include "discard your opponent's hands".
    Usage: 67688478 ヂェミナイ・デビル

  • CATEGORY_NEGATE

    Effects that negate the activation.
    (In order to exclude "negate the activation of spell/trap cards" from "destroy cards on field".)
    Usage: 44508094 スターダスト・ドラゴン

  • CATEGORY_SPECIAL_SUMMON

    Effects that include "special summon".
    Usage: 84749824 神の警告

  • CATEGORY_GRAVE_ACTION

    Effects that include "move a card from the GY (except Special Summon)" in the optional part.
    Usage: 73642296 屋敷わらし

  • CATEGORY_GRAVE_SPSUMMON

    Effects that include "Special Summon a Monster Card(s) from the GY" in the optional part.
    Usage: 73642296 屋敷わらし, 98127546 閉ザサレシ世界ノ冥神

Operation info

Effects that would do some actions.
Operation info only contains actions in mandatory parts, except CATEGORY_HANDES and Necrovalley-related categories.

  • CATEGORY_ANNOUNCE

    Effects that would declare 1 card name.
    Usage: 50078320 刻印の調停者

  • CATEGORY_COIN

    Effects that would toss X coins.
    Usage: 49511705 銃砲撃、96012004 ラッキー・チャンス!

  • CATEGORY_DAMAGE

  • CATEGORY_RECOVER

    Effects that would damage/recover players.

  • CATEGORY_DESTROY

    Effects that would destroy cards.
    Usage: 44508094 スターダスト・ドラゴン

  • CATEGORY_DICE

    Effects that would roll a dice.
    Usage: 59905358 ダイスインパクト

  • CATEGORY_DRAW

    Effects that only draw cards.
    Usage: 80863132 無効

  • CATEGORY_HANDES

    Effects that include "discarding hands".
    Usage: 26084285 墓守の監視者、67688478 ヂェミナイ・デビル

Necrovalley-related operation

Common:

  • CATEGORY_REMOVE

  • CATEGORY_TODECK

  • CATEGORY_TOEXTRA

    Effects that would banish cards, or send cards to the deck/extra deck.
    For Necrovalley-related effects, See #1563.
    Usage: 47355498 王家の眠る谷-ネクロバレー、73642296 屋敷わらし

  • CATEGORY_TOHAND

    Effects that would send cards to hand.
    For Necrovalley-related effects, See #1563.
    Usage: 54762426 埋蔵金の地図、983995 リ・バウンド、47355498 王家の眠る谷-ネクロバレー、73642296 屋敷わらし

  • CATEGORY_SPECIAL_SUMMON

    Effects that would Special Summon.
    For Necrovalley-related effects, See #1563.
    Usage: 47355498 王家の眠る谷-ネクロバレー、73642296 屋敷わらし、98127546 閉ザサレシ世界ノ冥神

Necrovalley only:

  • CATEGORY_LEAVE_GRAVE

    Effects that would do other grave actions.
    Usage: 47355498 王家の眠る谷-ネクロバレー

Unused category

  • CATEGORY_TOGRAVE
  • CATEGORY_RELEASE
  • CATEGORY_SUMMON
  • CATEGORY_TOKEN
  • CATEGORY_POSITION
  • CATEGORY_CONTROL(25774450 死のマジック・ボックス use CATEGORY_CONTROL, but that script can update.)
  • CATEGORY_DISABLE
  • CATEGORY_EQUIP
  • CATEGORY_ATKCHANGE
  • CATEGORY_DEFCHANGE
  • CATEGORY_COUNTER