그레이몬

Card Number
P-010
Rarity
P
Category
Digimon
Level
4
Colour
Red
Play Cost
5
DP
5000
Form
성숙기
Attribute
백신종
Type
공룡형
Digivolution Requirements
Digivolve Cost
2
Colour
Red
Level
3
Category
Digimon
Effect

자신의 턴 이 디지몬의 진화원에 「아구몬」이 있는 동안, 시큐리티 어택+1(이 디지몬이 시큐리티에 어택했을 때에 체크하는 매수+1)을 얻는다.

Releases
Genre
프로모션 카드
Release Name
프로모션 카드 [P]
Notes
프로모션 카드
International Arts

ja P-010 最強ジャンプ2020年5月号付録

en P-010 Special Box Promotion Pack

en P-010 P1 2023 Regionals Participation Card Set 1

en P-010 P2 2023 Regionals Finalist Set 1

en P-010 P3 2023 Regionals Champion Card Set 1

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

GET /cards/ko/P-010

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/P-010",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["red"],
                "cost": 2
            }],
            "language": "ko",
            "dp": 5000,
            "notes": "\ud504\ub85c\ubaa8\uc158 \uce74\ub4dc",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/P-010.webp",
            "play-cost": 5,
            "form": "\uc131\uc219\uae30",
            "effect": "\u3010\uc790\uc2e0\uc758 \ud134\u3011 \uc774 \ub514\uc9c0\ubaac\uc758 \uc9c4\ud654\uc6d0\uc5d0 \u300c\uc544\uad6c\ubaac\u300d\uc774 \uc788\ub294 \ub3d9\uc548, \u300a\uc2dc\ud050\ub9ac\ud2f0 \uc5b4\ud0dd+1\u300b(\uc774 \ub514\uc9c0\ubaac\uc774 \uc2dc\ud050\ub9ac\ud2f0\uc5d0 \uc5b4\ud0dd\ud588\uc744 \ub54c\uc5d0 \uccb4\ud06c\ud558\ub294 \ub9e4\uc218+1)\uc744 \uc5bb\ub294\ub2e4.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "\ubc31\uc2e0\uc885",
            "color": ["red"],
            "number": "P-010",
            "name": "\uadf8\ub808\uc774\ubaac",
            "type": "\uacf5\ub8e1\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-010"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-010_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-010_P2"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-010_P3"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-010"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-010"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/p"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-010",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-010"
        },
        "meta": {
            "notes": "Special Box Promotion Pack"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-010_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-010_P1"
        },
        "meta": {
            "notes": "2023 Regionals Participation Card Set 1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-010_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-010_P2"
        },
        "meta": {
            "notes": "2023 Regionals Finalist Set 1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-010_P3",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-010_P3"
        },
        "meta": {
            "notes": "2023 Regionals Champion Card Set 1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-010",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-010"
        },
        "meta": {
            "notes": "\u6700\u5f37\u30b8\u30e3\u30f3\u30d72020\u5e745\u6708\u53f7\u4ed8\u9332"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-010",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-010"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/p",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/p"
        },
        "meta": {
            "name": "\ud504\ub85c\ubaa8\uc158 \uce74\ub4dc [P]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-010"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

P-010 그레이몬P-010 그레이몬 on Heroicc