多卡拳!

Card Number
BT23-093
Rarity
C
Category
Option
Block Icon
05
Colour
Blue
Use Cost
2
Type
应用兽
Effect

我方区域中存在拥有“应用兽”特征的数码宝贝/驯兽师期间,此卡牌可以无视颜色条件。

主要抽1张卡。此后,将此卡牌置于战斗区。

双方的回合当我方拥有“应用兽”特征的数码宝贝转换为休息状态时,延迟·可以从我方的手牌中,不支付费用将1张拥有“应用兽”特征的数码宝贝卡牌与其中1只数码宝贝链接。

Security Effect

安防将此卡牌置于战斗区。

Releases
Genre
补充包
Release Name
HACKER'S SLUMBER【BT-23】
Official Product Page
Date
International Arts

ja BT23-093 HACKERS' SLUMBER [BT-23]

en BT23-093 BOOSTER HACKERS' SLUMBER [BT-23]

GET /cards/zh-Hans/BT23-093

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT23-093",
        "attributes": {
            "language": "zh-Hans",
            "use-cost": 2,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT23-093.webp",
            "security-effect": "\u3010\u5b89\u9632\u3011\u5c06\u6b64\u5361\u724c\u7f6e\u4e8e\u6218\u6597\u533a\u3002",
            "effect": "\u6211\u65b9\u533a\u57df\u4e2d\u5b58\u5728\u62e5\u6709\u201c\u5e94\u7528\u517d\u201d\u7279\u5f81\u7684\u6570\u7801\u5b9d\u8d1d\/\u9a6f\u517d\u5e08\u671f\u95f4,\u6b64\u5361\u724c\u53ef\u4ee5\u65e0\u89c6\u989c\u8272\u6761\u4ef6\u3002\n\n\u3010\u4e3b\u8981\u3011\u300a\u62bd1\u5f20\u5361\u300b\u3002\u6b64\u540e,\u5c06\u6b64\u5361\u724c\u7f6e\u4e8e\u6218\u6597\u533a\u3002\n\n\u3010\u53cc\u65b9\u7684\u56de\u5408\u3011\u5f53\u6211\u65b9\u62e5\u6709\u201c\u5e94\u7528\u517d\u201d\u7279\u5f81\u7684\u6570\u7801\u5b9d\u8d1d\u8f6c\u6362\u4e3a\u4f11\u606f\u72b6\u6001\u65f6,\u300a\u5ef6\u8fdf\u300b\u3002\n\n\u00b7\u53ef\u4ee5\u4ece\u6211\u65b9\u7684\u624b\u724c\u4e2d,\u4e0d\u652f\u4ed8\u8d39\u7528\u5c061\u5f20\u62e5\u6709\u201c\u5e94\u7528\u517d\u201d\u7279\u5f81\u7684\u6570\u7801\u5b9d\u8d1d\u5361\u724c\u4e0e\u5176\u4e2d1\u53ea\u6570\u7801\u5b9d\u8d1d\u94fe\u63a5\u3002",
            "rarity": "C",
            "category": "option",
            "block-icon": 5,
            "color": ["blue"],
            "number": "BT23-093",
            "name": "\u591a\u5361\u62f3!",
            "type": "\u5e94\u7528\u517d"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT23-093"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT23-093"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/bt-23"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT23-093",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT23-093"
        },
        "meta": {
            "notes": "BOOSTER HACKERS' SLUMBER [BT-23]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT23-093",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT23-093"
        },
        "meta": {
            "notes": "HACKERS' SLUMBER [BT-23]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/bt-23",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/bt-23"
        },
        "meta": {
            "name": "HACKER'S SLUMBER\u3010BT-23\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT23-093"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT23-093">
    <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="BT23-093 多卡拳!" src="https://images.heroi.cc/cards/zh-Hans/BT23-093.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT23-093">BT23-093 多卡拳!</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT23-093 多卡拳!BT23-093 多卡拳! on Heroicc