坦克龙兽

Card Number
BT4-071
Rarity
C
Category
Digimon
Level
5
Colour
Black
Play Cost
7
DP
7000
Form
完全体
Attribute
病毒种
Type
机械型/D-旅团
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

我方的回合当我方拥有“D-旅团”特征的其它数码宝贝被消灭时,翻开我方卡组最上方的2张卡牌。可以不支付费用登场其中的1张“突击龙兽”。剩余的卡牌可自选顺序放回到卡组最下方。

Releases
Genre
补充包
Release Name
DIGITAL IMPACT【BTC-02】
Official Product Page
Date
International Arts

ja BT4-071 ブースターパック グレイトレジェンド [BT-04]

en BT4-071 BOOSTER -GREAT LEGEND- [BT04]

ko BT4-071 부스터 팩 그레이트 레전드 [BTK-04]

GET /cards/zh-Hans/BT4-071

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT4-071",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "zh-Hans",
            "dp": 7000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT4-071.webp",
            "play-cost": 7,
            "form": "\u5b8c\u5168\u4f53",
            "effect": "\u3010\u6211\u65b9\u7684\u56de\u5408\u3011\u5f53\u6211\u65b9\u62e5\u6709\u201cD-\u65c5\u56e2\u201d\u7279\u5f81\u7684\u5176\u5b83\u6570\u7801\u5b9d\u8d1d\u88ab\u6d88\u706d\u65f6,\u7ffb\u5f00\u6211\u65b9\u5361\u7ec4\u6700\u4e0a\u65b9\u76842\u5f20\u5361\u724c\u3002\u53ef\u4ee5\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a\u5176\u4e2d\u76841\u5f20\u201c\u7a81\u51fb\u9f99\u517d\u201d\u3002\u5269\u4f59\u7684\u5361\u724c\u53ef\u81ea\u9009\u987a\u5e8f\u653e\u56de\u5230\u5361\u7ec4\u6700\u4e0b\u65b9\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u75c5\u6bd2\u79cd",
            "color": ["black"],
            "number": "BT4-071",
            "name": "\u5766\u514b\u9f99\u517d",
            "type": "\u673a\u68b0\u578b\/D-\u65c5\u56e2"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT4-071"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT4-071"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT4-071"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-02"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT4-071",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT4-071"
        },
        "meta": {
            "notes": "BOOSTER -GREAT LEGEND- [BT04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT4-071",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT4-071"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30b0\u30ec\u30a4\u30c8\u30ec\u30b8\u30a7\u30f3\u30c9 [BT-04]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT4-071",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT4-071"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uadf8\ub808\uc774\ud2b8 \ub808\uc804\ub4dc [BTK-04]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-02",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-02"
        },
        "meta": {
            "name": "DIGITAL IMPACT\u3010BTC-02\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT4-071"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT4-071">
    <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="BT4-071 坦克龙兽" src="https://images.heroi.cc/cards/zh-Hans/BT4-071.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT4-071">BT4-071 坦克龙兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT4-071 坦克龙兽BT4-071 坦克龙兽 on Heroicc