규우키몬

Card Number
LM-018
Rarity
C
Category
Digimon
Level
5
Block Icon
03
Colour
Purple
Play Cost
7
DP
7000
Form
완전체
Attribute
바이러스종
Type
마수형
Digivolution Requirements
Digivolve Cost
3
Colour
Purple
Level
4
Category
Digimon
Effect

등장 시Lv.4 이하의 디지몬 1마리를 소멸시킨다. 그렇게 했다면, 「규우키몬」(디지몬・7코스트・Lv.5・퍼플・완전체・바이러스종・마수형・DP 3000) 토큰 1마리를 코스트를 지불하지 않고 등장시킬 수 있다.

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

ja LM-018 リミテッドカードパック デジモンゴーストゲーム [LM-01]

en LM-018 LIMITED PACK DIGIMON GHOST GAME [LM01]

zh-Hans LM-018 LIMITED BOOSTER【LM-01】

GET /cards/ko/LM-018

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/LM-018",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["purple"],
                "cost": 3
            }],
            "language": "ko",
            "dp": 7000,
            "notes": "\ud504\ub85c\ubaa8\uc158 \uce74\ub4dc",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/LM-018.webp",
            "play-cost": 7,
            "form": "\uc644\uc804\uccb4",
            "effect": "\u3010\ub4f1\uc7a5 \uc2dc\u3011Lv.4 \uc774\ud558\uc758 \ub514\uc9c0\ubaac 1\ub9c8\ub9ac\ub97c \uc18c\uba78\uc2dc\ud0a8\ub2e4. \uadf8\ub807\uac8c \ud588\ub2e4\uba74, \u300c\uaddc\uc6b0\ud0a4\ubaac\u300d(\ub514\uc9c0\ubaac\u30fb7\ucf54\uc2a4\ud2b8\u30fbLv.5\u30fb\ud37c\ud50c\u30fb\uc644\uc804\uccb4\u30fb\ubc14\uc774\ub7ec\uc2a4\uc885\u30fb\ub9c8\uc218\ud615\u30fbDP 3000) \ud1a0\ud070 1\ub9c8\ub9ac\ub97c \ucf54\uc2a4\ud2b8\ub97c \uc9c0\ubd88\ud558\uc9c0 \uc54a\uace0 \ub4f1\uc7a5\uc2dc\ud0ac \uc218 \uc788\ub2e4.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\ubc14\uc774\ub7ec\uc2a4\uc885",
            "block-icon": 3,
            "color": ["purple"],
            "number": "LM-018",
            "name": "\uaddc\uc6b0\ud0a4\ubaac",
            "type": "\ub9c8\uc218\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/LM-018"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/LM-018"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/LM-018"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/p"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/LM-018",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-018"
        },
        "meta": {
            "notes": "LIMITED PACK DIGIMON GHOST GAME [LM01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/LM-018",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/LM-018"
        },
        "meta": {
            "notes": "\u30ea\u30df\u30c6\u30c3\u30c9\u30ab\u30fc\u30c9\u30d1\u30c3\u30af \u30c7\u30b8\u30e2\u30f3\u30b4\u30fc\u30b9\u30c8\u30b2\u30fc\u30e0 [LM-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/LM-018",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/LM-018"
        }
    }, {
        "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\/LM-018"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="LM-018">
    <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="LM-018 규우키몬" src="https://images.heroi.cc/cards/ko/LM-018.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/LM-018">LM-018 규우키몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

LM-018 규우키몬LM-018 규우키몬 on Heroicc