GET /cards/en/BT24-083_P2

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT24-083_P2",
        "attributes": {
            "faqs": [{
                "date": "2025-12-25",
                "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": "2025-12-25",
                "question": "At the start of my turn, this card's [Start of Your Turn] effect plays a card. Can I then activate the [Start of Your Turn] effect on the played card?",
                "answer": "No, you can't activate it."
            }],
            "language": "en",
            "notes": "Booster TIME STRANGER [BT-24]",
            "parallel-id": 2,
            "supplemental-rarity": {
                "stamp": "SP"
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT24-083_P2.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Start of Your Turn] If you have 4 or less memory, by returning this Tamer to the bottom of the deck, you may play 1 [Hiroko Sagisaka] or 1 [TS] trait Digimon card with 5000 DP or less from your hand without paying the cost.\n[On Play] Reveal the top 3 cards of your deck. Add 1 card with the [TS] trait among them to the hand. Return the rest to the bottom of the deck.",
            "rarity": "R",
            "category": "tamer",
            "block-icon": 5,
            "color": ["red"],
            "number": "BT24-083",
            "name": "Hiroko Sagisaka",
            "type": "TS"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT24-083"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/BT24-083_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT24-083"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT24-083_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT24-083_P2"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT24-083"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT24-083_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT24-083_P2"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-24"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT24-083",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT24-083"
        },
        "meta": {
            "notes": "Booster TIME STRANGER [BT-24]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/BT24-083_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT24-083_P1"
        },
        "meta": {
            "notes": "Booster TIME STRANGER [BT-24]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT24-083",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT24-083"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af TIME STRANGER [BT-24]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT24-083_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT24-083_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af TIME STRANGER [BT-24]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT24-083_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT24-083_P2"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af TIME STRANGER [BT-24]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT24-083",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT24-083"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT24-083_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT24-083_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT24-083_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT24-083_P2"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-24",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-24"
        },
        "meta": {
            "name": "TIME STRANGER [BT-24]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT24-083_P2"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT24-083_P2" style="view-transition-name:en_BT24-083_P2;">
    <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="BT24-083 Hiroko Sagisaka · Alternate Art #2" src="https://images.heroi.cc/cards/en/BT24-083_P2.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT24-083_P2">BT24-083 Hiroko Sagisaka<span> · </span>
            <small>
                <em>Alternate Art #2</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT24-083 Hiroko Sagisaka · Alternate Art #2BT24-083 Hiroko Sagisaka · Alternate Art #2 on Heroicc

Hiroko Sagisaka

Card Number
BT24-083
Rarity
R
Category
Tamer
Block Icon
05
Supplemental Rarity
SP
Alternative Art #2
Colour
Red
Play Cost
3
Type
TS
Effect

Start of Your Turn If you have 4 or less memory, by returning this Tamer to the bottom of the deck, you may play 1 [Hiroko Sagisaka] or 1 [TS] trait Digimon card with 5000 DP or less from your hand without paying the cost.

On Play Reveal the top 3 cards of your deck. Add 1 card with the [TS] trait among them to the hand. Return the rest to the bottom of the deck.

Security Effect

Security Play this card without paying the cost.

Releases
Genre
Booster Pack
Release Name
TIME STRANGER [BT-24]
Official Product Page
Date
Notes
Booster TIME STRANGER [BT-24]
Alternate Arts

en BT24-083 Booster TIME STRANGER [BT-24]

en BT24-083 P1 Booster TIME STRANGER [BT-24]

International Arts

ja BT24-083 ブースターパック TIME STRANGER [BT-24]

ja BT24-083 P1 ブースターパック TIME STRANGER [BT-24]

ja BT24-083 P2 SP ブースターパック TIME STRANGER [BT-24]

zh-Hans BT24-083 时空异客 【BT-24】

zh-Hans BT24-083 P1 时空异客 【BT-24】

zh-Hans BT24-083 P2 SP 时空异客 【BT-24】

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

At the start of my turn, this card's [Start of Your Turn] effect plays a card. Can I then activate the [Start of Your Turn] effect on the played card?

Answer

No, you can't activate it.