GET /cards/en/BT25-084

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT25-084",
        "attributes": {
            "level": 6,
            "faqs": [{
                "date": "2026-05-08",
                "question": "Can I process the part of the effect after \"after\" in this card's [On Play] [When Digivolving] [When Attacking] effect without meeting the \"by\" condition?",
                "answer": "No, you can't. \nIf you don't trash 1 card in your hand, you can't process the part after \"after\" in this card's [On Play] [When Digivolving] [When Attacking] effect."
            }, {
                "date": "2026-05-08",
                "question": "Can I trash just 1 card in my hand for this card's 1st [All Turns] effect?",
                "answer": "No, you can't. \nA \"by\" condition can't be met if only some of the required actions are performed. \nThe conditions for this 1st [All Turns] effect require you to trash the specified number of cards in your hand."
            }, {
                "date": "2026-05-08",
                "question": "I activated this card's 1st [All Turns] effect when this card's DP becomes 0 and it would be deleted by a rule check, then it was prevented from being deleted. \nCan I then activate the 2nd [All Turns] effect?",
                "answer": "No, you can't. After deletion is prevented by activating the 1st [All Turns] effect, a rule check occurs again, and this card is deleted because it has 0 DP. The 2nd [All Turns] effect can't activate because this card is deleted before it can activate."
            }, {
                "date": "2026-05-08",
                "question": "When \"trash 1 card in your hand\" is performed twice, does a \"when your hand is trashed from\" effect trigger twice?",
                "answer": "Yes, it triggers twice."
            }, {
                "date": "2026-05-08",
                "question": "When \"trashing 2 cards in your hand\" is performed once, does a \"when your hand is trashed from\" effect trigger twice?",
                "answer": "No, it only triggers once."
            }],
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["green", "purple", "red"],
                "cost": 5
            }],
            "language": "en",
            "dp": 13000,
            "notes": "Booster DUAL REVOLUTION [BT-25]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT25-084.webp",
            "play-cost": 13,
            "form": "Mega",
            "effect": "[Digivolve] [Titamon] w\/o 3 colors: Cost 2\n[Digivolve] Lv.5 w\/[TS] trait: Cost 4\n[On Play] [When Digivolving] [When Attacking] [Once Per Turn] By trashing 1 card in your hand, delete all of your opponent's highest DP Digimon. After, if played or digivolved by an effect, trash their top security card.\n[All Turns] [Once Per Turn] When this Digimon would leave the battle area, by trashing 2 cards in your hand, it doesn't leave.\n[All Turns] When your hand is trashed from, delete 1 of your opponent's lowest DP Digimon.",
            "rarity": "SR",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 6,
            "color": ["purple", "red", "green"],
            "number": "BT25-084",
            "name": "Titamon",
            "type": "Shaman\/Titan\/TS"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-084_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-084"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-084_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-084"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-084_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-084_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-084_P1"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-084",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-084"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-084_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-084_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-084",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-084"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-084_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-084_P1"
        }
    }, {
        "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-084"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT25-084 TitamonBT25-084 Titamon on Heroicc

Titamon

Card Number
BT25-084
Rarity
SR
Category
Digimon
Level
6
Block Icon
06
Colour
Purple Red Green
Play Cost
13
DP
13000
Form
Mega
Attribute
Virus
Type
Shaman/Titan/TS
Digivolution Requirements
Digivolve Cost
5
Colour
Purple Red Green
Level
5
Category
Digimon
Effect

Digivolve [Titamon] w/o 3 colors: Cost 2

Digivolve Lv.5 w/[TS] trait: Cost 4

On Play When Digivolving When Attacking Once Per Turn By trashing 1 card in your hand, delete all of your opponent's highest DP Digimon. After, if played or digivolved by an effect, trash their top security card.

All Turns Once Per Turn When this Digimon would leave the battle area, by trashing 2 cards in your hand, it doesn't leave.

All Turns When your hand is trashed from, delete 1 of your opponent's lowest DP Digimon.

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

en BT25-084 P1 Booster DUAL REVOLUTION [BT-25]

International Arts

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

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

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

zh-Hans BT25-084 P1 DUAL REVOLUTION 【BT-25】

Q&A
Date
Question

Can I process the part of the effect after "after" in this card's [On Play] [When Digivolving] [When Attacking] effect without meeting the "by" condition?

Answer

No, you can't.

If you don't trash 1 card in your hand, you can't process the part after "after" in this card's [On Play] [When Digivolving] [When Attacking] effect.

Date
Question

Can I trash just 1 card in my hand for this card's 1st [All Turns] effect?

Answer

No, you can't.

A "by" condition can't be met if only some of the required actions are performed.

The conditions for this 1st [All Turns] effect require you to trash the specified number of cards in your hand.

Date
Question

I activated this card's 1st [All Turns] effect when this card's DP becomes 0 and it would be deleted by a rule check, then it was prevented from being deleted.

Can I then activate the 2nd [All Turns] effect?

Answer

No, you can't. After deletion is prevented by activating the 1st [All Turns] effect, a rule check occurs again, and this card is deleted because it has 0 DP. The 2nd [All Turns] effect can't activate because this card is deleted before it can activate.

Date
Question

When "trash 1 card in your hand" is performed twice, does a "when your hand is trashed from" effect trigger twice?

Answer

Yes, it triggers twice.

Date
Question

When "trashing 2 cards in your hand" is performed once, does a "when your hand is trashed from" effect trigger twice?

Answer

No, it only triggers once.