地狱使者兽

Card Number
BT5-067
Rarity
U
Category
Digimon
Level
5
Colour
Black
Play Cost
7
DP
6000
Form
完全体
Attribute
不明
Type
种族不明
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

我方场上的“哈哈兽”可以无视进化条件,支付4费用进化成手牌中的此卡牌。

Inherited Effect

消灭时可以不支付费用登场1张“超恶魔兽”(数码宝贝・费用14・Lv.6・白・究极体・不明・种族不明・DP3000)的替代卡。

Releases
Genre
补充包
Release Name
DIAMOND LEGEND【BTC-03】
Official Product Page
Date
International Arts

ja BT5-067 ブースターパック バトルオブオメガ [BT-05]

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

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

GET /cards/zh-Hans/BT5-067

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT5-067",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u6d88\u706d\u65f6\u3011\u53ef\u4ee5\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a1\u5f20\u201c\u8d85\u6076\u9b54\u517d\u201d\uff08\u6570\u7801\u5b9d\u8d1d\u30fb\u8d39\u752814\u30fbLv.6\u30fb\u767d\u30fb\u7a76\u6781\u4f53\u30fb\u4e0d\u660e\u30fb\u79cd\u65cf\u4e0d\u660e\u30fbDP3000\uff09\u7684\u66ff\u4ee3\u5361\u3002",
            "dp": 6000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT5-067.webp",
            "play-cost": 7,
            "form": "\u5b8c\u5168\u4f53",
            "effect": "\u6211\u65b9\u573a\u4e0a\u7684\u201c\u54c8\u54c8\u517d\u201d\u53ef\u4ee5\u65e0\u89c6\u8fdb\u5316\u6761\u4ef6,\u652f\u4ed84\u8d39\u7528\u8fdb\u5316\u6210\u624b\u724c\u4e2d\u7684\u6b64\u5361\u724c\u3002",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\u4e0d\u660e",
            "color": ["black"],
            "number": "BT5-067",
            "name": "\u5730\u72f1\u4f7f\u8005\u517d",
            "type": "\u79cd\u65cf\u4e0d\u660e"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT5-067"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT5-067"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT5-067"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-03"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT5-067",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT5-067"
        },
        "meta": {
            "notes": "BOOSTER -BATTLE OF OMNI- [BT05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT5-067",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT5-067"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30d0\u30c8\u30eb\u30aa\u30d6\u30aa\u30e1\u30ac [BT-05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT5-067",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT5-067"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ubc30\ud2c0 \uc624\ube0c \uc624\uba54\uac00 [BTK-05]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-03"
        },
        "meta": {
            "name": "DIAMOND LEGEND\u3010BTC-03\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT5-067"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT5-067">
    <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-067 地狱使者兽" src="https://images.heroi.cc/cards/zh-Hans/BT5-067.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT5-067">BT5-067 地狱使者兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT5-067 地狱使者兽BT5-067 地狱使者兽 on Heroicc