GET /cards/en/P-138

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-138",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2024-03-28",
                "question": "If the 3 cards I reveal from the deck with this card's effect include only a Digimon card with [Veedramon] in its name or a blue Tamer card, can I just add that 1 card to my hand?",
                "answer": "Yes, even if you only reveal one of the applicable cards, you can still add it to your hand."
            }, {
                "date": "2024-03-28",
                "question": "If the cards I reveal from my deck for this card's effect include both a Digimon card with [Veedramon] in its name and a blue Tamer card, can I choose to only add one of them to my hand, and place the remaining cards at the bottom of my deck?",
                "answer": "No. If you have cards that are targets of this effect, you must add as many cards to your hand as possible."
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["blue"],
                "cost": 2
            }],
            "language": "en",
            "inherited-effect": "[Your Turn] [Once Per Turn] When this Digimon becomes unsuspended, gain 1 memory.",
            "dp": 5000,
            "notes": "SECRET CRISIS [BT17] Update Pack 2024",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-138.webp",
            "play-cost": 5,
            "form": "Champion",
            "effect": "[On Play] [When Digivolving] Reveal the top 3 cards of your deck. Add 1 Digimon card with [Veedramon] in its name and 1 blue Tamer card among them to the hand. Return the rest to the bottom of the deck.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 3,
            "color": ["blue"],
            "number": "P-138",
            "name": "Veedramon",
            "type": "Mythical Dragon"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-138_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-138"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-138_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-138"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-138"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-138_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/p"
                }, {
                    "type": "release",
                    "id": "\/releases\/en\/bt-17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-138_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-138_P1"
        },
        "meta": {
            "notes": "Advanced Booster DIGIMON GENERATION [AD-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-138",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-138"
        },
        "meta": {
            "notes": "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30d1\u30c3\u30af2024"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-138_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-138_P1"
        },
        "meta": {
            "notes": "\u30a2\u30c9\u30d0\u30f3\u30b9\u30d6\u30fc\u30b9\u30bf\u30fc DIGIMON GENERATION [AD-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/P-138",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-138"
        },
        "meta": {
            "notes": "BTK-17 \uc774\ub108\ubc15\uc2a4 \ud504\ub85c\ubaa8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-138",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-138"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-138_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-138_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-17",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-17"
        },
        "meta": {
            "name": "SECRET CRISIS [BT-17]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/p",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/p"
        },
        "meta": {
            "name": "Promotion Card [P]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/P-138"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

P-138 VeedramonP-138 Veedramon on Heroicc

Veedramon

Card Number
P-138
Rarity
P
Category
Digimon
Level
4
Block Icon
03
Colour
Blue
Play Cost
5
DP
5000
Form
Champion
Attribute
Vaccine
Type
Mythical Dragon
Digivolution Requirements
Digivolve Cost
2
Colour
Blue
Level
3
Category
Digimon
Effect

On Play When Digivolving Reveal the top 3 cards of your deck. Add 1 Digimon card with [Veedramon] in its name and 1 blue Tamer card among them to the hand. Return the rest to the bottom of the deck.

Inherited Effect

Your Turn Once Per Turn When this Digimon becomes unsuspended, gain 1 memory.

Q&A
Date
Question

If the 3 cards I reveal from the deck with this card's effect include only a Digimon card with [Veedramon] in its name or a blue Tamer card, can I just add that 1 card to my hand?

Answer

Yes, even if you only reveal one of the applicable cards, you can still add it to your hand.

Date
Question

If the cards I reveal from my deck for this card's effect include both a Digimon card with [Veedramon] in its name and a blue Tamer card, can I choose to only add one of them to my hand, and place the remaining cards at the bottom of my deck?

Answer

No. If you have cards that are targets of this effect, you must add as many cards to your hand as possible.

Releases
Genre
Booster Pack
Release Name
SECRET CRISIS [BT-17]
Official Product Page
Date
Genre
Promotion Card
Release Name
Promotion Card [P]
Official Product Page
Notes
SECRET CRISIS [BT17] Update Pack 2024
Alternate Arts

en P-138 P1 Advanced Booster DIGIMON GENERATION [AD-01]

International Arts

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

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

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

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

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