GET /cards/en/ST15-14

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/ST15-14",
        "attributes": {
            "faqs": [{
                "date": "2024-03-28",
                "question": "If I attack my opponent with one of my Digimon and they block, does this card's effect activate?",
                "answer": "Yes. Blocking causes the attack target to be switched, so the effect activates."
            }],
            "language": "en",
            "notes": "Starter Deck DRAGON OF COURAGE [ST15]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/ST15-14.webp",
            "play-cost": 4,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Start of Your Turn] If you have 2 or fewer memory, set it to 3.\n[All Turns] When an attack target is switched, by suspending this Tamer, \uff1cDraw 1\uff1e and 1 of your Digimon gets +2000 DP until the end of the turn.",
            "rarity": "R",
            "category": "tamer",
            "block-icon": 3,
            "color": ["black"],
            "number": "ST15-14",
            "name": "Tai Kamiya"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/ST15-14"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/ST15-14"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/ST15-14"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/st-15"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/ST15-14",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST15-14"
        },
        "meta": {
            "notes": "\u30b9\u30bf\u30fc\u30c8\u30c7\u30c3\u30ad \u52c7\u6c17\u306e\u6226\u7adc [ST-15]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/ST15-14",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/ST15-14"
        },
        "meta": {
            "notes": "\uc2a4\ud0c0\ud2b8 \ub371 \uc6a9\uae30\uc758 \uc804\ub8e1 [STK-15]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST15-14",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST15-14"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/st-15",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/st-15"
        },
        "meta": {
            "name": "DRAGON OF COURAGE [ST-15]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/ST15-14"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

ST15-14 Tai KamiyaST15-14 Tai Kamiya on Heroicc

Tai Kamiya

Card Number
ST15-14
Rarity
R
Category
Tamer
Block Icon
03
Colour
Black
Play Cost
4
Effect

Start of Your Turn If you have 2 or fewer memory, set it to 3.

All Turns When an attack target is switched, by suspending this Tamer, Draw 1 and 1 of your Digimon gets +2000 DP until the end of the turn.

Security Effect

Security Play this card without paying the cost.

Releases
Genre
Starter Deck
Release Name
DRAGON OF COURAGE [ST-15]
Official Product Page
Date
Notes
Starter Deck DRAGON OF COURAGE [ST15]
International Arts

ja ST15-14 スタートデッキ 勇気の戦竜 [ST-15]

zh-Hans ST15-14 勇气的战龙【STC-15】

ko ST15-14 스타트 덱 용기의 전룡 [STK-15]

Q&A
Date
Question

If I attack my opponent with one of my Digimon and they block, does this card's effect activate?

Answer

Yes. Blocking causes the attack target to be switched, so the effect activates.