GET /cards/en/BT23-032

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT23-032",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2025-10-03",
                "question": "Can I use this card's [When Digivolving] effect to give \"[Start of Your Main Phase] This Digimon attacks\" to a Digimon that isn't affected by effects?",
                "answer": "You can give that effect to such Digimon, but if the Digimon isn't affected by effects upon the trigger timing, the gained effect won't trigger."
            }, {
                "date": "2025-10-03",
                "question": "What cards can be played by this card's [All Turns] effect?",
                "answer": "1 level 4 or lower yellow or black Digimon card, or 1 level 4 or lower [CS] trait Digimon card."
            }, {
                "date": "2025-10-03",
                "question": "What cards can be played using this card's inherited effect?",
                "answer": "1 level 4 or lower yellow or black Digimon card, or 1 level 4 or lower [CS] trait Digimon card."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 4
            }],
            "language": "en",
            "inherited-effect": "[All Turns] [Once Per Turn] When this Digimon would leave the battle area other than by your effects, you may play 1 level 4 or lower yellow, black or [CS] trait Digimon card from its digivolution cards without paying the cost.",
            "dp": 8000,
            "notes": "Booster HACKERS' SLUMBER [BT-23]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT23-032.webp",
            "play-cost": 8,
            "form": "Ultimate",
            "effect": "[Digivolve] Lv.4 w\/[CS] trait: Cost 3\n[DNA Digivolve] Yellow Lv.4 + black\/blue Lv.4: Cost 0\n[When Digivolving] Until your opponent's turn ends, give 1 of their Digimon \"[Start of Your Main Phase] This Digimon attacks.\" Then, if DNA digivolving, \uff1cDe-Digivolve 1\uff1e 1 of their Digimon.\n[All Turns] [Once Per Turn] When this Digimon would leave the battle area other than by your effects, you may play 1 level 4 or lower yellow, black or [CS] trait Digimon card from its digivolution cards without paying the cost. \u27e8Rule\u27e9 Trait: Has [Angel] Type.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "Free",
            "block-icon": 5,
            "color": ["yellow", "black"],
            "number": "BT23-032",
            "limitations": [{
                "date": "2026-04-04",
                "type": "restrict",
                "allowance": 1,
                "note": "By repeatedly triggering inherited effects with this card\u2019s DNA digivolution, such as [BT22-043 Terriermon], it has allowed the attack power of [Hudiemon] decks to increase exceptionally. As a result, variants of [Hudiemon] decks that focus on either OTK or control have emerged, significantly increasing the overall use and dominance of [Hudiemon] decks in the current format. For these reasons, we\u2019ve decided to restrict this card to 1 copy per deck."
            }],
            "name": "Shakkoumon",
            "type": "Mutant\/Hudie\/CS"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT23-032_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT23-032"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT23-032_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT23-032"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-23"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT23-032_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT23-032_P1"
        },
        "meta": {
            "notes": "Event Pack 9"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT23-032",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT23-032"
        },
        "meta": {
            "notes": "HACKERS' SLUMBER [BT-23]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT23-032_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT23-032_P1"
        },
        "meta": {
            "notes": "Event Promo Pack Ver.1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT23-032",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT23-032"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-23",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-23"
        },
        "meta": {
            "name": "HACKERS' SLUMBER [BT-23]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT23-032"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT23-032" style="view-transition-name:en_BT23-032_P0;">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js"></script>
    <picture>
        <img width="430" height="600" alt="BT23-032 Shakkoumon" src="https://images.heroi.cc/cards/en/BT23-032.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT23-032">BT23-032 Shakkoumon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT23-032 ShakkoumonBT23-032 Shakkoumon on Heroicc

Shakkoumon

Card Number
BT23-032
Rarity
R
Category
Digimon
Level
5
Block Icon
05
Colour
Yellow Black
Play Cost
8
DP
8000
Form
Ultimate
Attribute
Free
Type
Mutant/Hudie/CS
Digivolution Requirements
Digivolve Cost
4
Colour
Black
Level
4
Category
Digimon
Effect

Digivolve Lv.4 w/[CS] trait: Cost 3

DNA DigivolveYellowLv.4 +Black/BlueLv.4: Cost 0

When Digivolving Until your opponent's turn ends, give 1 of their Digimon "Start of Your Main Phase This Digimon attacks." Then, if DNA digivolving, De-Digivolve 1 1 of their Digimon.

All Turns Once Per Turn When this Digimon would leave the battle area other than by your effects, you may play 1 level 4 or lower yellow, black or [CS] trait Digimon card from its digivolution cards without paying the cost. Rule Trait: Has [Angel] Type.

Inherited Effect

All Turns Once Per Turn When this Digimon would leave the battle area other than by your effects, you may play 1 level 4 or lower yellow, black or [CS] trait Digimon card from its digivolution cards without paying the cost.

Restrictions
Date
Limitation Type
Restrict
Card Allowance
1
Note

By repeatedly triggering inherited effects with this card’s DNA digivolution, such as [BT22-043 Terriermon], it has allowed the attack power of [Hudiemon] decks to increase exceptionally. As a result, variants of [Hudiemon] decks that focus on either OTK or control have emerged, significantly increasing the overall use and dominance of [Hudiemon] decks in the current format. For these reasons, we’ve decided to restrict this card to 1 copy per deck.

Q&A
Date
Question

Can I use this card's [When Digivolving] effect to give "[Start of Your Main Phase] This Digimon attacks" to a Digimon that isn't affected by effects?

Answer

You can give that effect to such Digimon, but if the Digimon isn't affected by effects upon the trigger timing, the gained effect won't trigger.

Date
Question

What cards can be played by this card's [All Turns] effect?

Answer

1 level 4 or lower yellow or black Digimon card, or 1 level 4 or lower [CS] trait Digimon card.

Date
Question

What cards can be played using this card's inherited effect?

Answer

1 level 4 or lower yellow or black Digimon card, or 1 level 4 or lower [CS] trait Digimon card.

Releases
Genre
Booster Pack
Release Name
HACKERS' SLUMBER [BT-23]
Official Product Page
Date
Notes
Booster HACKERS' SLUMBER [BT-23]
Alternate Arts

en BT23-032 P1 Event Pack 9

International Arts

ja BT23-032 HACKERS' SLUMBER [BT-23]

ja BT23-032 P1 Event Promo Pack Ver.1

zh-Hans BT23-032 HACKERS' SLUMBER【BT-23】