GET /cards/en/BT25-086_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT25-086_P1",
        "attributes": {
            "faqs": [{
                "date": "2026-05-08",
                "question": "What position on the memory gauge does \"while you have 4 or less memory\" refer to?",
                "answer": "It refers to when the memory gauge is at 4 or further to the right on your side."
            }, {
                "date": "2026-05-08",
                "question": "How much DP does this card's [End of Your Turn] effect add when my opponent has 5 memory?",
                "answer": "It adds 5000 DP."
            }, {
                "date": "2026-05-08",
                "question": "Can I process the part of the effect after \"after\" in this card's [End of Your Turn] effect without meeting the \"by\" condition?",
                "answer": "No, you can't. \nIf you don't suspend this Tamer, you can't process the part after \"after\" in its [End of Your Turn] effect."
            }, {
                "date": "2026-05-08",
                "question": "I have 2 copies of this card in the battle area. \nAt the end of my turn, I used the [End of Your Turn] effect on the 1st copy of this card to attack. Can I then use the [End of Your Turn] effect on the 2nd copy of this card to attack?",
                "answer": "No, an attack using the 2nd effect isn't possible. A new attack declaration can't be made during an attack. \nIn this case, the [End of Your Turn] effects on both copies of this card trigger simultaneously at the end of your turn, and you use the [End of Your Turn] effect on the 1st copy of this card to attack. \nThe 2nd [End of Your Turn] effect can be activated before the counter timing, but because you can't declare another attack during an attack, you won't be able to attack using the 2nd effect, even if you activate it."
            }],
            "language": "en",
            "notes": "Booster DUAL REVOLUTION [BT-25]",
            "parallel-id": 1,
            "supplemental-rarity": {
                "stars": 1
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT25-086_P1.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Start of Your Main Phase] If you have 4 or less memory, gain 1 memory.\n[End of Your Turn] By suspending this Tamer, 1 of your [TS] trait Digimon gets +1000 DP for the turn for each memory your opponent has. After, that Digimon may attack.",
            "rarity": "R",
            "category": "tamer",
            "block-icon": 6,
            "color": ["red"],
            "number": "BT25-086",
            "name": "Dan Yuki",
            "type": "ADAMAS\/TS"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-086"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-086"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-086_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-086"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-086_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-086",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-086"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-086",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-086"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-086_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-086_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-086",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-086"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-086_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-086_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-086_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Dan Yuki

Card Number
BT25-086
Rarity
R
Category
Tamer
Block Icon
06
Supplemental Rarity
Alternative Art #1
Colour
Red
Play Cost
3
Type
ADAMAS/TS
Effect

Start of Your Main Phase If you have 4 or less memory, gain 1 memory.

End of Your Turn By suspending this Tamer, 1 of your [TS] trait Digimon gets +1000 DP for the turn for each memory your opponent has. After, that Digimon may attack.

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-086 Booster DUAL REVOLUTION [BT-25]

International Arts

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

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

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

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

Q&A
Date
Question

What position on the memory gauge does "while you have 4 or less memory" refer to?

Answer

It refers to when the memory gauge is at 4 or further to the right on your side.

Date
Question

How much DP does this card's [End of Your Turn] effect add when my opponent has 5 memory?

Answer

It adds 5000 DP.

Date
Question

Can I process the part of the effect after "after" in this card's [End of Your Turn] effect without meeting the "by" condition?

Answer

No, you can't.

If you don't suspend this Tamer, you can't process the part after "after" in its [End of Your Turn] effect.

Date
Question

I have 2 copies of this card in the battle area.

At the end of my turn, I used the [End of Your Turn] effect on the 1st copy of this card to attack. Can I then use the [End of Your Turn] effect on the 2nd copy of this card to attack?

Answer

No, an attack using the 2nd effect isn't possible. A new attack declaration can't be made during an attack.

In this case, the [End of Your Turn] effects on both copies of this card trigger simultaneously at the end of your turn, and you use the [End of Your Turn] effect on the 1st copy of this card to attack.

The 2nd [End of Your Turn] effect can be activated before the counter timing, but because you can't declare another attack during an attack, you won't be able to attack using the 2nd effect, even if you activate it.