마하가오가몬

Card Number
EX4-019
Rarity
R
Category
Digimon
Level
5
Block Icon
02
Colour
Blue
Play Cost
7
DP
7000
Form
완전체
Attribute
데이터종
Type
사이보그형
Digivolution Requirements
Digivolve Cost
3
Colour
Blue
Level
4
Category
Digimon
Effect

진화 시Lv.4 이하의 상대의 디지몬 1마리를 패로 되돌린다.

Inherited Effect

어택 시턴에 1회상대의 패가 8장 이상이라면 이 디지몬을 액티브로 한다.

Restrictions
Date
Limitation Type
Restrict
Card Allowance
1
Releases
Genre
확장팩
Release Name
얼터너티브 비잉 [EXK-04]
Official Product Page
Date
Notes
테마 부스터 얼터너티브 비잉 [EXK-04]
International Arts

ja EX4-019 テーマブースター オルタナティブビーイング [EX-04]

en EX4-019 THEME BOOSTER ALTERNATIVE BEING [EX04]

zh-Hans EX4-019 GREAT WARRIOR 【BTC-07】

GET /cards/ko/EX4-019

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/EX4-019",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["blue"],
                "cost": 3
            }],
            "language": "ko",
            "inherited-effect": "\u3010\uc5b4\ud0dd \uc2dc\u3011\uff3b\ud134\uc5d0 1\ud68c\uff3d\uc0c1\ub300\uc758 \ud328\uac00 8\uc7a5 \uc774\uc0c1\uc774\ub77c\uba74 \uc774 \ub514\uc9c0\ubaac\uc744 \uc561\ud2f0\ube0c\ub85c \ud55c\ub2e4.",
            "dp": 7000,
            "notes": "\ud14c\ub9c8 \ubd80\uc2a4\ud130 \uc5bc\ud130\ub108\ud2f0\ube0c \ube44\uc789 [EXK-04]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/EX4-019.webp",
            "play-cost": 7,
            "form": "\uc644\uc804\uccb4",
            "effect": "\u3010\uc9c4\ud654 \uc2dc\u3011Lv.4 \uc774\ud558\uc758 \uc0c1\ub300\uc758 \ub514\uc9c0\ubaac 1\ub9c8\ub9ac\ub97c \ud328\ub85c \ub418\ub3cc\ub9b0\ub2e4.",
            "rarity": "R",
            "category": "digimon",
            "attribute": "\ub370\uc774\ud130\uc885",
            "block-icon": 2,
            "color": ["blue"],
            "number": "EX4-019",
            "limitations": [{
                "date": "2023-11-17",
                "type": "restrict",
                "allowance": 1
            }],
            "name": "\ub9c8\ud558\uac00\uc624\uac00\ubaac",
            "type": "\uc0ac\uc774\ubcf4\uadf8\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX4-019"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX4-019"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX4-019"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/exk-04"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX4-019",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX4-019"
        },
        "meta": {
            "notes": "THEME BOOSTER ALTERNATIVE BEING [EX04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX4-019",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX4-019"
        },
        "meta": {
            "notes": "\u30c6\u30fc\u30de\u30d6\u30fc\u30b9\u30bf\u30fc \u30aa\u30eb\u30bf\u30ca\u30c6\u30a3\u30d6\u30d3\u30fc\u30a4\u30f3\u30b0 [EX-04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX4-019",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX4-019"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/exk-04",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/exk-04"
        },
        "meta": {
            "name": "\uc5bc\ud130\ub108\ud2f0\ube0c \ube44\uc789 [EXK-04]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX4-019"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="EX4-019">
    <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="EX4-019 마하가오가몬" src="https://images.heroi.cc/cards/ko/EX4-019.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/EX4-019">EX4-019 마하가오가몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX4-019 마하가오가몬EX4-019 마하가오가몬 on Heroicc