GET /cards/en/BT7-101

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT7-101",
        "attributes": {
            "faqs": [{
                "date": "2024-03-28",
                "question": "Can I use this card when I don't have a Digimon with [Hybrid] or [Ten Warriors] in play? If I can, what does the effect do?",
                "answer": "You can use this card, but no effect will occur. \nThis will still trigger any effects that trigger when you use Option cards, however."
            }],
            "language": "en",
            "notes": "Booster NEXT ADVENTURE [BT07]",
            "use-cost": 1,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT7-101.webp",
            "security-effect": "[Security] Add this card to its owner's hand.",
            "effect": "[Main] If you have a Digimon with [Hybrid] or [Ten Warriors] in its traits in play, suspend 1 of your opponent's Digimon.",
            "rarity": "C",
            "category": "option",
            "block-icon": 1,
            "color": ["green"],
            "number": "BT7-101",
            "name": "Thunder Laser"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT7-101"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT7-101"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT7-101"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-07"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT7-101",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT7-101"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30cd\u30af\u30b9\u30c8\u30a2\u30c9\u30d9\u30f3\u30c1\u30e3\u30fc [BT-07]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT7-101",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT7-101"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ub125\uc2a4\ud2b8 \uc5b4\ub4dc\ubca4\ucc98 [BTK-07]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT7-101",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT7-101"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-07",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-07"
        },
        "meta": {
            "name": "NEXT ADVENTURE [BT-07]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT7-101"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT7-101 Thunder LaserBT7-101 Thunder Laser on Heroicc

Thunder Laser

Card Number
BT7-101
Rarity
C
Category
Option
Block Icon
01
Colour
Green
Use Cost
1
Effect

Main If you have a Digimon with [Hybrid] or [Ten Warriors] in its traits in play, suspend 1 of your opponent's Digimon.

Security Effect

Security Add this card to its owner's hand.

Releases
Genre
Booster Pack
Release Name
NEXT ADVENTURE [BT-07]
Official Product Page
Date
Notes
Booster NEXT ADVENTURE [BT07]
International Arts

ja BT7-101 ブースターパック ネクストアドベンチャー [BT-07]

zh-Hans BT7-101 NEXT HERO【BTC-04】

ko BT7-101 부스터 팩 넥스트 어드벤처 [BTK-07]

Q&A
Date
Question

Can I use this card when I don't have a Digimon with [Hybrid] or [Ten Warriors] in play? If I can, what does the effect do?

Answer

You can use this card, but no effect will occur.

This will still trigger any effects that trigger when you use Option cards, however.