크리사리몬

Card Number
P-014
Rarity
P
Category
Digimon
Level
4
Colour
Black
Play Cost
4
DP
5000
Form
성숙기
Attribute
불명
Type
종족불명
Digivolution Requirements
Digivolve Cost
2
Colour
Black
Level
3
Category
Digimon
Effect

블로커 (상대의 디지몬이 어택했을 때, 이 디지몬이 액티브 상태라면 레스트시키는 것으로 어택의 대상을 이 디지몬으로 한다)

어택 시 메모리를 -2 한다.

Releases
Genre
확장팩
Release Name
부스터 팩 배틀 오브 오메가 [BTK-05]
Official Product Page
Date
Notes
부스터 팩 배틀 오브 오메가 [BTK-05] 박스 프로모카드
International Arts

ja P-014 プロモーションパック

en P-014 Official Tournament Pack VOL.1

en P-014 P1 Event Pack 3

zh-Hans P-014 宣传卡【P】

GET /cards/ko/P-014

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/P-014",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["black"],
                "cost": 2
            }],
            "language": "ko",
            "dp": 5000,
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ubc30\ud2c0 \uc624\ube0c \uc624\uba54\uac00 [BTK-05] \ubc15\uc2a4 \ud504\ub85c\ubaa8\uce74\ub4dc",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/P-014.webp",
            "play-cost": 4,
            "form": "\uc131\uc219\uae30",
            "effect": "\u300a\ube14\ub85c\ucee4\u300b (\uc0c1\ub300\uc758 \ub514\uc9c0\ubaac\uc774 \uc5b4\ud0dd\ud588\uc744 \ub54c, \uc774 \ub514\uc9c0\ubaac\uc774 \uc561\ud2f0\ube0c \uc0c1\ud0dc\ub77c\uba74 \ub808\uc2a4\ud2b8\uc2dc\ud0a4\ub294 \uac83\uc73c\ub85c \uc5b4\ud0dd\uc758 \ub300\uc0c1\uc744 \uc774 \ub514\uc9c0\ubaac\uc73c\ub85c \ud55c\ub2e4)\n\u3010\uc5b4\ud0dd \uc2dc\u3011 \uba54\ubaa8\ub9ac\ub97c -2 \ud55c\ub2e4.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "\ubd88\uba85",
            "color": ["black"],
            "number": "P-014",
            "name": "\ud06c\ub9ac\uc0ac\ub9ac\ubaac",
            "type": "\uc885\uc871\ubd88\uba85"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-014"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-014_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-014"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-014"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/btk-05"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-014",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-014"
        },
        "meta": {
            "notes": "Official Tournament Pack VOL.1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-014_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-014_P1"
        },
        "meta": {
            "notes": "Event Pack 3"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-014",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-014"
        },
        "meta": {
            "notes": "\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u30d1\u30c3\u30af"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-014",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-014"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/btk-05",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/btk-05"
        },
        "meta": {
            "name": "\ubd80\uc2a4\ud130 \ud329 \ubc30\ud2c0 \uc624\ube0c \uc624\uba54\uac00 [BTK-05]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-014"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="P-014">
    <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="P-014 크리사리몬" src="https://images.heroi.cc/cards/ko/P-014.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/P-014">P-014 크리사리몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

P-014 크리사리몬P-014 크리사리몬 on Heroicc