GET /cards/en/BT13-099

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT13-099",
        "attributes": {
            "faqs": [{
                "date": "2026-03-13",
                "question": "If a Tamer is also treated as a Digimon using an \"is also treated as a Digimon with X000 DP\" effect, is it no longer considered a Tamer?",
                "answer": "No, it is treated as both a Digimon and a Tamer."
            }, {
                "date": "2026-03-13",
                "question": "If a Tamer is also treated as a Digimon using an \"is also treated as a Digimon with X000 DP\" effect and it activates an effect, is it treated as both a Digimon effect and a Tamer effect?",
                "answer": "Yes, it's treated as an effect of both. \nBecause the card is treated as both a Digimon and a Tamer, the activated effect is treated as both a Digimon effect and a Tamer effect."
            }, {
                "date": "2026-03-13",
                "question": "If a Tamer is also treated as a Digimon using an \"is also treated as a Digimon with X000 DP\" effect, then another effect causes its DP to become 0, is it deleted upon a rule check?",
                "answer": "Yes, it's deleted upon the rule check timing."
            }, {
                "date": "2026-03-13",
                "question": "If a Tamer is also treated as a Digimon using an \"is also treated as a Digimon with 3000 DP\" effect, and later it gains another \"is also treated as a Digimon with 6000 DP\" effect, what happens?",
                "answer": "The effect that later gives it a play cost, level, or DP overwrites the older effect. Any other effects later gained will be added. \nFor example, if a Tamer is also treated as a Digimon with <Blocker> and 3000 DP from an \"is also treated as a Digimon with 3000 DP, gains <Blocker>, and can't digivolve\" effect, then it gains an \"is also treated as a Digimon with 6000 DP, gains <Rush>, and can't digivolve\" effect, that Tamer will also be treated as a Digimon with <Blocker>, <Rush>, and 6000 DP."
            }, {
                "date": "2026-03-13",
                "question": "Can I gain memory using an effect on a Tamer that's treated as a Digimon with X000 DP due to an effect while my opponent has \"your opponent can't gain memory other than by Tamer effects\" activated?",
                "answer": "Yes, you can. \nWhen an effect is activated on a card that's treated as both a Digimon and a Tamer, the effect is treated as both a Digimon effect and a Tamer effect, therefore you can gain memory."
            }, {
                "date": "2026-03-13",
                "question": "If an opponent's card has \"isn't affected by Digimon effects\" and it's chosen for an \"is also treated as a Digimon with X000 DP\" Tamer effect that treats it as a Digimon, will the chosen opponent Digimon be affected by effects?",
                "answer": "No, it won't be affected by effects. \nWhen an effect is activated on a card that's treated as both a Digimon and a Tamer, the effect is treated as both a Digimon effect and a Tamer effect, therefore the chosen opponent Digimon won't be affected by effects."
            }],
            "language": "en",
            "notes": "Booster VERSUS ROYAL KNIGHTS [BT13]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT13-099.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[All Turns][Once Per Turn] When one of your yellow Digimon becomes suspended, 1 of your opponent's Digimon gets -1000 DP until the end of your opponent's turn.\n[End of Your Turn][Once Per Turn] If there're 6 or fewer total cards in both players' security stacks, until the end of your opponent's turn, this Tamer is also treated as a 3000 DP Digimon, can't digivolve, and gains \uff1cBlocker\uff1e.",
            "rarity": "U",
            "category": "tamer",
            "block-icon": 2,
            "color": ["yellow"],
            "number": "BT13-099",
            "name": "Spencer Damon"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT13-099"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT13-099"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT13-099"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-13"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT13-099",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT13-099"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af VS\u30ed\u30a4\u30e4\u30eb\u30ca\u30a4\u30c4 [BT-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT13-099",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT13-099"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 vs \ub85c\uc584 \ub098\uc774\uce20 [BTK-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT13-099",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT13-099"
        }
    }, {
        "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-099"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT13-099 Spencer DamonBT13-099 Spencer Damon on Heroicc

Spencer Damon

Card Number
BT13-099
Rarity
U
Category
Tamer
Block Icon
02
Colour
Yellow
Play Cost
3
Effect

All Turns Once Per Turn When one of your yellow Digimon becomes suspended, 1 of your opponent's Digimon gets -1000 DP until the end of your opponent's turn.

End of Your Turn Once Per Turn If there're 6 or fewer total cards in both players' security stacks, until the end of your opponent's turn, this Tamer is also treated as a 3000 DP Digimon, can't digivolve, and gains Blocker.

Security Effect

Security Play this card without paying the cost.

Q&A
Date
Question

If a Tamer is also treated as a Digimon using an "is also treated as a Digimon with X000 DP" effect, is it no longer considered a Tamer?

Answer

No, it is treated as both a Digimon and a Tamer.

Date
Question

If a Tamer is also treated as a Digimon using an "is also treated as a Digimon with X000 DP" effect and it activates an effect, is it treated as both a Digimon effect and a Tamer effect?

Answer

Yes, it's treated as an effect of both.

Because the card is treated as both a Digimon and a Tamer, the activated effect is treated as both a Digimon effect and a Tamer effect.

Date
Question

If a Tamer is also treated as a Digimon using an "is also treated as a Digimon with X000 DP" effect, then another effect causes its DP to become 0, is it deleted upon a rule check?

Answer

Yes, it's deleted upon the rule check timing.

Date
Question

If a Tamer is also treated as a Digimon using an "is also treated as a Digimon with 3000 DP" effect, and later it gains another "is also treated as a Digimon with 6000 DP" effect, what happens?

Answer

The effect that later gives it a play cost, level, or DP overwrites the older effect. Any other effects later gained will be added.

For example, if a Tamer is also treated as a Digimon with <Blocker> and 3000 DP from an "is also treated as a Digimon with 3000 DP, gains <Blocker>, and can't digivolve" effect, then it gains an "is also treated as a Digimon with 6000 DP, gains <Rush>, and can't digivolve" effect, that Tamer will also be treated as a Digimon with <Blocker>, <Rush>, and 6000 DP.

Date
Question

Can I gain memory using an effect on a Tamer that's treated as a Digimon with X000 DP due to an effect while my opponent has "your opponent can't gain memory other than by Tamer effects" activated?

Answer

Yes, you can.

When an effect is activated on a card that's treated as both a Digimon and a Tamer, the effect is treated as both a Digimon effect and a Tamer effect, therefore you can gain memory.

Date
Question

If an opponent's card has "isn't affected by Digimon effects" and it's chosen for an "is also treated as a Digimon with X000 DP" Tamer effect that treats it as a Digimon, will the chosen opponent Digimon be affected by effects?

Answer

No, it won't be affected by effects.

When an effect is activated on a card that's treated as both a Digimon and a Tamer, the effect is treated as both a Digimon effect and a Tamer effect, therefore the chosen opponent Digimon won't be affected by effects.

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

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

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

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