GET /cards/en/BT25-090_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT25-090_P1",
        "attributes": {
            "faqs": [{
                "date": "2026-05-08",
                "question": "If I use this card's [All Turns] effect to place a card under a Tamer with cards under it, in what order do I place the card?",
                "answer": "The card is placed on the bottom of the cards under the Tamer."
            }, {
                "date": "2026-05-08",
                "question": "Can I change the stacking order of face-down cards under a Tamer?",
                "answer": "No, you can't."
            }, {
                "date": "2026-05-08",
                "question": "Can I search\/look at face-down cards under a Tamer?",
                "answer": "Only the player of those cards can search\/look at them. \nThe opponent player can't search\/look at them."
            }, {
                "date": "2026-05-08",
                "question": "What happens if a face-down card under a Tamer is trashed?",
                "answer": "It's placed face-up in the trash."
            }, {
                "date": "2026-05-08",
                "question": "When I place multiple cards from the top of my deck face down under a Tamer without looking at them, in what order do I place them?",
                "answer": "You place them 1 at a time under the Tamer starting with the top card of your deck."
            }, {
                "date": "2026-05-08",
                "question": "2 copies of this card are in the battle area. \nWhen my Option card with the [Glowing Dawn] trait would be used, can I activate the [Your Turn] effects on both copies of this card and reduce the cost by a total of 2?",
                "answer": "Yes, you can."
            }],
            "language": "en",
            "notes": "Booster DUAL REVOLUTION [BT-25]",
            "parallel-id": 1,
            "supplemental-rarity": {
                "stars": 1
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT25-090_P1.webp",
            "play-cost": 4,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Start of Your Turn] If you have 2 or less memory, set it to 3.\n[All Turns] When any Digimon suspend, by suspending this Tamer, you may place the top 2 cards of your deck face down under this Tamer.\n[Your Turn] [Once Per Turn] When you would use [Glowing Dawn] trait Option cards, by trashing the bottom face-down card from under any of your Tamers, reduce the cost by 1.",
            "rarity": "R",
            "category": "tamer",
            "block-icon": 6,
            "color": ["green"],
            "number": "BT25-090",
            "name": "Tomoro Tenma",
            "type": "Glowing Dawn\/BEATBREAK"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-090"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-090"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-090_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-090"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-090_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-090",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-090"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-090",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-090"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-090_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-090_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-090",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-090"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-090_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-090_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-090_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT25-090_P1" style="view-transition-name:en_BT25-090_P1;">
    <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-090 Tomoro Tenma · Alternate Art #1" src="https://images.heroi.cc/cards/en/BT25-090_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT25-090_P1">BT25-090 Tomoro Tenma<span> · </span>
            <small>
                <em>Alternate Art #1</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT25-090 Tomoro Tenma · Alternate Art #1BT25-090 Tomoro Tenma · Alternate Art #1 on Heroicc

Tomoro Tenma

Card Number
BT25-090
Rarity
R
Category
Tamer
Block Icon
06
Supplemental Rarity
Alternative Art #1
Colour
Green
Play Cost
4
Type
Glowing Dawn/BEATBREAK
Effect

Start of Your Turn If you have 2 or less memory, set it to 3.

All Turns When any Digimon suspend, by suspending this Tamer, you may place the top 2 cards of your deck face down under this Tamer.

Your Turn Once Per Turn When you would use [Glowing Dawn] trait Option cards, by trashing the bottom face-down card from under any of your Tamers, reduce the cost by 1.

Security Effect

Security Play this card without paying the cost.

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

en BT25-090 Booster DUAL REVOLUTION [BT-25]

International Arts

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

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

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

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

Q&A
Date
Question

If I use this card's [All Turns] effect to place a card under a Tamer with cards under it, in what order do I place the card?

Answer

The card is placed on the bottom of the cards under the Tamer.

Date
Question

Can I change the stacking order of face-down cards under a Tamer?

Answer

No, you can't.

Date
Question

Can I search/look at face-down cards under a Tamer?

Answer

Only the player of those cards can search/look at them.

The opponent player can't search/look at them.

Date
Question

What happens if a face-down card under a Tamer is trashed?

Answer

It's placed face-up in the trash.

Date
Question

When I place multiple cards from the top of my deck face down under a Tamer without looking at them, in what order do I place them?

Answer

You place them 1 at a time under the Tamer starting with the top card of your deck.

Date
Question

2 copies of this card are in the battle area.

When my Option card with the [Glowing Dawn] trait would be used, can I activate the [Your Turn] effects on both copies of this card and reduce the cost by a total of 2?

Answer

Yes, you can.