GET /cards/en/BT17-026

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT17-026",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2026-06-19",
                "question": "If an effect digivolves onto a Tamer as if it is a Digimon, do I treat the Tamer that becomes a digivolution card as if it is a Digimon when digivolving?",
                "answer": "Yes, treat the Tamer as if it is a Digimon when digivolving. \"When digivolving\" effects and \"when a Digimon digivolves\" effects are triggered.\nAdditionally, if a \"Digimon can't digivolve\" effect has activated, you cannot digivolve a Tamer as if it is a Digimon with this effect."
            }, {
                "date": "2026-06-19",
                "question": "Do I perform a digivolution bonus draw even if I digivolve from a Tamer?",
                "answer": "Yes, you do.\nA digivolution bonus draw is performed for any kind of digivolution."
            }, {
                "date": "2026-06-19",
                "question": "If this card digivolves from a Tamer that was played this turn, can it attack this turn?",
                "answer": "No, it can't. \nA card cannot attack on the turn it is played, even if it digivolves from a card placed on the field. It can only attack if it was not played that turn."
            }, {
                "date": "2026-06-19",
                "question": "Is a Tamer card placed under a Digimon considered a digivolution card?",
                "answer": "Yes, it is.\nIf the Digimon leaves the field, that Tamer is trashed like normal digivolution cards."
            }, {
                "date": "2026-06-19",
                "question": "Does a Digimon gain the security effects in the lower text of a Tamer card in its digivolution cards?",
                "answer": "No, it does not."
            }, {
                "date": "2026-06-19",
                "question": "Does a Digimon gain the inherited effects in the lower text of a Tamer card in its digivolution cards?",
                "answer": "Yes, it does."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["blue", "yellow"],
                "cost": 4
            }],
            "language": "en",
            "inherited-effect": "[When Attacking] [Once Per Turn] If this Digimon has the [Hybrid] or [Ten Warriors] trait, return 1 of your opponent's level 4 or lower Digimon to the hand.",
            "dp": 8000,
            "notes": "Booster SECRET CRISIS [BT17]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT17-026.webp",
            "play-cost": 8,
            "form": "Hybrid",
            "effect": "[Hand] [Main] By placing 1 [Lobomon] and 1 [KendoGarurumon] from your trash under 1 of your [Koji Minamoto]s, digivolve it into this card as if that card is a level 4 blue Digimon for a digivolution cost of 3.\n[When Digivolving] By returning 1 card with the [Hybrid] trait from this Digimon's digivolution cards to the hand, 1 of your opponent's Digimon or Tamers can't suspend until the end of their turn.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Variable",
            "block-icon": 3,
            "color": ["blue", "yellow"],
            "number": "BT17-026",
            "name": "Beowolfmon",
            "type": "Warrior"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT17-026"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT17-026"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT17-026"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT17-026",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT17-026"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u30af\u30e9\u30a4\u30b7\u30b9  [BT-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT17-026",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT17-026"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc2dc\ud06c\ub9bf \ud06c\ub77c\uc774\uc2dc\uc2a4 [BTK-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT17-026",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT17-026"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-17",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-17"
        },
        "meta": {
            "name": "SECRET CRISIS [BT-17]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT17-026"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT17-026 BeowolfmonBT17-026 Beowolfmon on Heroicc

Beowolfmon

Card Number
BT17-026
Rarity
C
Category
Digimon
Level
5
Block Icon
03
Colour
Blue Yellow
Play Cost
8
DP
8000
Form
Hybrid
Attribute
Variable
Type
Warrior
Digivolution Requirements
Digivolve Cost
4
Colour
Blue Yellow
Level
4
Category
Digimon
Effect

Hand Main By placing 1 [Lobomon] and 1 [KendoGarurumon] from your trash under 1 of your [Koji Minamoto]s, digivolve it into this card as if that card is a level 4 blue Digimon for a digivolution cost of 3.

When Digivolving By returning 1 card with the [Hybrid] trait from this Digimon's digivolution cards to the hand, 1 of your opponent's Digimon or Tamers can't suspend until the end of their turn.

Inherited Effect

When Attacking Once Per Turn If this Digimon has the [Hybrid] or [Ten Warriors] trait, return 1 of your opponent's level 4 or lower Digimon to the hand.

Releases
Genre
Booster Pack
Release Name
SECRET CRISIS [BT-17]
Official Product Page
Date
Notes
Booster SECRET CRISIS [BT17]
International Arts

ja BT17-026 ブースターパック シークレットクライシス [BT-17]

zh-Hans BT17-026 SECRET CRISIS 【BTC-11】

ko BT17-026 부스터 팩 시크릿 크라이시스 [BTK-17]

Q&A
Date
Question

If an effect digivolves onto a Tamer as if it is a Digimon, do I treat the Tamer that becomes a digivolution card as if it is a Digimon when digivolving?

Answer

Yes, treat the Tamer as if it is a Digimon when digivolving. "When digivolving" effects and "when a Digimon digivolves" effects are triggered.

Additionally, if a "Digimon can't digivolve" effect has activated, you cannot digivolve a Tamer as if it is a Digimon with this effect.

Date
Question

Do I perform a digivolution bonus draw even if I digivolve from a Tamer?

Answer

Yes, you do.

A digivolution bonus draw is performed for any kind of digivolution.

Date
Question

If this card digivolves from a Tamer that was played this turn, can it attack this turn?

Answer

No, it can't.

A card cannot attack on the turn it is played, even if it digivolves from a card placed on the field. It can only attack if it was not played that turn.

Date
Question

Is a Tamer card placed under a Digimon considered a digivolution card?

Answer

Yes, it is.

If the Digimon leaves the field, that Tamer is trashed like normal digivolution cards.

Date
Question

Does a Digimon gain the security effects in the lower text of a Tamer card in its digivolution cards?

Answer

No, it does not.

Date
Question

Does a Digimon gain the inherited effects in the lower text of a Tamer card in its digivolution cards?

Answer

Yes, it does.