GET /cards/en/BT25-054

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT25-054",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2026-05-08",
                "question": "Can I use this card's [On Play] [When Digivolving] effect to give \"[Start of Your Main Phase] This Digimon attacks\" to a Digimon that isn't affected by effects?",
                "answer": "You can give that effect to such Digimon, but if the Digimon isn't affected by effects upon the trigger timing, the gained effect won't trigger."
            }, {
                "date": "2026-05-08",
                "question": "When does \"when this Digimon wins a battle\" trigger?",
                "answer": "It triggers when the battle is won. \nWhen the Digimon with this effect wins a battle, the opponent's Digimon that lost the battle is deleted, then the \"when this Digimon wins a battle\" effect can be activated."
            }, {
                "date": "2026-05-08",
                "question": "Does a \"when this Digimon wins a battle\" effect also trigger when a battle against a Security Digimon is won?",
                "answer": "Yes, it triggers."
            }, {
                "date": "2026-05-08",
                "question": "A Digimon with a \"when this Digimon wins a battle\" effect won a battle, and the opponent's Digimon that lost the battle is deleted. \nAt such times, in what order can players activate the \"when this Digimon wins a battle\" effect and the effects that trigger upon the losing Digimon being deleted?",
                "answer": "They trigger simultaneously, so the turn player can activate their effects first."
            }, {
                "date": "2026-05-08",
                "question": "A Digimon with a \"when this Digimon wins a battle\" effect won a battle, and the opponent's Digimon lost the battle. \nAt such times, in what order can players activate the \"when this Digimon wins a battle\" effect and the loser Digimon's effects such as \"when this Digimon would be deleted\" and \"when this Digimon would leave the battle area\" effects?",
                "answer": "The \"when this Digimon would be deleted\" and \"when this Digimon would leave the battle area\" effects can be activated first."
            }, {
                "date": "2026-05-08",
                "question": "A Digimon with a \"when this Digimon wins a battle\" effect won a battle, and the opponent's Digimon lost the battle. \nAt such times, can the \"when this Digimon wins a battle\" effect be activated even if an effect prevents the opponent's Digimon from being deleted?",
                "answer": "Yes, it can be activated."
            }, {
                "date": "2026-05-08",
                "question": "Can I activate this card's inherited effect even if my opponent's Digimon and the Digimon that has this card in its digivolution cards are deleted at the same timing?",
                "answer": "No, you can't activate it."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black", "green"],
                "cost": 4
            }],
            "language": "en",
            "inherited-effect": "[All Turns] [Once Per Turn] When this Digimon deletes your opponent's Digimon in battle, trash their top security card.",
            "dp": 7000,
            "notes": "Booster DUAL REVOLUTION [BT-25]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT25-054.webp",
            "play-cost": 8,
            "form": "Ultimate",
            "effect": "[Digivolve] Lv.4 w\/[TS] trait: Cost 3\n\uff1cBlocker\uff1e\n[On Play] [When Digivolving] Give 1 of your opponent's Digimon \"[Start of Your Main Phase] This Digimon attacks.\" until their turn ends.\n[All Turns] When this Digimon wins a battle, it may digivolve into [Callismon] or [Marsmon] in the hand without paying the cost.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 6,
            "color": ["green", "black"],
            "number": "BT25-054",
            "name": "GreatGrizzlymon",
            "type": "Beastkin\/Iliad\/TS"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-054"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-054"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT25-054",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-054"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-054",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-054"
        }
    }, {
        "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-054"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT25-054 GreatGrizzlymonBT25-054 GreatGrizzlymon on Heroicc

GreatGrizzlymon

Card Number
BT25-054
Rarity
R
Category
Digimon
Level
5
Block Icon
06
Colour
Green Black
Play Cost
8
DP
7000
Form
Ultimate
Attribute
Vaccine
Type
Beastkin/Iliad/TS
Digivolution Requirements
Digivolve Cost
4
Colour
Green Black
Level
4
Category
Digimon
Effect

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

Blocker

On Play When Digivolving Give 1 of your opponent's Digimon "Start of Your Main Phase This Digimon attacks." until their turn ends.

All Turns When this Digimon wins a battle, it may digivolve into [Callismon] or [Marsmon] in the hand without paying the cost.

Inherited Effect

All Turns Once Per Turn When this Digimon deletes your opponent's Digimon in battle, trash their top security card.

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

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

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

Q&A
Date
Question

Can I use this card's [On Play] [When Digivolving] effect to give "[Start of Your Main Phase] This Digimon attacks" to a Digimon that isn't affected by effects?

Answer

You can give that effect to such Digimon, but if the Digimon isn't affected by effects upon the trigger timing, the gained effect won't trigger.

Date
Question

When does "when this Digimon wins a battle" trigger?

Answer

It triggers when the battle is won.

When the Digimon with this effect wins a battle, the opponent's Digimon that lost the battle is deleted, then the "when this Digimon wins a battle" effect can be activated.

Date
Question

Does a "when this Digimon wins a battle" effect also trigger when a battle against a Security Digimon is won?

Answer

Yes, it triggers.

Date
Question

A Digimon with a "when this Digimon wins a battle" effect won a battle, and the opponent's Digimon that lost the battle is deleted.

At such times, in what order can players activate the "when this Digimon wins a battle" effect and the effects that trigger upon the losing Digimon being deleted?

Answer

They trigger simultaneously, so the turn player can activate their effects first.

Date
Question

A Digimon with a "when this Digimon wins a battle" effect won a battle, and the opponent's Digimon lost the battle.

At such times, in what order can players activate the "when this Digimon wins a battle" effect and the loser Digimon's effects such as "when this Digimon would be deleted" and "when this Digimon would leave the battle area" effects?

Answer

The "when this Digimon would be deleted" and "when this Digimon would leave the battle area" effects can be activated first.

Date
Question

A Digimon with a "when this Digimon wins a battle" effect won a battle, and the opponent's Digimon lost the battle.

At such times, can the "when this Digimon wins a battle" effect be activated even if an effect prevents the opponent's Digimon from being deleted?

Answer

Yes, it can be activated.

Date
Question

Can I activate this card's inherited effect even if my opponent's Digimon and the Digimon that has this card in its digivolution cards are deleted at the same timing?

Answer

No, you can't activate it.