斩伐兽

Card Number
BT18-085
Rarity
U
Category
Digimon
Level
6
Block Icon
04
Colour
Purple
Play Cost
12
DP
12000
Form
究极体
Attribute
病毒种
Type
魔人型
Digivolution Requirements
Digivolve Cost
4
Colour
Purple
Level
5
Category
Digimon
Effect

当我方的数码宝贝将要进化成此卡牌时,对方废弃区中的卡牌每有1种颜色,需支付的进化费用-1。

我方的回合对方废弃区中的卡牌每有2种颜色,此数码宝贝获得安防攻击+1效果,且DP+2000。

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

ja BT18-085 ブースターパック エレメントサクセサー [BT-18]

en BT18-085 Special Booster Ver.2.0 [BT18-19]

ko BT18-085 부스터 팩 엘리멘트 석세서 [BTK-18]

GET /cards/zh-Hans/BT18-085

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT18-085",
        "attributes": {
            "level": 6,
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["purple"],
                "cost": 4
            }],
            "language": "zh-Hans",
            "dp": 12000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT18-085.webp",
            "play-cost": 12,
            "form": "\u7a76\u6781\u4f53",
            "effect": "\u5f53\u6211\u65b9\u7684\u6570\u7801\u5b9d\u8d1d\u5c06\u8981\u8fdb\u5316\u6210\u6b64\u5361\u724c\u65f6,\u5bf9\u65b9\u5e9f\u5f03\u533a\u4e2d\u7684\u5361\u724c\u6bcf\u67091\u79cd\u989c\u8272,\u9700\u652f\u4ed8\u7684\u8fdb\u5316\u8d39\u7528-1\u3002\n\n\u3010\u6211\u65b9\u7684\u56de\u5408\u3011\u5bf9\u65b9\u5e9f\u5f03\u533a\u4e2d\u7684\u5361\u724c\u6bcf\u67092\u79cd\u989c\u8272,\u6b64\u6570\u7801\u5b9d\u8d1d\u83b7\u5f97\u300a\u5b89\u9632\u653b\u51fb+1\u300b\u6548\u679c,\u4e14DP+2000\u3002",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\u75c5\u6bd2\u79cd",
            "block-icon": 4,
            "color": ["purple"],
            "number": "BT18-085",
            "name": "\u65a9\u4f10\u517d",
            "type": "\u9b54\u4eba\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT18-085"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT18-085"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT18-085"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT18-085",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT18-085"
        },
        "meta": {
            "notes": "Special Booster Ver.2.0 [BT18-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT18-085",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT18-085"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30a8\u30ec\u30e1\u30f3\u30c8\u30b5\u30af\u30bb\u30b5\u30fc [BT-18]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT18-085",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT18-085"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc5d8\ub9ac\uba58\ud2b8 \uc11d\uc138\uc11c [BTK-18]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-12",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-12"
        },
        "meta": {
            "name": "XROS SUCCESSOR\u3010BTC-12\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT18-085"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT18-085">
    <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="BT18-085 斩伐兽" src="https://images.heroi.cc/cards/zh-Hans/BT18-085.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT18-085">BT18-085 斩伐兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT18-085 斩伐兽BT18-085 斩伐兽 on Heroicc