GET /cards/en/ST9-07

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/ST9-07",
        "attributes": {
            "level": 3,
            "faqs": [{
                "date": "2024-03-28",
                "question": "My opponent attacks with a Digimon and deletes my only blue Digimon with its [When Attacking] effect. I have no other blue Digimon in play, but can I still block the attack with this Digimon?",
                "answer": "No. The [When Attacking] effect activates before reaction timing, which is when <Blocker> triggers. By the time reaction timing occurs, this Digimon no longer has <Blocker>, so it cannot block."
            }],
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["green"],
                "cost": 0
            }],
            "language": "en",
            "dp": 2000,
            "notes": "Starter Deck ULTIMATE ANCIENT DRAGON [ST-9]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/ST9-07.webp",
            "play-cost": 3,
            "form": "Rookie",
            "effect": "[Opponent's Turn] While you have a blue Digimon in play, this Digimon gains \uff1cBlocker\uff1e. (When an opponent's Digimon attacks, you may suspend this Digimon to force the opponent to attack it instead.)",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 1,
            "color": ["green"],
            "number": "ST9-07",
            "name": "KoKabuterimon",
            "type": "Insectoid"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/ST9-07"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/ST9-07"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/ST9-07"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/st-09"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/ST9-07",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST9-07"
        },
        "meta": {
            "notes": "\u30b9\u30bf\u30fc\u30c8\u30c7\u30c3\u30ad \u7a76\u6975\u306e\u53e4\u4ee3\u7adc [ST-9]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/ST9-07",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/ST9-07"
        },
        "meta": {
            "notes": "\uc2a4\ud0c0\ud2b8 \ub371 \uad81\uadf9\uc758 \uace0\ub300\uc6a9 [STK-09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST9-07",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST9-07"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/st-09",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/st-09"
        },
        "meta": {
            "name": "ULTIMATE ANCIENT DRAGON [ST-09]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/ST9-07"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="ST9-07" style="view-transition-name:en_ST9-07_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="ST9-07 KoKabuterimon" src="https://images.heroi.cc/cards/en/ST9-07.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/ST9-07">ST9-07 KoKabuterimon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

ST9-07 KoKabuterimonST9-07 KoKabuterimon on Heroicc

KoKabuterimon

Card Number
ST9-07
Rarity
C
Category
Digimon
Level
3
Block Icon
01
Colour
Green
Play Cost
3
DP
2000
Form
Rookie
Attribute
Virus
Type
Insectoid
Digivolution Requirements
Digivolve Cost
0
Colour
Green
Level
2
Category
Digimon
Effect

Opponent's Turn While you have a blue Digimon in play, this Digimon gains Blocker. (When an opponent's Digimon attacks, you may suspend this Digimon to force the opponent to attack it instead.)

Releases
Genre
Starter Deck
Release Name
ULTIMATE ANCIENT DRAGON [ST-09]
Official Product Page
Date
Notes
Starter Deck ULTIMATE ANCIENT DRAGON [ST-9]
International Arts

ja ST9-07 スタートデッキ 究極の古代竜 [ST-9]

zh-Hans ST9-07 究极的古代龙【STC-09】

ko ST9-07 스타트 덱 궁극의 고대용 [STK-09]

Q&A
Date
Question

My opponent attacks with a Digimon and deletes my only blue Digimon with its [When Attacking] effect. I have no other blue Digimon in play, but can I still block the attack with this Digimon?

Answer

No. The [When Attacking] effect activates before reaction timing, which is when <Blocker> triggers. By the time reaction timing occurs, this Digimon no longer has <Blocker>, so it cannot block.