金属冲动

Card Number
BT9-107
Rarity
R
Category
Option
Block Icon
01
Colour
Purple Black
Use Cost
6
Effect

主要丢弃我方的最多3张手牌。通过此效果被丢弃的卡牌每有1张,将对方的1只数码宝贝退化1(丢弃重叠在对方数码宝贝最上方的1张卡牌。若已无任何进化源,或数码宝贝达到Lv.3则不再丢弃)。此后,消灭对方1只等级不高于Lv.4的数码宝贝。

Security Effect

安防发动此卡牌的主要效果。

Releases
Genre
补充包
Release Name
XROS RECORD【BTC-05】
Official Product Page
Date
International Arts

ja BT9-107 ブースターパック Xレコード [BT-09]

en BT9-107 BOOSTER X RECORD [BT09]

ko BT9-107 부스터 팩 X레코드 [BTK-09]

GET /cards/zh-Hans/BT9-107

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT9-107",
        "attributes": {
            "language": "zh-Hans",
            "use-cost": 6,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT9-107.webp",
            "security-effect": "\u3010\u5b89\u9632\u3011\u53d1\u52a8\u6b64\u5361\u724c\u7684\u3010\u4e3b\u8981\u3011\u6548\u679c\u3002",
            "effect": "\u3010\u4e3b\u8981\u3011\u4e22\u5f03\u6211\u65b9\u7684\u6700\u591a3\u5f20\u624b\u724c\u3002\u901a\u8fc7\u6b64\u6548\u679c\u88ab\u4e22\u5f03\u7684\u5361\u724c\u6bcf\u67091\u5f20,\u5c06\u5bf9\u65b9\u76841\u53ea\u6570\u7801\u5b9d\u8d1d\u300a\u9000\u53161\u300b\uff08\u4e22\u5f03\u91cd\u53e0\u5728\u5bf9\u65b9\u6570\u7801\u5b9d\u8d1d\u6700\u4e0a\u65b9\u76841\u5f20\u5361\u724c\u3002\u82e5\u5df2\u65e0\u4efb\u4f55\u8fdb\u5316\u6e90,\u6216\u6570\u7801\u5b9d\u8d1d\u8fbe\u5230Lv.3\u5219\u4e0d\u518d\u4e22\u5f03\uff09\u3002\u6b64\u540e,\u6d88\u706d\u5bf9\u65b91\u53ea\u7b49\u7ea7\u4e0d\u9ad8\u4e8eLv.4\u7684\u6570\u7801\u5b9d\u8d1d\u3002",
            "rarity": "R",
            "category": "option",
            "block-icon": 1,
            "color": ["purple", "black"],
            "number": "BT9-107",
            "name": "\u91d1\u5c5e\u51b2\u52a8"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT9-107"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT9-107"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT9-107"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-05"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT9-107",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT9-107"
        },
        "meta": {
            "notes": "BOOSTER X RECORD [BT09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT9-107",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT9-107"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af X\u30ec\u30b3\u30fc\u30c9 [BT-09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT9-107",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT9-107"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 X\ub808\ucf54\ub4dc [BTK-09]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-05",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-05"
        },
        "meta": {
            "name": "XROS RECORD\u3010BTC-05\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT9-107"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT9-107">
    <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="BT9-107 金属冲动" src="https://images.heroi.cc/cards/zh-Hans/BT9-107.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT9-107">BT9-107 金属冲动</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT9-107 金属冲动BT9-107 金属冲动 on Heroicc