GET /cards/en/EX7-021

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX7-021",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2026-03-13",
                "question": "Is a \"while your opponent has no Digimon with XX\" condition also met when my opponent has no Digimon?",
                "answer": "Yes, it's met."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["blue"],
                "cost": 3
            }],
            "language": "en",
            "inherited-effect": "[Your Turn] While your opponent has no Digimon with digivolution cards, this Digimon with the [Ice-Snow] trait gains \uff1cPiercing\uff1e and \uff1cSecurity A. +1\uff1e.",
            "dp": 7000,
            "notes": "Extra Booster DIGIMON LIBERATOR [EX07]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX7-021.webp",
            "play-cost": 7,
            "form": "Ultimate",
            "effect": "\uff1cIceclad\uff1e (Other than against Security Digimon, compare the number of digivolution cards instead of DP in this Digimon's battles.)\n[When Digivolving] Trash any 2 digivolution cards under your opponent's Digimon. Then, if your opponent has no Digimon with digivolution cards, this Digimon unsuspends. \u27e8Rule\u27e9 Trait: Has [Ice-Snow] Type.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "Data",
            "block-icon": 4,
            "color": ["blue"],
            "number": "EX7-021",
            "name": "CrysPaledramon",
            "type": "Dragonkin"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX7-021_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX7-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX7-021_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/EX7-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX7-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX7-021_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-07"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX7-021_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX7-021_P1"
        },
        "meta": {
            "notes": "Regulation Battle 2025 Vol. 4 Winner"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX7-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX7-021"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc \u30c7\u30b8\u30e2\u30f3\u30ea\u30d9\u30ec\u30a4\u30bf\u30fc [EX-07]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX7-021_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX7-021_P1"
        },
        "meta": {
            "notes": "\u30ec\u30ae\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\u30d0\u30c8\u30eb2026 1\u6708\u30fb2\u6708 \u512a\u52dd\u30fb\u30e9\u30f3\u30c0\u30e0\u8cde"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/EX7-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX7-021"
        },
        "meta": {
            "notes": "\uc5d1\uc2a4\ud2b8\ub77c \ubd80\uc2a4\ud130 \ub514\uc9c0\ubaac \ub9ac\ubc84\ub808\uc774\ud130 [EXK-07]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX7-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX7-021"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX7-021_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX7-021_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ex-07",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ex-07"
        },
        "meta": {
            "name": "DIGIMON LIBERATOR [EX-07]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/EX7-021"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

EX7-021 CrysPaledramonEX7-021 CrysPaledramon on Heroicc

CrysPaledramon

Card Number
EX7-021
Rarity
R
Category
Digimon
Level
5
Block Icon
04
Colour
Blue
Play Cost
7
DP
7000
Form
Ultimate
Attribute
Data
Type
Dragonkin
Digivolution Requirements
Digivolve Cost
3
Colour
Blue
Level
4
Category
Digimon
Effect

Iceclad (Other than against Security Digimon, compare the number of digivolution cards instead of DP in this Digimon's battles.)

When Digivolving Trash any 2 digivolution cards under your opponent's Digimon. Then, if your opponent has no Digimon with digivolution cards, this Digimon unsuspends. Rule Trait: Has [Ice-Snow] Type.

Inherited Effect

Your Turn While your opponent has no Digimon with digivolution cards, this Digimon with the [Ice-Snow] trait gains Piercing and Security A. +1.

Q&A
Date
Question

Is a "while your opponent has no Digimon with XX" condition also met when my opponent has no Digimon?

Answer

Yes, it's met.

Releases
Genre
Booster Pack
Release Name
DIGIMON LIBERATOR [EX-07]
Official Product Page
Date
Notes
Extra Booster DIGIMON LIBERATOR [EX07]
Alternate Arts

en EX7-021 P1 Regulation Battle 2025 Vol. 4 Winner

International Arts

ja EX7-021 エクストラブースター デジモンリベレイター [EX-07]

ja EX7-021 P1 レギュレーションバトル2026 1月・2月 優勝・ランダム賞

zh-Hans EX7-021 数码宝贝界放者【EX-07】

zh-Hans EX7-021 P1 宣传卡【P】

ko EX7-021 엑스트라 부스터 디지몬 리버레이터 [EXK-07]