破坏跃击

Card Number
BT11-104
Rarity
C
Category
Option
Block Icon
02
Colour
Green
Use Cost
4
Effect

当将要使用此卡牌时,若我方的场上存在绿色驯兽师,需支付的费用-1。

主要本回合中,我方1只数码宝贝的DP+5000,并获得速攻(此数码宝贝在登场的回合中也能进行攻击)效果。此后,可以用我方的1只数码宝贝攻击对方数码宝贝。

Security Effect

安防将此卡牌加入手牌。

Releases
Genre
补充包
Release Name
ACROSS DIMENSION【BTC-06】
Official Product Page
Date
International Arts

ja BT11-104 ブースターパック ディメンショナルフェイズ [BT-11]

en BT11-104 BOOSTER DIMENSIONAL PHASE [BT11]

ko BT11-104 부스터 팩 디멘셔널 페이즈 [BTK-11]

GET /cards/zh-Hans/BT11-104

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT11-104",
        "attributes": {
            "language": "zh-Hans",
            "use-cost": 4,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT11-104.webp",
            "security-effect": "\u3010\u5b89\u9632\u3011\u5c06\u6b64\u5361\u724c\u52a0\u5165\u624b\u724c\u3002",
            "effect": "\u5f53\u5c06\u8981\u4f7f\u7528\u6b64\u5361\u724c\u65f6,\u82e5\u6211\u65b9\u7684\u573a\u4e0a\u5b58\u5728\u7eff\u8272\u9a6f\u517d\u5e08,\u9700\u652f\u4ed8\u7684\u8d39\u7528-1\u3002\n\n\u3010\u4e3b\u8981\u3011\u672c\u56de\u5408\u4e2d,\u6211\u65b91\u53ea\u6570\u7801\u5b9d\u8d1d\u7684DP+5000,\u5e76\u83b7\u5f97\u300a\u901f\u653b\u300b\uff08\u6b64\u6570\u7801\u5b9d\u8d1d\u5728\u767b\u573a\u7684\u56de\u5408\u4e2d\u4e5f\u80fd\u8fdb\u884c\u653b\u51fb\uff09\u6548\u679c\u3002\u6b64\u540e,\u53ef\u4ee5\u7528\u6211\u65b9\u76841\u53ea\u6570\u7801\u5b9d\u8d1d\u653b\u51fb\u5bf9\u65b9\u6570\u7801\u5b9d\u8d1d\u3002",
            "rarity": "C",
            "category": "option",
            "block-icon": 2,
            "color": ["green"],
            "number": "BT11-104",
            "name": "\u7834\u574f\u8dc3\u51fb"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT11-104"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT11-104"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT11-104"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-06"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT11-104",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT11-104"
        },
        "meta": {
            "notes": "BOOSTER DIMENSIONAL PHASE [BT11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT11-104",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT11-104"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30c7\u30a3\u30e1\u30f3\u30b7\u30e7\u30ca\u30eb\u30d5\u30a7\u30a4\u30ba [BT-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT11-104",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT11-104"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ub514\uba58\uc154\ub110 \ud398\uc774\uc988 [BTK-11]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-06",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-06"
        },
        "meta": {
            "name": "ACROSS DIMENSION\u3010BTC-06\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT11-104"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT11-104">
    <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="BT11-104 破坏跃击" src="https://images.heroi.cc/cards/zh-Hans/BT11-104.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT11-104">BT11-104 破坏跃击</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT11-104 破坏跃击BT11-104 破坏跃击 on Heroicc