안드로몬

Card Number
EX2-034
Rarity
C
Category
Digimon
Level
5
Block Icon
01
Colour
Black
Play Cost
8
DP
6000
Form
완전체
Attribute
백신종
Type
사이보그형
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

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

상대의 턴블로커를 가진 자신의 디지몬 전부를 DP+2000.

Releases
Genre
확장팩
Release Name
디지털 해저드 [EXK-02]
Official Product Page
Date
Notes
테마 부스터 디지털 해저드 [EXK-02]
International Arts

ja EX2-034 テーマブースター デジタルハザード [EX-02]

en EX2-034 THEME BOOSTER DIGITAL HAZARD[EX-02]

zh-Hans EX2-034 EXTRA BOOSTER【EXC-01】

GET /cards/ko/EX2-034

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/EX2-034",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "ko",
            "dp": 6000,
            "notes": "\ud14c\ub9c8 \ubd80\uc2a4\ud130 \ub514\uc9c0\ud138 \ud574\uc800\ub4dc [EXK-02]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/EX2-034.webp",
            "play-cost": 8,
            "form": "\uc644\uc804\uccb4",
            "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\uc0c1\ub300\uc758 \ud134\u3011\u300a\ube14\ub85c\ucee4\u300b\ub97c \uac00\uc9c4 \uc790\uc2e0\uc758 \ub514\uc9c0\ubaac \uc804\ubd80\ub97c DP+2000.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\ubc31\uc2e0\uc885",
            "block-icon": 1,
            "color": ["black"],
            "number": "EX2-034",
            "name": "\uc548\ub4dc\ub85c\ubaac",
            "type": "\uc0ac\uc774\ubcf4\uadf8\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX2-034"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX2-034"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX2-034"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/exk-02"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX2-034",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX2-034"
        },
        "meta": {
            "notes": "THEME BOOSTER DIGITAL HAZARD[EX-02]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX2-034",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX2-034"
        },
        "meta": {
            "notes": "\u30c6\u30fc\u30de\u30d6\u30fc\u30b9\u30bf\u30fc \u30c7\u30b8\u30bf\u30eb\u30cf\u30b6\u30fc\u30c9 [EX-02]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX2-034",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX2-034"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/exk-02",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/exk-02"
        },
        "meta": {
            "name": "\ub514\uc9c0\ud138 \ud574\uc800\ub4dc [EXK-02]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX2-034"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="EX2-034">
    <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="EX2-034 안드로몬" src="https://images.heroi.cc/cards/ko/EX2-034.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/EX2-034">EX2-034 안드로몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX2-034 안드로몬EX2-034 안드로몬 on Heroicc