GET /cards/en/ST16-03_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/ST16-03_P1",
        "attributes": {
            "level": 3,
            "faqs": [{
                "date": "2024-03-28",
                "question": "Does this card's effect activate even when my opponent only has a Digimon in their breeding area?",
                "answer": "No, Digimon in breeding areas aren't checked by this effect."
            }],
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["purple"],
                "cost": 0
            }],
            "language": "en",
            "inherited-effect": "[When Attacking][Once Per Turn] \uff1cDraw 1\uff1e. (Draw 1 card from your deck.) Then, trash 1 card in your hand.",
            "dp": 1000,
            "notes": "Winter Holiday Event 2023 Participation Pack",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/ST16-03_P1.webp",
            "play-cost": 3,
            "form": "Rookie",
            "effect": "[Digivolve] [Tsunomon]: Cost 0\n[Start of Your Main Phase] If your opponent has a Digimon, gain 1 memory.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "Data",
            "block-icon": 3,
            "color": ["purple"],
            "number": "ST16-03",
            "name": "Gabumon",
            "type": "Reptile"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/ST16-03"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/ST16-03"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/ST16-03_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/ST16-03"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/ST16-03_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/ST16-03"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/ST16-03_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/store-events"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/ST16-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST16-03"
        },
        "meta": {
            "notes": "Starter Deck WOLF OF FRIENDSHIP [ST16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/ST16-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST16-03"
        },
        "meta": {
            "notes": "\u30b9\u30bf\u30fc\u30c8\u30c7\u30c3\u30ad \u53cb\u60c5\u306e\u92fc\u72fc [ST-16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/ST16-03_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST16-03_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc CHAIN OF LIBERATION [EX-08]\u30ec\u30b8\u30a7\u30f3\u30c9\u30d1\u30c3\u30af"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/ST16-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/ST16-03"
        },
        "meta": {
            "notes": "\uc2a4\ud0c0\ud2b8 \ub371 \uc6b0\uc815\uc758 \uac15\ub791 [STK-16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/ST16-03_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/ST16-03_P1"
        },
        "meta": {
            "notes": "\uc5d1\uc2a4\ud2b8\ub77c \ubd80\uc2a4\ud130 CHAIN OF LIBERATION [EXK-08]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST16-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST16-03"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST16-03_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST16-03_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/store-events",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/store-events"
        },
        "meta": {
            "name": "Store Events"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/ST16-03_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

ST16-03 Gabumon · Alternate Art #1ST16-03 Gabumon · Alternate Art #1 on Heroicc

Gabumon

Card Number
ST16-03
Rarity
R
Category
Digimon
Level
3
Block Icon
03
Supplemental Rarity
Alternative Art #1
Colour
Purple
Play Cost
3
DP
1000
Form
Rookie
Attribute
Data
Type
Reptile
Digivolution Requirements
Digivolve Cost
0
Colour
Purple
Level
2
Category
Digimon
Effect

Digivolve [Tsunomon]: Cost 0

Start of Your Main Phase If your opponent has a Digimon, gain 1 memory.

Inherited Effect

When Attacking Once Per Turn Draw 1. (Draw 1 card from your deck.) Then, trash 1 card in your hand.

Q&A
Date
Question

Does this card's effect activate even when my opponent only has a Digimon in their breeding area?

Answer

No, Digimon in breeding areas aren't checked by this effect.

Releases
Genre
Others
Release Name
Store Events
Notes
Winter Holiday Event 2023 Participation Pack
Alternate Arts

en ST16-03 Starter Deck WOLF OF FRIENDSHIP [ST16]

International Arts

ja ST16-03 スタートデッキ 友情の鋼狼 [ST-16]

ja ST16-03 P1 エクストラブースター CHAIN OF LIBERATION [EX-08]レジェンドパック

zh-Hans ST16-03 友情的钢狼【STC-16】

zh-Hans ST16-03 P1 CHAIN OF LIBERATION【EX-08】

ko ST16-03 스타트 덱 우정의 강랑 [STK-16]

ko ST16-03 P1 엑스트라 부스터 CHAIN OF LIBERATION [EXK-08]