푸쿠몬

Card Number
BT15-030
Rarity
U
Category
Digimon
Level
6
Block Icon
03
Colour
Blue
Play Cost
10
DP
10000
Form
궁극체
Attribute
바이러스종
Type
돌연변이형
Digivolution Requirements
Digivolve Cost
3
Colour
Blue
Level
5
Category
Digimon
Effect

블로커 등장 시소멸 시상대의 디지몬 전부의 진화원을 위에서부터 2장 파기한다. 그 후, 진화원을 갖지 않은 상대의 디지몬 1마리를 덱 아래로 되돌린다.

Releases
Genre
확장팩
Release Name
팩 익시드 아포칼립스 [BTK-15]
Official Product Page
Date
Notes
부스터 팩 익시드 아포칼립스 [BTK-15]
International Arts

ja BT15-030 ブースターパック エクシード・アポカリプス [BT-15]

en BT15-030 BOOSTER EXCEED APOCALYPSE [BT15]

zh-Hans BT15-030 EXCEED APOCALYPSE【BTC-09】

GET /cards/ko/BT15-030

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ko\/BT15-030",
        "attributes": {
            "level": 6,
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["blue"],
                "cost": 3
            }],
            "language": "ko",
            "dp": 10000,
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc775\uc2dc\ub4dc \uc544\ud3ec\uce7c\ub9bd\uc2a4 [BTK-15]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ko\/BT15-030.webp",
            "play-cost": 10,
            "form": "\uad81\uadf9\uccb4",
            "effect": "\u300a\ube14\ub85c\ucee4\u300b \u3010\ub4f1\uc7a5 \uc2dc\u3011\u3010\uc18c\uba78 \uc2dc\u3011\uc0c1\ub300\uc758 \ub514\uc9c0\ubaac \uc804\ubd80\uc758 \uc9c4\ud654\uc6d0\uc744 \uc704\uc5d0\uc11c\ubd80\ud130 2\uc7a5 \ud30c\uae30\ud55c\ub2e4. \uadf8 \ud6c4, \uc9c4\ud654\uc6d0\uc744 \uac16\uc9c0 \uc54a\uc740 \uc0c1\ub300\uc758 \ub514\uc9c0\ubaac 1\ub9c8\ub9ac\ub97c \ub371 \uc544\ub798\ub85c \ub418\ub3cc\ub9b0\ub2e4.",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\ubc14\uc774\ub7ec\uc2a4\uc885",
            "block-icon": 3,
            "color": ["blue"],
            "number": "BT15-030",
            "name": "\ud478\ucfe0\ubaac",
            "type": "\ub3cc\uc5f0\ubcc0\uc774\ud615"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT15-030"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT15-030"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT15-030"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ko\/btk-15"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT15-030",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT15-030"
        },
        "meta": {
            "notes": "BOOSTER EXCEED APOCALYPSE [BT15]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT15-030",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT15-030"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30a8\u30af\u30b7\u30fc\u30c9\u30fb\u30a2\u30dd\u30ab\u30ea\u30d7\u30b9 [BT-15]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT15-030",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT15-030"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ko\/btk-15",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ko\/btk-15"
        },
        "meta": {
            "name": "\ud329 \uc775\uc2dc\ub4dc \uc544\ud3ec\uce7c\ub9bd\uc2a4 [BTK-15]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT15-030"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ko" data-card-id="BT15-030">
    <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="BT15-030 푸쿠몬" src="https://images.heroi.cc/cards/ko/BT15-030.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ko/BT15-030">BT15-030 푸쿠몬</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT15-030 푸쿠몬BT15-030 푸쿠몬 on Heroicc