Supreme Connection!

Card Number
BT15-096
Rarity
R
Category
Option
Block Icon
03
Colour
Black
Use Cost
3
Effect

Main Reveal the top 5 cards of your deck. Among them, add 1 card with the [Machine] or [Cyborg] trait to the hand and trash 1 such card. Return the rest to the top of the deck. Then, place this card in the battle area.

Main Delay

・You may play 1 level 5 or higher Digimon card with the [Machine] or [Cyborg] trait from your hand with the play cost reduced by 3.

Security Effect

Security Reveal the top 5 cards of your deck. Among them, add 1 card with the [Machine] or [Cyborg] trait to the hand and trash 1 such card. Return the rest to the top of the deck. Then, place this card in the battle area.

Q&A
Date
Question

Can I only trash cards with the [Machine]/[Cyborg] trait from among the cards revealed from my deck for this card's [Main] and [Security] effects?

Answer

Yes, that's correct.

Date
Question

What happens when I use this card's effect and only 1 card with the [Machine]/[Cyborg]/ trait is among the cards revealed from my deck?

Answer

When only 1 of such cards is revealed, it's added to the hand according to the effect's processing order. You can't trash a card.

Releases
Genre
Booster Pack
Release Name
EXCEED APOCALYPSE [BT15]
Official Product Page
Date
Notes
BOOSTER EXCEED APOCALYPSE [BT15]
International Arts

ja BT15-096 ブースターパック エクシード・アポカリプス [BT-15]

zh-Hans BT15-096 EXCEED APOCALYPSE【BTC-09】

ko BT15-096 부스터 팩 익시드 아포칼립스 [BTK-15]

GET /cards/en/BT15-096

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT15-096",
        "attributes": {
            "faqs": [{
                "date": "2024-03-28",
                "question": "Can I only trash cards with the [Machine]\/[Cyborg] trait from among the cards revealed from my deck for this card's [Main] and [Security] effects?",
                "answer": "Yes, that's correct."
            }, {
                "date": "2024-03-28",
                "question": "What happens when I use this card's effect and only 1 card with the [Machine]\/[Cyborg]\/ trait is among the cards revealed from my deck?",
                "answer": "When only 1 of such cards is revealed, it's added to the hand according to the effect's processing order. You can't trash a card."
            }],
            "language": "en",
            "notes": "BOOSTER EXCEED APOCALYPSE [BT15]",
            "use-cost": 3,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT15-096.webp",
            "security-effect": "[Security] Reveal the top 5 cards of your deck. Among them, add 1 card with the [Machine] or [Cyborg] trait to the hand and trash 1 such card. Return the rest to the top of the deck. Then, place this card in the battle area.",
            "effect": "[Main] Reveal the top 5 cards of your deck. Among them, add 1 card with the [Machine] or [Cyborg] trait to the hand and trash 1 such card. Return the rest to the top of the deck. Then, place this card in the battle area.\n[Main] \uff1cDelay\uff1e\n\u30fbYou may play 1 level 5 or higher Digimon card with the [Machine] or [Cyborg] trait from your hand with the play cost reduced by 3.",
            "rarity": "R",
            "category": "option",
            "block-icon": 3,
            "color": ["black"],
            "number": "BT15-096",
            "name": "Supreme Connection!"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT15-096"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT15-096"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT15-096"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt15"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT15-096",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT15-096"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30a8\u30af\u30b7\u30fc\u30c9\u30fb\u30a2\u30dd\u30ab\u30ea\u30d7\u30b9 [BT-15]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT15-096",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT15-096"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc775\uc2dc\ub4dc \uc544\ud3ec\uce7c\ub9bd\uc2a4 [BTK-15]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT15-096",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT15-096"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt15",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt15"
        },
        "meta": {
            "name": "EXCEED APOCALYPSE [BT15]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT15-096"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT15-096 Supreme Connection!BT15-096 Supreme Connection! on Heroicc