Cherubimon

Card Number
BT8-043
Rarity
U
Category
Digimon
Level
6
Block Icon
01
Colour
Yellow
Play Cost
11
DP
12000
Form
Mega
Attribute
Vaccine
Type
Cherub/Three Great Angels
Digivolution Requirements
Digivolve Cost
4
Colour
Yellow Purple
Level
5
Category
Digimon
Effect

When you would play this card from your hand, you may delete 1 of your purple [Cherubimon] to reduce this card's play cost by 8.On PlayWhen Digivolving For each Tamer you have in play, activate the effect below.・1 of your opponent's Digimon gets Security Attack -2 until the end of your opponent's next turn. (This Digimon checks 2 fewer security cards.)

Q&A
Date
Question

If I have multiple Tamers in play, can this card's [On Play][When Digivolving] effect give <Security Attack -2> to a different one of my opponent's Digimon for each Tamer I have in play?

Answer

Yes. The effect activates for each Tamer you have in play, and you can choose a different target for each activation.

Date
Question

When I activate this card's [On Play][When Digivolving] effect multiple times, is each activation treated as its own timing?

Answer

No, it's treated as a single timing.

Releases
Genre
Booster Pack
Release Name
NEW AWAKENING [BT-08]
Official Product Page
Date
Notes
BOOSTER NEW AWAKENING[BT-08]
International Arts

ja BT8-043 ブースターパック ニューヒーロー [BT-08]

zh-Hans BT8-043 NEXT HERO【BTC-04】

ko BT8-043 부스터 팩 뉴 히어로 [BTK-08]

GET /cards/en/BT8-043

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT8-043",
        "attributes": {
            "level": 6,
            "faqs": [{
                "date": "2024-03-28",
                "question": "If I have multiple Tamers in play, can this card's [On Play][When Digivolving] effect give <Security Attack -2> to a different one of my opponent's Digimon for each Tamer I have in play?",
                "answer": "Yes. The effect activates for each Tamer you have in play, and you can choose a different target for each activation."
            }, {
                "date": "2024-03-28",
                "question": "When I activate this card's [On Play][When Digivolving] effect multiple times, is each activation treated as its own timing?",
                "answer": "No, it's treated as a single timing."
            }],
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["yellow"],
                "cost": 4
            }, {
                "level": 5,
                "category": "digimon",
                "color": ["purple"],
                "cost": 4
            }],
            "language": "en",
            "dp": 12000,
            "notes": "BOOSTER NEW AWAKENING[BT-08]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT8-043.webp",
            "play-cost": 11,
            "form": "Mega",
            "effect": "When you would play this card from your hand, you may delete 1 of your purple [Cherubimon] to reduce this card's play cost by 8.[On Play][When Digivolving] For each Tamer you have in play, activate the effect below.\u30fb1 of your opponent's Digimon gets \uff1cSecurity Attack -2\uff1e until the end of your opponent's next turn. (This Digimon checks 2 fewer security cards.)",
            "rarity": "U",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 1,
            "color": ["yellow"],
            "number": "BT8-043",
            "name": "Cherubimon",
            "type": "Cherub\/Three Great Angels"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT8-043"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT8-043"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT8-043"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-08"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT8-043",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT8-043"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30cb\u30e5\u30fc\u30d2\u30fc\u30ed\u30fc [BT-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT8-043",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT8-043"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ub274 \ud788\uc5b4\ub85c [BTK-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT8-043",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT8-043"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-08",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-08"
        },
        "meta": {
            "name": "NEW AWAKENING [BT-08]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT8-043"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT8-043">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css?v=4a563a5" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js?v=4a563a5"></script>
    <picture>
        <img width="430" height="600" loading="lazy" alt="BT8-043 Cherubimon" src="https://images.heroi.cc/cards/en/BT8-043.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT8-043">BT8-043 Cherubimon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT8-043 CherubimonBT8-043 Cherubimon on Heroicc