GET /cards/en/BT25-093

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT25-093",
        "attributes": {
            "faqs": [{
                "date": "2026-05-08",
                "question": "What does the \"trash 1 Option card in your opponent's battle area\" effect do, exactly?",
                "answer": "This effect trashes an Option card that was placed by a \"place this card in the battle area\" effect. \nIt can't trash a DUAL card that is treated as a Digimon through digivolution or other card in the battle area other than one placed by a \"place this card in the battle area\" effect."
            }, {
                "date": "2026-05-08",
                "question": "My opponent has a Digimon. \nCan I meet the \"if this effect didn't delete\" condition in this card's [Main] effect by not choosing a card to delete?",
                "answer": "No, you can't. \nIf your opponent has Digimon, you must choose the card with the lowest DP among them and delete it."
            }, {
                "date": "2026-05-08",
                "question": "My opponent has a Digimon with an effect that prevents deletion. \nCan I meet the \"if this effect didn't delete\" condition in this card's [Main] effect by choosing an opponent's Digimon with an effect that prevents deletion?",
                "answer": "Yes, you can."
            }, {
                "date": "2026-05-08",
                "question": "This card is linked to a Digimon. \nIf this card activates a link effect, is that effect considered a Digimon effect or an Option card effect?",
                "answer": "It's considered a Digimon effect."
            }, {
                "date": "2026-05-08",
                "question": "Due to an effect, I can't use an Option card. \nCan I pay this card's link cost and link to one of my Digimon?",
                "answer": "Yes, you can link it. \nLinking a card isn't the same as using an Option card, therefore a card can still get linked when you can't use Option cards."
            }, {
                "date": "2026-05-08",
                "question": "Can I also use this card's [Main] effect to link to a Digimon in the breeding area?",
                "answer": "Yes, you can also link to a Digimon in the breeding area."
            }, {
                "date": "2026-05-08",
                "question": "I used BT24-085 [Dan Yuki & Kanan Yuki]'s [End of Your Turn] effect to use this card, and I used its [Main] effect to link this card to my Digimon. \nIf I then use the part of BT24-085 [Dan Yuki & Kanan Yuki]'s [End of Your Turn] effect after \"then\" to have the linked Digimon attack, can I activate this card's link effect?",
                "answer": "Yes, you can."
            }, {
                "date": "2026-05-08",
                "question": "Can I use a \"you may link this card to 1 of your Digimon on the field without paying the cost\" effect to link to a Digimon even if it doesn't have DP and is in the breeding area?",
                "answer": "Yes, you can. \nHowever, a Digimon without DP won't be considered to have DP from link DP."
            }],
            "language": "en",
            "inherited-effect": "DP+2000\n\uff1cLink\uff1e [TS] trait: Cost 3 (Plug this card from the hand or battle area sideways into the specified Digimon in the battle area.)\n[When Attacking] [Once Per Turn] Delete 1 of your opponent's Digimon with as much DP as this Digimon or less.",
            "notes": "Booster DUAL REVOLUTION [BT-25]",
            "use-cost": 5,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT25-093.webp",
            "effect": "\uff1cUse Req. ([TS] Trait)\uff1e (Specified cards let you ignore color requirements.)\n[Security] Activate this card's [Main] effects.\n[Main] Delete all of your opponent's Digimon with the lowest DP. If this effect didn't delete, trash 1 of your opponent's Option cards in the battle area. Then, you may link this card to 1 of your Digimon on the field without paying the cost.",
            "rarity": "U",
            "category": "option",
            "block-icon": 6,
            "color": ["red"],
            "number": "BT25-093",
            "name": "Ignition Flare",
            "type": "TS"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-093"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-093"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT25-093",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-093"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-093",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-093"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-25",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-25"
        },
        "meta": {
            "name": "DUAL REVOLUTION [BT-25]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-093"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT25-093 Ignition FlareBT25-093 Ignition Flare on Heroicc

Ignition Flare

Card Number
BT25-093
Rarity
U
Category
Option
Block Icon
06
Colour
Red
Use Cost
5
Type
TS
Effect

Use Req. ([TS] Trait) (Specified cards let you ignore color requirements.)

Security Activate this card's Main effects.

Main Delete all of your opponent's Digimon with the lowest DP. If this effect didn't delete, trash 1 of your opponent's Option cards in the battle area. Then, you may link this card to 1 of your Digimon on the field without paying the cost.

Inherited Effect

DP+2000

Link [TS] trait: Cost 3 (Plug this card from the hand or battle area sideways into the specified Digimon in the battle area.)

When Attacking Once Per Turn Delete 1 of your opponent's Digimon with as much DP as this Digimon or less.

Releases
Genre
Booster Pack
Release Name
DUAL REVOLUTION [BT-25]
Official Product Page
Date
Notes
Booster DUAL REVOLUTION [BT-25]
International Arts

ja BT25-093 ブースターパック DUAL REVOLUTION [BT-25]

zh-Hans BT25-093 DUAL REVOLUTION 【BT-25】

Q&A
Date
Question

What does the "trash 1 Option card in your opponent's battle area" effect do, exactly?

Answer

This effect trashes an Option card that was placed by a "place this card in the battle area" effect.

It can't trash a DUAL card that is treated as a Digimon through digivolution or other card in the battle area other than one placed by a "place this card in the battle area" effect.

Date
Question

My opponent has a Digimon.

Can I meet the "if this effect didn't delete" condition in this card's [Main] effect by not choosing a card to delete?

Answer

No, you can't.

If your opponent has Digimon, you must choose the card with the lowest DP among them and delete it.

Date
Question

My opponent has a Digimon with an effect that prevents deletion.

Can I meet the "if this effect didn't delete" condition in this card's [Main] effect by choosing an opponent's Digimon with an effect that prevents deletion?

Answer

Yes, you can.

Date
Question

This card is linked to a Digimon.

If this card activates a link effect, is that effect considered a Digimon effect or an Option card effect?

Answer

It's considered a Digimon effect.

Date
Question

Due to an effect, I can't use an Option card.

Can I pay this card's link cost and link to one of my Digimon?

Answer

Yes, you can link it.

Linking a card isn't the same as using an Option card, therefore a card can still get linked when you can't use Option cards.

Date
Question

Can I also use this card's [Main] effect to link to a Digimon in the breeding area?

Answer

Yes, you can also link to a Digimon in the breeding area.

Date
Question

I used BT24-085 [Dan Yuki & Kanan Yuki]'s [End of Your Turn] effect to use this card, and I used its [Main] effect to link this card to my Digimon.

If I then use the part of BT24-085 [Dan Yuki & Kanan Yuki]'s [End of Your Turn] effect after "then" to have the linked Digimon attack, can I activate this card's link effect?

Answer

Yes, you can.

Date
Question

Can I use a "you may link this card to 1 of your Digimon on the field without paying the cost" effect to link to a Digimon even if it doesn't have DP and is in the breeding area?

Answer

Yes, you can.

However, a Digimon without DP won't be considered to have DP from link DP.