GET /cards/ko/LM-041

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/LM-041",
        "attributes": {
            "level": 6,
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["black", "blue"],
                "cost": 4
            }],
            "language": "ko",
            "dp": 12000,
            "notes": "\uc2a4\ud398\uc15c \ub9ac\ubbf8\ud2f0\ub4dc \uce74\ub4dc \ud329 vol.2 [LMK-2.0]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/LM-041.webp",
            "play-cost": 12,
            "form": "\uad81\uadf9\uccb4",
            "effect": "\u3010\uc9c4\ud654\u3011\ud2b9\uc9d5 \u300cDS\u300d\ub97c \uac00\uc9c4 Lv.5: \ucf54\uc2a4\ud2b8 3\n\u3010\ub4f1\uc7a5 \uc2dc\u3011\u3010\uc9c4\ud654 \uc2dc\u3011\ud2b9\uc9d5 \u300cDS\u300d\ub97c \uac00\uc9c4 \uc790\uc2e0\uc758 \ub514\uc9c0\ubaac 1\ub9c8\ub9ac\ub97c \uc561\ud2f0\ube0c\ub85c \ud55c\ub2e4. \u3010\uc9c4\ud654 \uc2dc\u3011\u3010\uc5b4\ud0dd \uc2dc\u3011[\ud134 1\ud68c]\uba54\ubaa8\ub9ac\uac00 1 \uc774\uc0c1\uc774\ub77c\uba74, \uc0c1\ub300\ub294 \ubcf8\uc778\uc758 \uc2dc\ud050\ub9ac\ud2f0\ub97c \uc704\uc5d0\uc11c\ubd80\ud130 1\uc7a5 \ud328\uc5d0 \ucd94\uac00\ud55c\ub2e4. \uadf8 \ud6c4, \uba54\ubaa8\ub9ac\uac00 1 \uc774\ud558\ub77c\uba74, \uc0c1\ub300\uc758 \ud134 \uc885\ub8cc\uae4c\uc9c0 \uc0c1\ub300\uc758 \ub514\uc9c0\ubaac\/\ud14c\uc774\uba38 1\ub9c8\ub9ac(\uba85)\ub294 \ub808\uc2a4\ud2b8\ud560 \uc218 \uc5c6\ub2e4.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "\ubc14\uc774\ub7ec\uc2a4\uc885",
            "block-icon": 4,
            "color": ["blue", "black"],
            "number": "LM-041",
            "name": "\ub808\uac00\ub809\uc2a4\ubaac",
            "type": "\uc218\uc0dd\ud615,DS"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/LM-041"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/LM-041"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/LM-041"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/lmk-2-0"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/LM-041",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-041"
        },
        "meta": {
            "notes": "WORLD CONVERGENCE [BT-21] Limited Card Pack"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/LM-041",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/LM-041"
        },
        "meta": {
            "notes": "\u30ea\u30df\u30c6\u30c3\u30c9\u30ab\u30fc\u30c9\u30d1\u30c3\u30af \u30d5\u30a1\u30a4\u30ca\u30eb\u30fb\u30a8\u30ea\u30b7\u30aa\u30f3 [LM-05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/LM-041",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/LM-041"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/lmk-2-0",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/lmk-2-0"
        },
        "meta": {
            "name": "\uc2a4\ud398\uc15c \ub9ac\ubbf8\ud2f0\ub4dc \uce74\ub4dc \ud329 vol.2 [LMK-2.0]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/LM-041"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="LM-041" style="view-transition-name:ko_LM-041_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="LM-041 레가렉스몬" src="https://images.heroi.cc/cards/ko/LM-041.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/LM-041">LM-041 레가렉스몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

LM-041 레가렉스몬LM-041 레가렉스몬 on Heroicc

레가렉스몬

Card Number
LM-041
Rarity
P
Category
Digimon
Level
6
Block Icon
04
Colour
Blue Black
Play Cost
12
DP
12000
Form
궁극체
Attribute
바이러스종
Type
수생형,DS
Digivolution Requirements
Digivolve Cost
4
Colour
Blue Black
Level
5
Category
Digimon
Effect

진화특징 「DS」를 가진 Lv.5: 코스트 3

등장 시 진화 시특징 「DS」를 가진 자신의 디지몬 1마리를 액티브로 한다. 진화 시 어택 시턴 1회메모리가 1 이상이라면, 상대는 본인의 시큐리티를 위에서부터 1장 패에 추가한다. 그 후, 메모리가 1 이하라면, 상대의 턴 종료까지 상대의 디지몬/테이머 1마리(명)는 레스트할 수 없다.

Releases
Notes
스페셜 리미티드 카드 팩 vol.2 [LMK-2.0]
International Arts

ja LM-041 リミテッドカードパック ファイナル・エリシオン [LM-05]

en LM-041 WORLD CONVERGENCE [BT-21] Limited Card Pack

zh-Hans LM-041 FINAL ELYSION 【LM-05】