GET /cards/en/EX8-041

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX8-041",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2024-11-22",
                "question": "Can this card's [On Play] [When Digivolving] effect suspend a different card from the one that's given \"can't unsuspend until the end of their turn\"?",
                "answer": "Yes, it can."
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["green", "purple"],
                "cost": 3
            }],
            "language": "en",
            "inherited-effect": "\uff1cRetaliation\uff1e (When only this Digimon is deleted in battle, delete the Digimon it battled.)",
            "dp": 5000,
            "notes": "Extra Booster CHAIN OF LIBERATION [EX08]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX8-041.webp",
            "play-cost": 5,
            "form": "Champion",
            "effect": "[Digivolve] Lv.3 w\/[Reptile] trait: Cost 2\n[On Play] [When Digivolving] Suspend 1 of your opponent's Tamers. Then, 1 of their Tamers can't unsuspend until the end of their turn.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 4,
            "color": ["green", "purple"],
            "number": "EX8-041",
            "name": "DarkTyrannomon",
            "type": "Dinosaur"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX8-041_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX8-041"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX8-041_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/EX8-041"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/EX8-041_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX8-041"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX8-041_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-08"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX8-041_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX8-041_P1"
        },
        "meta": {
            "notes": "Extra Booster CHAIN OF LIBERATION [EX08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX8-041",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX8-041"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc CHAIN OF LIBERATION [EX-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX8-041_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX8-041_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc CHAIN OF LIBERATION [EX-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/EX8-041",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX8-041"
        },
        "meta": {
            "notes": "\uc5d1\uc2a4\ud2b8\ub77c \ubd80\uc2a4\ud130 CHAIN OF LIBERATION [EXK-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/EX8-041_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX8-041_P1"
        },
        "meta": {
            "notes": "\uc5d1\uc2a4\ud2b8\ub77c \ubd80\uc2a4\ud130 CHAIN OF LIBERATION [EXK-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX8-041",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX8-041"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX8-041_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX8-041_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ex-08",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ex-08"
        },
        "meta": {
            "name": "CHAIN OF LIBERATION [EX-08]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/EX8-041"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

EX8-041 DarkTyrannomonEX8-041 DarkTyrannomon on Heroicc

DarkTyrannomon

Card Number
EX8-041
Rarity
C
Category
Digimon
Level
4
Block Icon
04
Colour
Green Purple
Play Cost
5
DP
5000
Form
Champion
Attribute
Virus
Type
Dinosaur
Digivolution Requirements
Digivolve Cost
3
Colour
Green Purple
Level
3
Category
Digimon
Effect

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

On Play When Digivolving Suspend 1 of your opponent's Tamers. Then, 1 of their Tamers can't unsuspend until the end of their turn.

Inherited Effect

Retaliation (When only this Digimon is deleted in battle, delete the Digimon it battled.)

Releases
Genre
Booster Pack
Release Name
CHAIN OF LIBERATION [EX-08]
Official Product Page
Date
Notes
Extra Booster CHAIN OF LIBERATION [EX08]
Alternate Arts

en EX8-041 P1 Extra Booster CHAIN OF LIBERATION [EX08]

International Arts

ja EX8-041 エクストラブースター CHAIN OF LIBERATION [EX-08]

ja EX8-041 P1 エクストラブースター CHAIN OF LIBERATION [EX-08]

zh-Hans EX8-041 CHAIN OF LIBERATION【EX-08】

zh-Hans EX8-041 P1 CHAIN OF LIBERATION【EX-08】

ko EX8-041 엑스트라 부스터 CHAIN OF LIBERATION [EXK-08]

ko EX8-041 P1 엑스트라 부스터 CHAIN OF LIBERATION [EXK-08]

Q&A
Date
Question

Can this card's [On Play] [When Digivolving] effect suspend a different card from the one that's given "can't unsuspend until the end of their turn"?

Answer

Yes, it can.