Bulkmon

Card Number
BT17-034
Rarity
C
Category
Digimon
Level
4
Block Icon
03
Colour
Yellow Green
Play Cost
5
DP
5000
Form
Champion
Attribute
Vaccine
Type
Dragonkin/Abadin Electronics
Digivolution Requirements
Digivolve Cost
3
Colour
Yellow Green
Level
3
Category
Digimon
Effect

Digivolve [Pulsemon]: Cost 2

When Digivolving If you have 3 or more security cards, 1 of your opponent's Digimon gets -3000 DP for the turn. If you have 3 or fewer, suspend 1 of your opponent's Digimon.

All Turns Once Per Turn When your security stack is trashed from, if [Leon Alexander] is in this Digimon's digivolution cards, Recovery +1 (Deck).

Inherited Effect

All Turns While this Digimon has [Pulsemon] in its text, it gets +1000 DP.

Q&A
Date
Question

If I have exactly 3 cards in my security stack, do I activate both the "1 of your opponent's Digimon gets -3000 DP" effect and the "suspend 1 or your opponent's Digimon" effect when activating this card's [When Digivolving] effect?

Answer

Yes, that's correct.

Releases
Genre
Booster Pack
Release Name
SECRET CRISIS [BT-17]
Official Product Page
Date
Notes
BOOSTER SECRET CRISIS [BT17]
International Arts

ja BT17-034 ブースターパック シークレットクライシス [BT-17]

zh-Hans BT17-034 SECRET CRISIS 【BTC-11】

ko BT17-034 부스터 팩 시크릿 크라이시스 [BTK-17]

GET /cards/en/BT17-034

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT17-034",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2024-09-06",
                "question": "If I have exactly 3 cards in my security stack, do I activate both the \"1 of your opponent's Digimon gets -3000 DP\" effect and the \"suspend 1 or your opponent's Digimon\" effect when activating this card's [When Digivolving] effect?",
                "answer": "Yes, that's correct."
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["green", "yellow"],
                "cost": 3
            }],
            "language": "en",
            "inherited-effect": "[All Turns] While this Digimon has [Pulsemon] in its text, it gets +1000 DP.",
            "dp": 5000,
            "notes": "BOOSTER SECRET CRISIS [BT17]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT17-034.webp",
            "play-cost": 5,
            "form": "Champion",
            "effect": "[Digivolve] [Pulsemon]: Cost 2\n[When Digivolving] If you have 3 or more security cards, 1 of your opponent's Digimon gets -3000 DP for the turn. If you have 3 or fewer, suspend 1 of your opponent's Digimon.\n[All Turns] [Once Per Turn] When your security stack is trashed from, if [Leon Alexander] is in this Digimon's digivolution cards, \uff1cRecovery +1 (Deck)\uff1e.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 3,
            "color": ["yellow", "green"],
            "number": "BT17-034",
            "name": "Bulkmon",
            "type": "Dragonkin\/Abadin Electronics"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT17-034"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT17-034"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT17-034"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT17-034",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT17-034"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u30af\u30e9\u30a4\u30b7\u30b9  [BT-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT17-034",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT17-034"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc2dc\ud06c\ub9bf \ud06c\ub77c\uc774\uc2dc\uc2a4 [BTK-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT17-034",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT17-034"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-17",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-17"
        },
        "meta": {
            "name": "SECRET CRISIS [BT-17]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT17-034"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT17-034">
    <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="BT17-034 Bulkmon" src="https://images.heroi.cc/cards/en/BT17-034.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT17-034">BT17-034 Bulkmon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT17-034 BulkmonBT17-034 Bulkmon on Heroicc