GET /cards/en/EX11-024

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX11-024",
        "attributes": {
            "level": 6,
            "faqs": [{
                "date": "2026-02-06",
                "question": "Multiple effects trigger when this card digivolves. In what order can they be activated?",
                "answer": "The effects trigger simultaneously, so the player can choose the activation order."
            }],
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["yellow"],
                "cost": 3
            }],
            "language": "en",
            "dp": 12000,
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX11-024.webp",
            "play-cost": 11,
            "form": "Mega",
            "effect": "\uff1cAlliance\uff1e \uff1cOverclock ([Puppet] Trait)\uff1e\n[On Play] [When Digivolving] You may play 1 level 4 or lower [Puppet] trait Digimon card from your hand without paying the cost. Then, you may play 1 [Familiar] Token for each of your opponent's Digimon. (Digimon\/Yellow\/3000 DP\/[On Deletion] 1 of your opponent's Digimon gets -3000 DP for the turn.)\n[When Digivolving] [When Attacking] To 1 of your opponent's Digimon, give -3000 DP for the turn for each of your Digimon.",
            "rarity": "SR",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 5,
            "color": ["yellow"],
            "number": "EX11-024",
            "name": "Cendrillmon",
            "type": "Puppet\/LIBERATOR"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX11-024_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/EX11-024_P2"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-024"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-024_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-024_P2"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-024"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-024_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-024_P2"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-11"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX11-024_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-024_P1"
        },
        "meta": {
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/EX11-024_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-024_P2"
        },
        "meta": {
            "notes": "Extra Booster DAWON OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-024",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-024"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-024_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-024_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-024_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-024_P2"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-024",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-024"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-024_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-024_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-024_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-024_P2"
        }
    }, {
        "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-024"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

EX11-024 CendrillmonEX11-024 Cendrillmon on Heroicc

Cendrillmon

Card Number
EX11-024
Rarity
SR
Category
Digimon
Level
6
Block Icon
05
Colour
Yellow
Play Cost
11
DP
12000
Form
Mega
Attribute
Virus
Type
Puppet/LIBERATOR
Digivolution Requirements
Digivolve Cost
3
Colour
Yellow
Level
5
Category
Digimon
Effect

Alliance Overclock ([Puppet] Trait)

On Play When Digivolving You may play 1 level 4 or lower [Puppet] trait Digimon card from your hand without paying the cost. Then, you may play 1 [Familiar] Token for each of your opponent's Digimon. (Digimon/Yellow/3000 DP/On Deletion 1 of your opponent's Digimon gets -3000 DP for the turn.)

When Digivolving When Attacking To 1 of your opponent's Digimon, give -3000 DP for the turn for each of your Digimon.

Q&A
Date
Question

Multiple effects trigger when this card digivolves. In what order can they be activated?

Answer

The effects trigger simultaneously, so the player can choose the activation order.

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-024 P1 Extra Booster DAWON OF LIBERATOR [EX-11]

en EX11-024 P2 SP Extra Booster DAWON OF LIBERATOR [EX-11]

International Arts

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

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

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

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

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

zh-Hans EX11-024 P2 SP DAWN OF LIBERATOR【EX-11】