GET /cards/en/BT19-089

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT19-089",
        "attributes": {
            "faqs": [{
                "date": "2024-09-20",
                "question": "I have a Digimon whose DP has been reduced. \nWhat happens if I choose that Digimon with reduced DP for this card's [Main] effect?",
                "answer": "Its DP becomes the value it would have when it's unaffected by the DP reduction. \nFor example, if a Digimon has an original DP of 5000 and its DP is reduced by -2000 (making its current DP 3000), its DP will no longer be reduced if you choose it for this card's [Main] effect, therefore its DP will become 5000."
            }],
            "language": "en",
            "notes": "SPECIAL BOOSTER Ver.2.5 [BT19-20]",
            "use-cost": 2,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT19-089.webp",
            "security-effect": "[Security] Add this card to the hand.",
            "effect": "While your opponent has a white Digimon or Tamer, you may ignore this card's color requirements.\n[Main] Until the end of your opponent's turn, 1 of your Digimon is unaffected by your opponent's Option cards and its DP can't be reduced.",
            "rarity": "C",
            "category": "option",
            "block-icon": 4,
            "color": ["red"],
            "number": "BT19-089",
            "name": "Red Card"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT19-089"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT19-089"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT19-089"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt19-20-v2-5"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT19-089",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT19-089"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af \u30af\u30ed\u30b9\u30a8\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3 [BT-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT19-089",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT19-089"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ud06c\ub85c\uc2a4 \uc5d0\ubcfc\ub8e8\uc158 [BTK-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT19-089",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT19-089"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt19-20-v2-5",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt19-20-v2-5"
        },
        "meta": {
            "name": "Ver.2.5 [BT19-20]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT19-089"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT19-089 Red CardBT19-089 Red Card on Heroicc

Red Card

Card Number
BT19-089
Rarity
C
Category
Option
Block Icon
04
Colour
Red
Use Cost
2
Effect

While your opponent has a white Digimon or Tamer, you may ignore this card's color requirements.

Main Until the end of your opponent's turn, 1 of your Digimon is unaffected by your opponent's Option cards and its DP can't be reduced.

Security Effect

Security Add this card to the hand.

Releases
Genre
Booster Pack
Release Name
Ver.2.5 [BT19-20]
Official Product Page
Date
Notes
SPECIAL BOOSTER Ver.2.5 [BT19-20]
International Arts

ja BT19-089 ブースタ-パック クロスエボリューション [BT-19]

zh-Hans BT19-089 ELEMENT EVOLUTION【BTC-13】

ko BT19-089 부스터 팩 크로스 에볼루션 [BTK-19]

Q&A
Date
Question

I have a Digimon whose DP has been reduced.

What happens if I choose that Digimon with reduced DP for this card's [Main] effect?

Answer

Its DP becomes the value it would have when it's unaffected by the DP reduction.

For example, if a Digimon has an original DP of 5000 and its DP is reduced by -2000 (making its current DP 3000), its DP will no longer be reduced if you choose it for this card's [Main] effect, therefore its DP will become 5000.