GET /cards/ko/BT18-006

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/BT18-006",
        "attributes": {
            "level": 2,
            "faqs": [{
                "question": "\ubc30\ud2c0 \uc5d0\uc5b4\ub9ac\uc5b4\uc5d0 \uc0c1\ub300\uc758 \u300c\ub808\ub4dc\uc640 \ube14\ub8e8\uc778 \ub514\uc9c0\ubaac\u300d\uacfc \u300c\ub808\ub4dc\uc640 \uc610\ub85c\uc778 \ud14c\uc774\uba38\u300d\uac00 1\uba85\uc529 \uc788\ub294 \uc0c1\ud669\uc785\ub2c8\ub2e4. \uc774 \uce74\ub4dc\uc758 \uc9c4\ud654\uc6d0 \ud6a8\uacfc\ub97c \ubc1c\ud718\ud55c \uacbd\uc6b0, \uc790\uc2e0\uc758 \ub371 \uc704\uc5d0\uc11c \uba87 \uc7a5 \ud30c\uae30\ud569\ub2c8\uae4c?",
                "answer": "3\uc7a5\uc785\ub2c8\ub2e4. \uc774 \uc0c1\ud669\uc758 \uacbd\uc6b0, \uc0c1\ub300\uc758 \ub514\uc9c0\ubaac\uacfc \ud14c\uc774\uba38\uc758 \uc0c9\uc774 \u300c\ub808\ub4dc\uc640 \ube14\ub8e8\uc640 \uc610\ub85c\u300d 3\uac1c\uc774\ubbc0\ub85c \uc790\uc2e0\uc758 \ub371 \uc704\uc5d0\uc11c 3\uc7a5 \ud30c\uae30\ud569\ub2c8\ub2e4."
            }],
            "language": "ko",
            "inherited-effect": "\u3010\uc18c\uba78 \uc2dc\u3011\uc0c1\ub300\uc758 \ub514\uc9c0\ubaac\uacfc \ud14c\uc774\uba38\uc758 \uc0c9 1\uc0c9\ub9c8\ub2e4 \uc790\uc2e0\uc758 \ub371 \uc704\uc5d0\uc11c\ubd80\ud130 1\uc7a5 \ud30c\uae30\ud55c\ub2e4.",
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc5d8\ub9ac\uba58\ud2b8 \uc11d\uc138\uc11c [BTK-18]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/BT18-006.webp",
            "form": "\uc720\ub144\uae30",
            "rarity": "U",
            "category": "digi-egg",
            "block-icon": 4,
            "color": ["purple"],
            "number": "BT18-006",
            "name": "\ud504\ub9ac\ubaac",
            "type": "\ub81b\uc11c\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT18-006"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT18-006"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT18-006"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/btk-18"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT18-006",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT18-006"
        },
        "meta": {
            "notes": "SPECIAL BOOSTER Ver.2.0 [BT18-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT18-006",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT18-006"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30a8\u30ec\u30e1\u30f3\u30c8\u30b5\u30af\u30bb\u30b5\u30fc [BT-18]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT18-006",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT18-006"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/btk-18",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/btk-18"
        },
        "meta": {
            "name": "\uc5d8\ub9ac\uba58\ud2b8 \uc11d\uc138\uc11c [BTK-18]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT18-006"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="BT18-006" style="view-transition-name:ko_BT18-006_P0;" data-category="digi-egg">
    <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="BT18-006 프리몬" src="https://images.heroi.cc/cards/ko/BT18-006.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/BT18-006">BT18-006 프리몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT18-006 프리몬BT18-006 프리몬 on Heroicc

프리몬

Card Number
BT18-006
Rarity
U
Category
Digi-Egg
Level
2
Block Icon
04
Colour
Purple
Form
유년기
Type
렛서형
Inherited Effect

소멸 시상대의 디지몬과 테이머의 색 1색마다 자신의 덱 위에서부터 1장 파기한다.

Q&A
Question

배틀 에어리어에 상대의 「레드와 블루인 디지몬」과 「레드와 옐로인 테이머」가 1명씩 있는 상황입니다. 이 카드의 진화원 효과를 발휘한 경우, 자신의 덱 위에서 몇 장 파기합니까?

Answer

3장입니다. 이 상황의 경우, 상대의 디지몬과 테이머의 색이 「레드와 블루와 옐로」 3개이므로 자신의 덱 위에서 3장 파기합니다.

Releases
Genre
확장팩
Release Name
엘리멘트 석세서 [BTK-18]
Official Product Page
Date
Notes
부스터 팩 엘리멘트 석세서 [BTK-18]
International Arts

ja BT18-006 ブースターパック エレメントサクセサー [BT-18]

en BT18-006 SPECIAL BOOSTER Ver.2.0 [BT18-19]

zh-Hans BT18-006 XROS SUCCESSOR【BTC-12】