GET /cards/en/BT4-095

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT4-095",
        "attributes": {
            "faqs": [{
                "date": "2024-03-28",
                "question": "Can I only activate this card's [Your Turn] effect when digivolving into a Digimon with [When Digivolving] <Digi-Burst>?",
                "answer": "No, you can activate it when digivolving into any Digimon with <Digi-Burst>."
            }],
            "language": "en",
            "notes": "Booster GREAT LEGEND [BT04]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT4-095.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying its memory cost.",
            "effect": "[On Play] Return 1 Digi-Egg card from your trash to the bottom of your Digi-Egg deck.\n[Your Turn] When digivolving one of your Digimon into a Digimon card in your hand with \uff1cDigi-Burst\uff1e, you may suspend this Tamer to reduce the digivolution cost by 1.",
            "rarity": "R",
            "category": "tamer",
            "color": ["green"],
            "number": "BT4-095",
            "name": "Yoshino Fujieda"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT4-095_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT4-095"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT4-095_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT4-095"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT4-095_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT4-095"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT4-095_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-04"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT4-095_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT4-095_P1"
        },
        "meta": {
            "notes": "Booster GREAT LEGEND [BT04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT4-095",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT4-095"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30b0\u30ec\u30a4\u30c8\u30ec\u30b8\u30a7\u30f3\u30c9 [BT-04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT4-095_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT4-095_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30b0\u30ec\u30a4\u30c8\u30ec\u30b8\u30a7\u30f3\u30c9 [BT-04]BOX\u8cfc\u5165\u7279\u5178"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT4-095",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT4-095"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uadf8\ub808\uc774\ud2b8 \ub808\uc804\ub4dc [BTK-04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT4-095_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT4-095_P1"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uadf8\ub808\uc774\ud2b8 \ub808\uc804\ub4dc [BTK-04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT4-095",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT4-095"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT4-095_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT4-095_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-04",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-04"
        },
        "meta": {
            "name": "GREAT LEGEND [BT-04]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT4-095"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT4-095 Yoshino FujiedaBT4-095 Yoshino Fujieda on Heroicc

Yoshino Fujieda

Card Number
BT4-095
Rarity
R
Category
Tamer
Colour
Green
Play Cost
3
Effect

On Play Return 1 Digi-Egg card from your trash to the bottom of your Digi-Egg deck.

Your Turn When digivolving one of your Digimon into a Digimon card in your hand with Digi-Burst, you may suspend this Tamer to reduce the digivolution cost by 1.

Security Effect

Security Play this card without paying its memory cost.

Releases
Genre
Booster Pack
Release Name
GREAT LEGEND [BT-04]
Official Product Page
Date
Notes
Booster GREAT LEGEND [BT04]
Alternate Arts

en BT4-095 P1 Booster GREAT LEGEND [BT04]

International Arts

ja BT4-095 ブースターパック グレイトレジェンド [BT-04]

ja BT4-095 P1 ブースターパック グレイトレジェンド [BT-04]BOX購入特典

zh-Hans BT4-095 DIGITAL IMPACT【BTC-02】

zh-Hans BT4-095 P1 DIGITAL IMPACT【BTC-02】

ko BT4-095 부스터 팩 그레이트 레전드 [BTK-04]

ko BT4-095 P1 부스터 팩 그레이트 레전드 [BTK-04]

Q&A
Date
Question

Can I only activate this card's [Your Turn] effect when digivolving into a Digimon with [When Digivolving] <Digi-Burst>?

Answer

No, you can activate it when digivolving into any Digimon with <Digi-Burst>.