GET /cards/zh-Hans/BT25-071

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-071",
        "attributes": {
            "level": 5,
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u53cc\u65b9\u7684\u56de\u5408\u3011[\u6bcf\u56de\u54081\u6b21]\u5f53\u6b64\u6570\u7801\u5b9d\u8d1d\u8f6c\u6362\u4e3a\u4f11\u606f\u72b6\u6001\u65f6,\u7ffb\u5f00\u6211\u65b9\u5361\u7ec4\u6700\u4e0a\u65b9\u76843\u5f20\u5361\u724c\u3002\u53ef\u4ee5\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a\u5176\u4e2d1\u5f20\u62e5\u6709\u201cTS\u201d\u7279\u5f81\u4e14\u767b\u573a\u8d39\u7528\u4e0d\u9ad8\u4e8e4\u7684\u6570\u7801\u5b9d\u8d1d\u5361\u724c\u3002\u5269\u4f59\u7684\u5361\u724c\u653e\u56de\u5230\u5361\u7ec4\u6700\u4e0b\u65b9\u3002",
            "dp": 6000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT25-071.webp",
            "play-cost": 7,
            "form": "\u5b8c\u5168\u4f53",
            "effect": "\u3010\u8fdb\u5316\u3011\u62e5\u6709\u201cTS\u201d\u7279\u5f81\u7684Lv.4:\u8d39\u75283\n\n\u3010\u767b\u573a\u65f6\u3011\u3010\u8fdb\u5316\u65f6\u3011\u76f4\u5230\u5bf9\u65b9\u7684\u56de\u5408\u7ed3\u675f\u4e3a\u6b62,\u5bf9\u65b9\u76841\u53ea\u6570\u7801\u5b9d\u8d1d\/\u9a6f\u517d\u5e08\u65e0\u6cd5\u8fdb\u884c\u653b\u51fb\u3002\n\n\u3010\u53cc\u65b9\u7684\u56de\u5408\u3011[\u6bcf\u56de\u54081\u6b21]\u5f53\u6b64\u6570\u7801\u5b9d\u8d1d\u8f6c\u6362\u4e3a\u4f11\u606f\u72b6\u6001\u65f6,\u7ffb\u5f00\u6211\u65b9\u5361\u7ec4\u6700\u4e0a\u65b9\u76843\u5f20\u5361\u724c\u3002\u53ef\u4ee5\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a\u5176\u4e2d1\u5f20\u62e5\u6709\u201cTS\u201d\u7279\u5f81\u4e14\u767b\u573a\u8d39\u7528\u4e0d\u9ad8\u4e8e4\u7684\u6570\u7801\u5b9d\u8d1d\u5361\u724c\u3002\u5269\u4f59\u7684\u5361\u724c\u653e\u56de\u5230\u5361\u7ec4\u6700\u4e0b\u65b9\u3002",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\u75c5\u6bd2\u79cd",
            "block-icon": 6,
            "color": ["black"],
            "number": "BT25-071",
            "name": "\u5927\u86c7\u517d",
            "type": "\u9b54\u9f99\u578b\/\u6cf0\u5766\u65cf\/TS"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-071"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-071"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-071",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-071"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-071",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-071"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/bt-25",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/bt-25"
        },
        "meta": {
            "name": "DUAL REVOLUTION \u3010BT-25\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-071"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT25-071" style="view-transition-name:zh-Hans_BT25-071_P0;">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js"></script>
    <picture>
        <img width="430" height="600" alt="BT25-071 大蛇兽" src="https://images.heroi.cc/cards/zh-Hans/BT25-071.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT25-071">BT25-071 大蛇兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT25-071 大蛇兽BT25-071 大蛇兽 on Heroicc

大蛇兽

Card Number
BT25-071
Rarity
U
Category
Digimon
Level
5
Block Icon
06
Colour
Black
Play Cost
7
DP
6000
Form
完全体
Attribute
病毒种
Type
魔龙型/泰坦族/TS
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

进化拥有“TS”特征的Lv.4:费用3

登场时 进化时直到对方的回合结束为止,对方的1只数码宝贝/驯兽师无法进行攻击。

双方的回合每回合1次当此数码宝贝转换为休息状态时,翻开我方卡组最上方的3张卡牌。可以不支付费用登场其中1张拥有“TS”特征且登场费用不高于4的数码宝贝卡牌。剩余的卡牌放回到卡组最下方。

Inherited Effect

双方的回合每回合1次当此数码宝贝转换为休息状态时,翻开我方卡组最上方的3张卡牌。可以不支付费用登场其中1张拥有“TS”特征且登场费用不高于4的数码宝贝卡牌。剩余的卡牌放回到卡组最下方。

Releases
Genre
补充包
Release Name
DUAL REVOLUTION 【BT-25】
Official Product Page
Date
International Arts

ja BT25-071 ブースターパック DUAL REVOLUTION [BT-25]

en BT25-071 Booster DUAL REVOLUTION [BT-25]