GET /cards/ko/BT20-059

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/BT20-059",
        "attributes": {
            "level": 6,
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["black", "red"],
                "cost": 5
            }],
            "language": "ko",
            "inherited-effect": "\u3010\uc0c1\ub300\uc758 \ud134\u3011\uc774 \ub514\uc9c0\ubaac\uc774 \u300c\uc81c\uc2a4\ubaacGX\u300d\uc778 \ub3d9\uc548, \uc790\uc2e0\uc758 \ub514\uc9c0\ubaac \uc804\ubd80\ub294 \u300a\uc7ac\uae30\ub3d9\u300b\uacfc \u300a\ube14\ub85c\ucee4\u300b\ub97c \uc5bb\ub294\ub2e4.",
            "dp": 13000,
            "notes": "\ubd80\uc2a4\ud130 \ud329 OVER THE X [BTK-20]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/BT20-059.webp",
            "play-cost": 13,
            "form": "\uad81\uadf9\uccb4",
            "effect": "\u3010\uc9c4\ud654\u3011\u300c\uac04\ucfe0\ubaac\u300d \ucf54\uc2a4\ud2b8 2\u3010\uc9c4\ud654 \uc2dc\u3011\uc0c1\ub300\uc758 \ub514\uc9c0\ubaac 1\ub9c8\ub9ac\ub97c \u300a\ud1f4\ud654 2\u300b. \uadf8 \ud6c4, \uc774 \ub514\uc9c0\ubaac\uc758 \uc9c4\ud654\uc6d0\uc5d0 \uff62\uac04\ucfe0\ubaac\uff63\/\uff62X\ud56d\uccb4\uff63\uac00 \uc788\ub2e4\uba74, \uc0c1\ub300\uc758 \ud134 \uc885\ub8cc\uae4c\uc9c0 \uc790\uc2e0\uc758 \ub514\uc9c0\ubaac \uc804\ubd80\ub294 \uc0c1\ub300\uc758 \ub514\uc9c0\ubaac\uc758 \ud6a8\uacfc\ub97c \ubc1b\uc9c0 \uc54a\ub294\ub2e4. \u3010\uc0c1\ub300\uc758 \ud134\u3011\uba85\uce6d\uc5d0 \u300c\uc2dc\uc2a4\ud130\ubaac\u300d\/\u300c\ud5c9\ubaac\u300d\uc744 \ud3ec\ud568\ud558\uac70\ub098 \ud2b9\uc9d5\uc73c\ub85c \uff62\ub85c\uc584 \ub098\uc774\uce20\uff63\ub97c \uac00\uc9c4 \uc790\uc2e0\uc758 \ub514\uc9c0\ubaac \uc804\ubd80\ub294 \u300a\uc7ac\uae30\ub3d9\u300b\uacfc \u300a\ube14\ub85c\ucee4\u300b\ub97c \uc5bb\ub294\ub2e4.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "\ub370\uc774\ud130\uc885",
            "block-icon": 4,
            "color": ["black"],
            "number": "BT20-059",
            "name": "\uac04\ucfe0\ubaac X\ud56d\uccb4",
            "type": "\uc131\uae30\uc0ac\ud615,X\ud56d\uccb4,\ub85c\uc584 \ub098\uc774\uce20"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT20-059"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT20-059"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT20-059"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/btk-20"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT20-059",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT20-059"
        },
        "meta": {
            "notes": "SPECIAL BOOSTER Ver.2.5 [BT19-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT20-059",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT20-059"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af OVER THE X [BT-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT20-059",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT20-059"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/btk-20",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/btk-20"
        },
        "meta": {
            "name": "OVER THE X [BTK-20]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT20-059"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="BT20-059" style="view-transition-name:ko_BT20-059_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="BT20-059 간쿠몬 X항체" src="https://images.heroi.cc/cards/ko/BT20-059.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/BT20-059">BT20-059 간쿠몬 X항체</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT20-059 간쿠몬 X항체BT20-059 간쿠몬 X항체 on Heroicc

간쿠몬 X항체

Card Number
BT20-059
Rarity
R
Category
Digimon
Level
6
Block Icon
04
Colour
Black
Play Cost
13
DP
13000
Form
궁극체
Attribute
데이터종
Type
성기사형,X항체,로얄 나이츠
Digivolution Requirements
Digivolve Cost
5
Colour
Red Black
Level
5
Category
Digimon
Effect

진화 「간쿠몬」 코스트 2진화 시상대의 디지몬 1마리를 퇴화 2. 그 후, 이 디지몬의 진화원에 「간쿠몬」/「X항체」가 있다면, 상대의 턴 종료까지 자신의 디지몬 전부는 상대의 디지몬의 효과를 받지 않는다. 상대의 턴명칭에 「시스터몬」/「헉몬」을 포함하거나 특징으로 「로얄 나이츠」를 가진 자신의 디지몬 전부는 재기동블로커를 얻는다.

Inherited Effect

상대의 턴이 디지몬이 「제스몬GX」인 동안, 자신의 디지몬 전부는 재기동블로커를 얻는다.

Releases
Genre
확장팩
Release Name
OVER THE X [BTK-20]
Official Product Page
Date
Notes
부스터 팩 OVER THE X [BTK-20]
International Arts

ja BT20-059 ブースタ-パック OVER THE X [BT-20]

en BT20-059 SPECIAL BOOSTER Ver.2.5 [BT19-20]

zh-Hans BT20-059 ELEMENT EVOLUTION【BTC-13】