GET /cards/en/EX11-021_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX11-021_P1",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2026-02-06",
                "question": "I tried to delete 1 of my other Digimon using this card's inherited effect when an opponent's Digimon attacked, but I couldn't delete the other Digimon due to another effect. \nCan I end that attack at such times?",
                "answer": "No, you can't end that attack. \nIf the \"by\" condition isn't met, the rest of the effect isn't processed. In this case, if you can't delete 1 of your other Digimon, then you can't end the attack."
            }, {
                "date": "2026-02-06",
                "question": "What does \"end the attack\" mean, exactly?",
                "answer": "After this effect activates, the current timing makes a transition to the end of attack timing. For example, if this effect activates during the attack declaration timing, it will make a transition to the end of attack timing. A transition to the counter timing or block timing won't occur, and the attack won't succeed."
            }, {
                "date": "2026-02-06",
                "question": "Can an \"end the attack\" effect end an attack by a Digimon that isn't affected by effects?",
                "answer": "Yes, such attacks can be ended. \n\"End the attack\" effects are effects that change the timing, they don't affect an attacking Digimon."
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["purple", "yellow"],
                "cost": 3
            }],
            "language": "en",
            "inherited-effect": "[Opponent's Turn] [Once Per Turn] When one of your opponent's Digimon attacks, by deleting 1 of your other Digimon, end that attack.",
            "dp": 6000,
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]",
            "parallel-id": 1,
            "supplemental-rarity": {
                "stars": 1
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX11-021_P1.webp",
            "play-cost": 5,
            "form": "Champion",
            "effect": "[Digivolve] Lv.3 w\/[Puppet] trait: Cost 2\n[When Digivolving] If you have 1 or fewer Tamers, you may play 1 [Mirai Kinosaki] from your hand without paying the cost.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Data",
            "block-icon": 5,
            "color": ["yellow", "purple"],
            "number": "EX11-021",
            "name": "Kokeshimon",
            "type": "Puppet\/LIBERATOR"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX11-021"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-021_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-021_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-11"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX11-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-021"
        },
        "meta": {
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-021"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-021_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-021_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-021"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-021_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-021_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ex-11",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ex-11"
        },
        "meta": {
            "name": "DAWN OF LIBERATOR [EX-11]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-021_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="EX11-021_P1" style="view-transition-name:en_EX11-021_P1;">
    <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="EX11-021 Kokeshimon · Alternate Art #1" src="https://images.heroi.cc/cards/en/EX11-021_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/EX11-021_P1">EX11-021 Kokeshimon<span> · </span>
            <small>
                <em>Alternate Art #1</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX11-021 Kokeshimon · Alternate Art #1EX11-021 Kokeshimon · Alternate Art #1 on Heroicc

Kokeshimon

Card Number
EX11-021
Rarity
C
Category
Digimon
Level
4
Block Icon
05
Supplemental Rarity
Alternative Art #1
Colour
Yellow Purple
Play Cost
5
DP
6000
Form
Champion
Attribute
Data
Type
Puppet/LIBERATOR
Digivolution Requirements
Digivolve Cost
3
Colour
Yellow Purple
Level
3
Category
Digimon
Effect

Digivolve Lv.3 w/[Puppet] trait: Cost 2

When Digivolving If you have 1 or fewer Tamers, you may play 1 [Mirai Kinosaki] from your hand without paying the cost.

Inherited Effect

Opponent's Turn Once Per Turn When one of your opponent's Digimon attacks, by deleting 1 of your other Digimon, end that attack.

Q&A
Date
Question

I tried to delete 1 of my other Digimon using this card's inherited effect when an opponent's Digimon attacked, but I couldn't delete the other Digimon due to another effect.

Can I end that attack at such times?

Answer

No, you can't end that attack.

If the "by" condition isn't met, the rest of the effect isn't processed. In this case, if you can't delete 1 of your other Digimon, then you can't end the attack.

Date
Question

What does "end the attack" mean, exactly?

Answer

After this effect activates, the current timing makes a transition to the end of attack timing. For example, if this effect activates during the attack declaration timing, it will make a transition to the end of attack timing. A transition to the counter timing or block timing won't occur, and the attack won't succeed.

Date
Question

Can an "end the attack" effect end an attack by a Digimon that isn't affected by effects?

Answer

Yes, such attacks can be ended.

"End the attack" effects are effects that change the timing, they don't affect an attacking Digimon.

Releases
Genre
Booster Pack
Release Name
DAWN OF LIBERATOR [EX-11]
Official Product Page
Date
Notes
Extra Booster DAWON OF LIBERATOR [EX-11]
Alternate Arts

en EX11-021 Extra Booster DAWON OF LIBERATOR [EX-11]

International Arts

ja EX11-021 エクストラブースター DAWN OF LIBERATOR [EX-11]

ja EX11-021 P1 エクストラブースター DAWN OF LIBERATOR [EX-11]

zh-Hans EX11-021 DAWN OF LIBERATOR【EX-11】

zh-Hans EX11-021 P1 DAWN OF LIBERATOR【EX-11】