GET /cards/zh-Hans/BT25-042

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-042",
        "attributes": {
            "level": 6,
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["black", "yellow"],
                "cost": 4
            }],
            "language": "zh-Hans",
            "dp": 12000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT25-042.webp",
            "play-cost": 12,
            "form": "\u7a76\u6781\u4f53",
            "effect": "\u3010\u8fdb\u5316\u3011\u62e5\u6709\u201c\u5929\u4f7f\u578b\u201d\/\u201c\u5927\u5929\u4f7f\u578b\u201d\/\u201cTS\u201d\u7279\u5f81\u7684Lv.5:\u8d39\u75283\n\n\u3010\u767b\u573a\u65f6\u3011\u3010\u8fdb\u5316\u65f6\u3011\u3010\u653b\u51fb\u65f6\u3011[\u6bcf\u56de\u54081\u6b21]\u53ef\u4e22\u5f03\u6211\u65b9\u5b89\u9632\u533a\u6700\u4e0a\u65b9\u6216\u6700\u4e0b\u65b9\u76841\u5f20\u5361\u724c,\u76f4\u5230\u5bf9\u65b9\u7684\u56de\u5408\u7ed3\u675f\u4e3a\u6b62,\u6b64\u6570\u7801\u5b9d\u8d1d\u4e0d\u53d7\u5230\u5bf9\u65b9\u6570\u7801\u5b9d\u8d1d\u7684\u6548\u679c\u5f71\u54cd\u3002\n\n\u3010\u53cc\u65b9\u7684\u56de\u5408\u3011[\u6bcf\u56de\u54081\u6b21]\u5f53\u6211\u65b9\u7684\u5b89\u9632\u5361\u724c\u51cf\u5c11\u65f6,\u53ef\u4ee5\u4ece\u6211\u65b9\u7684\u624b\u724c\u4e2d,\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a1\u5f20\u62e5\u6709\u201c\u5929\u4f7f\u578b\u201d\/\u201c\u4f0a\u5229\u4e9a\u65af\u201d\u7279\u5f81\u4e14\u7b49\u7ea7\u4e0d\u9ad8\u4e8eLv.4\u7684\u5361\u724c\u3002\u6b64\u540e,\u76f4\u5230\u5bf9\u65b9\u7684\u56de\u5408\u7ed3\u675f\u4e3a\u6b62,\u6211\u65b9\u76842\u53ea\u6570\u7801\u5b9d\u8d1d\u83b7\u5f97\u300a\u91cd\u542f\u300b\u548c\u300a\u963b\u6321\u8005\u300b\u6548\u679c\u3002\n\n\u3008\u89c4\u5219\u3009\u7279\u5f81:\u62e5\u6709\u7c7b\u578b\u201c\u5929\u4f7f\u578b\u201d\u3002",
            "rarity": "R",
            "category": "digimon",
            "attribute": "\u75ab\u82d7\u79cd",
            "block-icon": 6,
            "color": ["yellow", "black"],
            "number": "BT25-042",
            "name": "\u952e\u5929\u4f7f\u517d",
            "type": "\u529b\u5929\u4f7f\u578b\/\u4f0a\u5229\u4e9a\u65af\/TS"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-042"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-042"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-042",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-042"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-042",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-042"
        },
        "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-042"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT25-042" style="view-transition-name:zh-Hans_BT25-042_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-042 键天使兽" src="https://images.heroi.cc/cards/zh-Hans/BT25-042.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT25-042">BT25-042 键天使兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT25-042 键天使兽BT25-042 键天使兽 on Heroicc

键天使兽

Card Number
BT25-042
Rarity
R
Category
Digimon
Level
6
Block Icon
06
Colour
Yellow Black
Play Cost
12
DP
12000
Form
究极体
Attribute
疫苗种
Type
力天使型/伊利亚斯/TS
Digivolution Requirements
Digivolve Cost
4
Colour
Yellow Black
Level
5
Category
Digimon
Effect

进化拥有“天使型”/“大天使型”/“TS”特征的Lv.5:费用3

登场时进化时攻击时每回合1次可丢弃我方安防区最上方或最下方的1张卡牌,直到对方的回合结束为止,此数码宝贝不受到对方数码宝贝的效果影响。

双方的回合每回合1次当我方的安防卡牌减少时,可以从我方的手牌中,不支付费用登场1张拥有“天使型”/“伊利亚斯”特征且等级不高于Lv.4的卡牌。此后,直到对方的回合结束为止,我方的2只数码宝贝获得重启阻挡者效果。

规则特征:拥有类型“天使型”

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

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

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