ブラックマッハガオガモン

Card Number
BT5-068
Rarity
C
Category
Digimon
Level
5
Colour
Black
Play Cost
8
DP
7000
Form
完全体
Attribute
データ種
Type
サイボーグ型
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

再起動(相手のアクティブフェイズに、このデジモンをアクティブにする)

Inherited Effect

自分のターンこのデジモンが再起動を持つ間、このデジモンのDPを+2000する。

Releases
Genre
ブースターパック
Release Name
バトルオブオメガ【BT-05】
Official Product Page
Date
Notes
ブースターパック バトルオブオメガ [BT-05]
International Arts

en BT5-068 BOOSTER -BATTLE OF OMNI- [BT05]

zh-Hans BT5-068 DIAMOND LEGEND【BTC-03】

ko BT5-068 부스터 팩 배틀 오브 오메가 [BTK-05]

GET /cards/ja/BT5-068

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/BT5-068",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "ja",
            "inherited-effect": "\u3010\u81ea\u5206\u306e\u30bf\u30fc\u30f3\u3011\u3053\u306e\u30c7\u30b8\u30e2\u30f3\u304c\u226a\u518d\u8d77\u52d5\u226b\u3092\u6301\u3064\u9593\u3001\u3053\u306e\u30c7\u30b8\u30e2\u30f3\u306eDP\u3092+2000\u3059\u308b\u3002",
            "dp": 7000,
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30d0\u30c8\u30eb\u30aa\u30d6\u30aa\u30e1\u30ac [BT-05]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/BT5-068.webp",
            "play-cost": 8,
            "form": "\u5b8c\u5168\u4f53",
            "effect": "\u226a\u518d\u8d77\u52d5\u226b\uff08\u76f8\u624b\u306e\u30a2\u30af\u30c6\u30a3\u30d6\u30d5\u30a7\u30a4\u30ba\u306b\u3001\u3053\u306e\u30c7\u30b8\u30e2\u30f3\u3092\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u3059\u308b\uff09",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u30c7\u30fc\u30bf\u7a2e",
            "color": ["black"],
            "number": "BT5-068",
            "name": "\u30d6\u30e9\u30c3\u30af\u30de\u30c3\u30cf\u30ac\u30aa\u30ac\u30e2\u30f3",
            "type": "\u30b5\u30a4\u30dc\u30fc\u30b0\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT5-068"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT5-068"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT5-068"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/bt-05"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT5-068",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT5-068"
        },
        "meta": {
            "notes": "BOOSTER -BATTLE OF OMNI- [BT05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT5-068",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT5-068"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ubc30\ud2c0 \uc624\ube0c \uc624\uba54\uac00 [BTK-05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT5-068",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT5-068"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/bt-05",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/bt-05"
        },
        "meta": {
            "name": "\u30d0\u30c8\u30eb\u30aa\u30d6\u30aa\u30e1\u30ac\u3010BT-05\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT5-068"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="BT5-068">
    <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="BT5-068 ブラックマッハガオガモン" src="https://images.heroi.cc/cards/ja/BT5-068.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/BT5-068">BT5-068 ブラックマッハガオガモン</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT5-068 ブラックマッハガオガモンBT5-068 ブラックマッハガオガモン on Heroicc