톱니몬

Card Number
EX1-045
Rarity
C
Category
Digimon
Level
3
Block Icon
01
Colour
Black
Play Cost
3
DP
2000
Form
성장기
Attribute
바이러스종
Type
머신형
Digivolution Requirements
Digivolve Cost
0
Colour
Black
Level
2
Category
Digimon
Effect

등장 시 자신의 패에서 특징으로 「머신형」 또는 「사이보그형」을 가진 디지몬 카드 1장을 파기하는 것으로, 2 드로우 (자신의 덱에서 카드를 2장 드로우한다).

Releases
Genre
확장팩
Release Name
테마 부스터 클래식 컬렉션 [EXK-01]
Official Product Page
Date
Notes
테마 부스터 클래식 컬렉션 [EXK-01]
International Arts

ja EX1-045 テーマブースター クラシックコレクション [EX-01]

en EX1-045 THEME BOOSTER -CLASSIC COLLECTION-[EX-01]

zh-Hans EX1-045 EXTRA BOOSTER【EXC-01】

GET /cards/ko/EX1-045

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/EX1-045",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["black"],
                "cost": 0
            }],
            "language": "ko",
            "dp": 2000,
            "notes": "\ud14c\ub9c8 \ubd80\uc2a4\ud130 \ud074\ub798\uc2dd \uceec\ub809\uc158 [EXK-01]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/EX1-045.webp",
            "play-cost": 3,
            "form": "\uc131\uc7a5\uae30",
            "effect": "\u3010\ub4f1\uc7a5 \uc2dc\u3011 \uc790\uc2e0\uc758 \ud328\uc5d0\uc11c \ud2b9\uc9d5\uc73c\ub85c \u300c\uba38\uc2e0\ud615\u300d \ub610\ub294 \u300c\uc0ac\uc774\ubcf4\uadf8\ud615\u300d\uc744 \uac00\uc9c4 \ub514\uc9c0\ubaac \uce74\ub4dc 1\uc7a5\uc744 \ud30c\uae30\ud558\ub294 \uac83\uc73c\ub85c, \u300a2 \ub4dc\ub85c\uc6b0\u300b (\uc790\uc2e0\uc758 \ub371\uc5d0\uc11c \uce74\ub4dc\ub97c 2\uc7a5 \ub4dc\ub85c\uc6b0\ud55c\ub2e4).",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\ubc14\uc774\ub7ec\uc2a4\uc885",
            "block-icon": 1,
            "color": ["black"],
            "number": "EX1-045",
            "name": "\ud1b1\ub2c8\ubaac",
            "type": "\uba38\uc2e0\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX1-045"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX1-045"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX1-045"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/exk-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX1-045",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX1-045"
        },
        "meta": {
            "notes": "THEME BOOSTER -CLASSIC COLLECTION-[EX-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX1-045",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX1-045"
        },
        "meta": {
            "notes": "\u30c6\u30fc\u30de\u30d6\u30fc\u30b9\u30bf\u30fc \u30af\u30e9\u30b7\u30c3\u30af\u30b3\u30ec\u30af\u30b7\u30e7\u30f3 [EX-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX1-045",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX1-045"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/exk-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/exk-01"
        },
        "meta": {
            "name": "\ud14c\ub9c8 \ubd80\uc2a4\ud130 \ud074\ub798\uc2dd \uceec\ub809\uc158 [EXK-01]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX1-045"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="EX1-045">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css?v=4a563a5" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js?v=4a563a5"></script>
    <picture>
        <img width="430" height="600" loading="lazy" alt="EX1-045 톱니몬" src="https://images.heroi.cc/cards/ko/EX1-045.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/EX1-045">EX1-045 톱니몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX1-045 톱니몬EX1-045 톱니몬 on Heroicc