GET /cards/en/P-140_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-140_P1",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2024-03-28",
                "question": "If this Digimon is unsuspended, then it's suspended by an opponent Digimon's \"Suspend 1 of your opponent's Digimon. That Digimon can't unsuspend during your opponent's next unsuspend phase\" effect, is the effect that prevents unsuspending during the unsuspend phase negated?",
                "answer": "Yes. It's no longer affected by your opponent's effects as soon as it's suspended, so it can now unsuspend."
            }, {
                "date": "2024-03-28",
                "question": "Does this card's [All Turns] effect prevent [Security] effects on my opponent's Security Digimon from affecting this Digimon when it's suspended?",
                "answer": "Yes, it isn't affected. \n[Security] effects on Security Digimon are treated as Digimon effects, so the \"this Digimon isn't affected by the effects of your opponent's Digimon\" effect prevents such effects from affecting this Digimon."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["blue", "green"],
                "cost": 4
            }],
            "language": "en",
            "inherited-effect": "[All Turns] [Once Per Turn] When this Digimon deletes your opponent's Digimon in battle, trash your opponent's top security card.",
            "dp": 8000,
            "notes": "Advanced Booster DIGIMON GENERATION [AD-01]",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-140_P1.webp",
            "play-cost": 8,
            "form": "Ultimate",
            "effect": "[Digivolve] Lv.4 w\/[Insectoid] trait: Cost 3\n\uff1cEvade\uff1e\n[All Turns] This suspended Digimon isn't affected by the effects of your opponent's Digimon.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "Data",
            "block-icon": 5,
            "color": ["green", "blue"],
            "number": "P-140",
            "name": "MegaKabuterimon",
            "type": "Insectoid"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-140"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-140"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-140_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-140"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-140"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-140_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ad-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-140",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-140"
        },
        "meta": {
            "notes": "SECRET CRISIS [BT17] Update Pack 2024"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-140",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-140"
        },
        "meta": {
            "notes": "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30d1\u30c3\u30af2024"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-140_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-140_P1"
        },
        "meta": {
            "notes": "\u30a2\u30c9\u30d0\u30f3\u30b9\u30d6\u30fc\u30b9\u30bf\u30fc DIGIMON GENERATION [AD-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/P-140",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-140"
        },
        "meta": {
            "notes": "BTK-17 \uc774\ub108\ubc15\uc2a4 \ud504\ub85c\ubaa8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-140",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-140"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-140_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-140_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ad-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ad-01"
        },
        "meta": {
            "name": "DIGIMON GENERATION [AD-01]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/P-140_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="P-140_P1" style="view-transition-name:en_P-140_P1;">
    <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="P-140 MegaKabuterimon · Alternate Art #1" src="https://images.heroi.cc/cards/en/P-140_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/P-140_P1">P-140 MegaKabuterimon<span> · </span>
            <small>
                <em>Alternate Art #1</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

P-140 MegaKabuterimon · Alternate Art #1P-140 MegaKabuterimon · Alternate Art #1 on Heroicc

MegaKabuterimon

Card Number
P-140
Rarity
P
Category
Digimon
Level
5
Block Icon
05
Supplemental Rarity
Alternative Art #1
Colour
Green Blue
Play Cost
8
DP
8000
Form
Ultimate
Attribute
Data
Type
Insectoid
Digivolution Requirements
Digivolve Cost
4
Colour
Green Blue
Level
4
Category
Digimon
Effect

Digivolve Lv.4 w/[Insectoid] trait: Cost 3

Evade

All Turns This suspended Digimon isn't affected by the effects of your opponent's Digimon.

Inherited Effect

All Turns Once Per Turn When this Digimon deletes your opponent's Digimon in battle, trash your opponent's top security card.

Q&A
Date
Question

If this Digimon is unsuspended, then it's suspended by an opponent Digimon's "Suspend 1 of your opponent's Digimon. That Digimon can't unsuspend during your opponent's next unsuspend phase" effect, is the effect that prevents unsuspending during the unsuspend phase negated?

Answer

Yes. It's no longer affected by your opponent's effects as soon as it's suspended, so it can now unsuspend.

Date
Question

Does this card's [All Turns] effect prevent [Security] effects on my opponent's Security Digimon from affecting this Digimon when it's suspended?

Answer

Yes, it isn't affected.

[Security] effects on Security Digimon are treated as Digimon effects, so the "this Digimon isn't affected by the effects of your opponent's Digimon" effect prevents such effects from affecting this Digimon.

Releases
Genre
Booster Pack
Release Name
DIGIMON GENERATION [AD-01]
Official Product Page
Date
Notes
Advanced Booster DIGIMON GENERATION [AD-01]
Alternate Arts

en P-140 SECRET CRISIS [BT17] Update Pack 2024

International Arts

ja P-140 アップデートパック2024

ja P-140 P1 アドバンスブースター DIGIMON GENERATION [AD-01]

zh-Hans P-140 宣传卡【P】

zh-Hans P-140 P1 DIGIMON GENERATION 【AD-01】

ko P-140 BTK-17 이너박스 프로모