GET /cards/en/BT13-098_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT13-098_P1",
        "attributes": {
            "faqs": [{
                "date": "2026-05-08",
                "question": "Can I activate the \"when an effect trashes this card from the security stack\" effect when this card is revealed from the security stack or when searching\/looking at this card from the security stack?",
                "answer": "No, you can't. You can only activate the \"when an effect trashes this card from the security stack\" when this card is directly trashed from the security stack."
            }, {
                "date": "2026-05-08",
                "question": "What does \"if there're X or fewer total cards in both players' security stacks\" mean, exactly?",
                "answer": "It refers to when the total number of cards in both you and your opponent's security stacks is X or fewer. \nThe text \"if there're 6 or fewer total cards in both players' security stacks\" would include when there're 3 cards in both players' security stacks, 2 cards in your security stack and 4 cards in your opponent's security stack, etc."
            }],
            "language": "en",
            "notes": "Booster VERSUS ROYAL KNIGHTS [BT13] Box Topper",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT13-098_P1.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "When an effect trashes this card from the security stack, you may play this card without paying the cost.\n[Start of Your Main Phase] If there're 6 or fewer total cards in both players' security stacks, gain 1 memory.\n[Main] If there're 6 or fewer total cards in both players' security stacks, by suspending this Tamer, 1 of your [Kudamon] may digivolve into [Kentaurosmon] in the hand for the digivolution cost, ignoring its level.",
            "rarity": "U",
            "category": "tamer",
            "block-icon": 2,
            "color": ["yellow"],
            "number": "BT13-098",
            "name": "Richard Sampson"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT13-098"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT13-098"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT13-098_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT13-098"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT13-098_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT13-098"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT13-098_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-13"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT13-098",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT13-098"
        },
        "meta": {
            "notes": "Booster VERSUS ROYAL KNIGHTS [BT13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT13-098",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT13-098"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af VS\u30ed\u30a4\u30e4\u30eb\u30ca\u30a4\u30c4 [BT-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT13-098_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT13-098_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af VS\u30ed\u30a4\u30e4\u30eb\u30ca\u30a4\u30c4 [BT-13]BOX\u8cfc\u5165\u7279\u5178"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT13-098",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT13-098"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 vs \ub85c\uc584 \ub098\uc774\uce20 [BTK-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT13-098_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT13-098_P1"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 vs \ub85c\uc584 \ub098\uc774\uce20 [BTK-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT13-098",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT13-098"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT13-098_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT13-098_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-13",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-13"
        },
        "meta": {
            "name": "VERSUS ROYAL KNIGHTS [BT-13]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT13-098_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT13-098_P1" style="view-transition-name:en_BT13-098_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="BT13-098 Richard Sampson · Alternate Art #1" src="https://images.heroi.cc/cards/en/BT13-098_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT13-098_P1">BT13-098 Richard Sampson<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.

BT13-098 Richard Sampson · Alternate Art #1BT13-098 Richard Sampson · Alternate Art #1 on Heroicc

Richard Sampson

Card Number
BT13-098
Rarity
U
Category
Tamer
Block Icon
02
Supplemental Rarity
Alternative Art #1
Colour
Yellow
Play Cost
3
Effect

When an effect trashes this card from the security stack, you may play this card without paying the cost.

Start of Your Main Phase If there're 6 or fewer total cards in both players' security stacks, gain 1 memory.

Main If there're 6 or fewer total cards in both players' security stacks, by suspending this Tamer, 1 of your [Kudamon] may digivolve into [Kentaurosmon] in the hand for the digivolution cost, ignoring its level.

Security Effect

Security Play this card without paying the cost.

Releases
Genre
Booster Pack
Release Name
VERSUS ROYAL KNIGHTS [BT-13]
Official Product Page
Date
Notes
Booster VERSUS ROYAL KNIGHTS [BT13] Box Topper
Alternate Arts

en BT13-098 Booster VERSUS ROYAL KNIGHTS [BT13]

International Arts

ja BT13-098 ブースターパック VSロイヤルナイツ [BT-13]

ja BT13-098 P1 ブースターパック VSロイヤルナイツ [BT-13]BOX購入特典

zh-Hans BT13-098 GREAT WARRIOR 【BTC-07】

zh-Hans BT13-098 P1 GREAT WARRIOR 【BTC-07】

ko BT13-098 부스터 팩 vs 로얄 나이츠 [BTK-13]

ko BT13-098 P1 부스터 팩 vs 로얄 나이츠 [BTK-13]

Q&A
Date
Question

Can I activate the "when an effect trashes this card from the security stack" effect when this card is revealed from the security stack or when searching/looking at this card from the security stack?

Answer

No, you can't. You can only activate the "when an effect trashes this card from the security stack" when this card is directly trashed from the security stack.

Date
Question

What does "if there're X or fewer total cards in both players' security stacks" mean, exactly?

Answer

It refers to when the total number of cards in both you and your opponent's security stacks is X or fewer.

The text "if there're 6 or fewer total cards in both players' security stacks" would include when there're 3 cards in both players' security stacks, 2 cards in your security stack and 4 cards in your opponent's security stack, etc.