エスピモン

Card Number
P-078
Rarity
P
Category
Digimon
Level
3
Block Icon
02
Colour
Black
Play Cost
3
DP
2000
Form
成長期
Attribute
ウィルス種
Type
サイボーグ型
Digivolution Requirements
Digivolve Cost
0
Colour
Black
Level
2
Category
Digimon
Effect

登場時相手のセキュリティを上から1枚オープンする。そのカードがデジモンカードのとき、1ドロー(自分のデッキからカードを1枚引く)。オープンしたカードは相手のセキュリティの上に裏向きで置く。

Releases
Genre
プロモーションカード
Release Name
プロモーションカード【P】
Notes
最強ジャンプ2022年7月号付録
International Arts

en P-078 BOOSTER VERSUS ROYAL KNIGHTS [BT13] Pre-Release Tournament

zh-Hans P-078 宣传卡【P】

ko P-078 BTK-10 크로스 인카운터 이너박스 프로모

GET /cards/ja/P-078

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/P-078",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["black"],
                "cost": 0
            }],
            "language": "ja",
            "dp": 2000,
            "notes": "\u6700\u5f37\u30b8\u30e3\u30f3\u30d72022\u5e747\u6708\u53f7\u4ed8\u9332",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/P-078.webp",
            "play-cost": 3,
            "form": "\u6210\u9577\u671f",
            "effect": "\u3010\u767b\u5834\u6642\u3011\u76f8\u624b\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3092\u4e0a\u304b\u30891\u679a\u30aa\u30fc\u30d7\u30f3\u3059\u308b\u3002\u305d\u306e\u30ab\u30fc\u30c9\u304c\u30c7\u30b8\u30e2\u30f3\u30ab\u30fc\u30c9\u306e\u3068\u304d\u3001\u226a1\u30c9\u30ed\u30fc\u226b\uff08\u81ea\u5206\u306e\u30c7\u30c3\u30ad\u304b\u3089\u30ab\u30fc\u30c9\u30921\u679a\u5f15\u304f\uff09\u3002\u30aa\u30fc\u30d7\u30f3\u3057\u305f\u30ab\u30fc\u30c9\u306f\u76f8\u624b\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u306e\u4e0a\u306b\u88cf\u5411\u304d\u3067\u7f6e\u304f\u3002",
            "rarity": "P",
            "category": "digimon",
            "attribute": "\u30a6\u30a3\u30eb\u30b9\u7a2e",
            "block-icon": 2,
            "color": ["black"],
            "number": "P-078",
            "name": "\u30a8\u30b9\u30d4\u30e2\u30f3",
            "type": "\u30b5\u30a4\u30dc\u30fc\u30b0\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-078"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/P-078"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-078"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/p"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-078",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-078"
        },
        "meta": {
            "notes": "BOOSTER VERSUS ROYAL KNIGHTS [BT13] Pre-Release Tournament"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/P-078",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/P-078"
        },
        "meta": {
            "notes": "BTK-10 \ud06c\ub85c\uc2a4 \uc778\uce74\uc6b4\ud130 \uc774\ub108\ubc15\uc2a4 \ud504\ub85c\ubaa8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-078",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-078"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/p",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/p"
        },
        "meta": {
            "name": "\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u30ab\u30fc\u30c9\u3010P\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-078"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="P-078">
    <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="P-078 エスピモン" src="https://images.heroi.cc/cards/ja/P-078.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/P-078">P-078 エスピモン</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

P-078 エスピモンP-078 エスピモン on Heroicc