GET /cards/zh-Hans/BT25-036

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-036",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["yellow"],
                "cost": 2
            }, {
                "category": "digimon",
                "form": "standard",
                "color": ["black", "blue", "green", "purple", "red", "white", "yellow"],
                "cost": 2
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u3008\u94fe\u63a5\u3009\u7279\u5f81\u201c\u5e94\u7528\u517d\u201d:\u8d39\u75282\uff08\u4ece\u624b\u724c\/\u6218\u6597\u533a\u4e2d,\u5c06\u6b64\u5361\u724c\u4ee5\u6a2a\u5411\u72b6\u6001\u63d2\u5165\u6218\u6597\u533a\u4e2d\u6307\u5b9a\u7684\u6570\u7801\u5b9d\u8d1d\u4e2d\uff09\n\nDP+3000\n\u3010\u94fe\u63a5\u65f6\u3011\u53ef\u4ece\u6211\u65b9\u7684\u624b\u724c\u4e2d,\u4e22\u5f031\u5f20\u62e5\u6709\u201c\u5e94\u7528\u517d\u201d\u7279\u5f81\u7684\u5361\u724c,\u5e76\u300a\u62bd2\u5f20\u5361\u300b\u3002",
            "dp": 5000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT25-036.webp",
            "play-cost": 5,
            "form": "\u8d85\/\u5e94\u7528\u517d",
            "effect": "\u3014\u5e94\u7528\u5408\u4f53\u3015\u201c\u58c1\u7eb8\u517d\u201d&\u201c\u5783\u573e\u517d\u201d&\u201c\u8282\u80fd\u517d\u201d&\u201c\u667a\u8c1c\u517d\u201d:\u8d39\u75280\n\n\u82e5\u5904\u4e8e2\u79cd\u5361\u724c\u7684\u94fe\u63a5\u72b6\u6001,\u5219\u5c06\u94fe\u63a5\u5361\u724c\u91cd\u53e0\u5728\u4e0a\u65b9\u8fdb\u5316\n\n\u3010\u5b89\u9632\u3011\u5f53\u6218\u6597\u7ed3\u675f\u65f6,\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a\u6b64\u5361\u724c\u3002\n\n\u3010\u767b\u573a\u65f6\u3011\u3010\u8fdb\u5316\u65f6\u3011\u5c06\u6211\u65b9\u5b89\u9632\u533a\u6700\u4e0a\u65b9\u76841\u5f20\u5361\u724c\u52a0\u5165\u624b\u724c\u3002\u6b64\u540e,\u300a\u6062\u590d+1\u300b\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u5de5\u5177",
            "block-icon": 6,
            "color": ["yellow"],
            "number": "BT25-036",
            "name": "\u5929\u5de5\u517d",
            "type": "\u8bbe\u8ba1"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-036"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT25-036"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-036",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-036"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT25-036",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-036"
        },
        "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-036"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT25-036 天工兽BT25-036 天工兽 on Heroicc

天工兽

Card Number
BT25-036
Rarity
C
Category
Digimon
Level
4
Block Icon
06
Colour
Yellow
Play Cost
5
DP
5000
Form
超/应用兽
Attribute
工具
Type
设计
Digivolution Requirements
Digivolve Cost
2
Colour
Yellow
Level
3
Category
Digimon
Digivolve Cost
2
Colour
Red Blue Yellow Green Black Purple White
Category
Digimon
Form
Stnd.
Effect

应用合体 “壁纸兽”&“垃圾兽”&“节能兽”&“智谜兽”:费用0

若处于2种卡牌的链接状态,则将链接卡牌重叠在上方进化

安防当战斗结束时,不支付费用登场此卡牌。

登场时进化时将我方安防区最上方的1张卡牌加入手牌。此后,恢复+1

Inherited Effect

链接特征“应用兽”:费用2(从手牌/战斗区中,将此卡牌以横向状态插入战斗区中指定的数码宝贝中)

DP+3000

链接时可从我方的手牌中,丢弃1张拥有“应用兽”特征的卡牌,并抽2张卡

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

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

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