Vademon

Card Number
BT14-065
Rarity
C
Category
Digimon
Level
5
Block Icon
03
Colour
Black
Play Cost
7
DP
7000
Form
Ultimate
Attribute
Virus
Type
Alien
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

On PlayWhen Digivolving Your opponent reveals the top 3 cards of their deck. De-Digivolve 1 1 of your opponent's Digimon for each Digimon card among them. Return the revealed cards to the top or bottom of the deck.

Q&A
Date
Question

If my opponent reveals 3 Digimon cards from their deck by this card's effect, does it <De-Digivolve 3> 1 of my opponent's Digimon?

Answer

No. <De-Digivolve 1> activates 3 times, not <De-Digivolve 3>.

The difference is that <De-Digivolve 3> allows you to trash 1 to 3 cards, but <De-Digivolve 1> trashes 1 card three times, meaning that you always trash 3 cards (or until there are no more digivolution cards or until the Digimon is reduced to level 3).

Date
Question

When this card's effect returns revealed cards to my opponent's deck, which player decides the order the cards are placed in and whether the cards are placed on the top or bottom of the deck?

Answer

The player that activated this effect chooses.

Releases
Genre
Booster Pack
Release Name
BLAST ACE [BT14]
Official Product Page
Date
Notes
BOOSTER BLAST ACE [BT14]
International Arts

ja BT14-065 ブースターパック BLAST ACE [BT-14]

zh-Hans BT14-065 BEYOND ACE 【BTC-08】

ko BT14-065 부스터 팩 BLAST ACE [BTK-14]

GET /cards/en/BT14-065

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT14-065",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2024-03-28",
                "question": "If my opponent reveals 3 Digimon cards from their deck by this card's effect, does it <De-Digivolve 3> 1 of my opponent's Digimon?",
                "answer": "No. <De-Digivolve 1> activates 3 times, not <De-Digivolve 3>. \nThe difference is that <De-Digivolve 3> allows you to trash 1 to 3 cards, but <De-Digivolve 1> trashes 1 card three times, meaning that you always trash 3 cards (or until there are no more digivolution cards or until the Digimon is reduced to level 3)."
            }, {
                "date": "2024-03-28",
                "question": "When this card's effect returns revealed cards to my opponent's deck, which player decides the order the cards are placed in and whether the cards are placed on the top or bottom of the deck?",
                "answer": "The player that activated this effect chooses."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "en",
            "dp": 7000,
            "notes": "BOOSTER BLAST ACE [BT14]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT14-065.webp",
            "play-cost": 7,
            "form": "Ultimate",
            "effect": "[On Play][When Digivolving] Your opponent reveals the top 3 cards of their deck. \uff1cDe-Digivolve 1\uff1e 1 of your opponent's Digimon for each Digimon card among them. Return the revealed cards to the top or bottom of the deck.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 3,
            "color": ["black"],
            "number": "BT14-065",
            "name": "Vademon",
            "type": "Alien"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT14-065"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT14-065"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT14-065"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt14"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT14-065",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT14-065"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af BLAST ACE [BT-14]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT14-065",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT14-065"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 BLAST ACE [BTK-14]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT14-065",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT14-065"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt14",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt14"
        },
        "meta": {
            "name": "BLAST ACE [BT14]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT14-065"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT14-065 VademonBT14-065 Vademon on Heroicc