시취에몬

Card Number
BT19-021
Rarity
C
Category
Digimon
Level
4
Block Icon
04
Colour
Blue
Play Cost
5
DP
5000
Form
성숙기
Attribute
백신종
Type
새형
Digivolution Requirements
Digivolve Cost
2
Colour
Blue
Level
3
Category
Digimon
Effect

등장 시진화 시Lv.3의 상대의 디지몬 1마리를 패로 되돌린다. 특징: 유형 「수생형」을 가진다.

Inherited Effect

재밍(이 디지몬은 시큐리티 디지몬과의 배틀에서 소멸하지 않는다)

Releases
Genre
확장팩
Release Name
크로스 에볼루션 [BTK-19]
Official Product Page
Date
Notes
부스터 팩 크로스 에볼루션 [BTK-19]
International Arts

ja BT19-021 ブースタ-パック クロスエボリューション [BT-19]

en BT19-021 Special Booster Ver.2.0 [BT18-19]

zh-Hans BT19-021 XROS SUCCESSOR【BTC-12】

GET /cards/ko/BT19-021

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/BT19-021",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["blue"],
                "cost": 2
            }],
            "language": "ko",
            "inherited-effect": "\u300a\uc7ac\ubc0d\u300b(\uc774 \ub514\uc9c0\ubaac\uc740 \uc2dc\ud050\ub9ac\ud2f0 \ub514\uc9c0\ubaac\uacfc\uc758 \ubc30\ud2c0\uc5d0\uc11c \uc18c\uba78\ud558\uc9c0 \uc54a\ub294\ub2e4)",
            "dp": 5000,
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ud06c\ub85c\uc2a4 \uc5d0\ubcfc\ub8e8\uc158 [BTK-19]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/BT19-021.webp",
            "play-cost": 5,
            "form": "\uc131\uc219\uae30",
            "effect": "\u3010\ub4f1\uc7a5 \uc2dc\u3011\u3010\uc9c4\ud654 \uc2dc\u3011Lv.3\uc758 \uc0c1\ub300\uc758 \ub514\uc9c0\ubaac 1\ub9c8\ub9ac\ub97c \ud328\ub85c \ub418\ub3cc\ub9b0\ub2e4. \u3008\ub8f0\u3009\ud2b9\uc9d5: \uc720\ud615 \u300c\uc218\uc0dd\ud615\u300d\uc744 \uac00\uc9c4\ub2e4.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\ubc31\uc2e0\uc885",
            "block-icon": 4,
            "color": ["blue"],
            "number": "BT19-021",
            "name": "\uc2dc\ucde8\uc5d0\ubaac",
            "type": "\uc0c8\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT19-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT19-021"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT19-021"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/btk-19"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT19-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT19-021"
        },
        "meta": {
            "notes": "Special Booster Ver.2.0 [BT18-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT19-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT19-021"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af \u30af\u30ed\u30b9\u30a8\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3 [BT-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT19-021",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT19-021"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/btk-19",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/btk-19"
        },
        "meta": {
            "name": "\ud06c\ub85c\uc2a4 \uc5d0\ubcfc\ub8e8\uc158 [BTK-19]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT19-021"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="BT19-021">
    <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" loading="lazy" alt="BT19-021 시취에몬" src="https://images.heroi.cc/cards/ko/BT19-021.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/BT19-021">BT19-021 시취에몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT19-021 시취에몬BT19-021 시취에몬 on Heroicc