小锹形虫兽X抗体

Card Number
BT9-046
Rarity
U
Category
Digimon
Level
3
Block Icon
01
Colour
Green
Play Cost
3
DP
2000
Form
成长期
Attribute
数据种
Type
机械型/X抗体
Digivolution Requirements
Digivolve Cost
0
Colour
Green
Level
2
Category
Digimon
Effect

进化“小锹形虫兽”起0

登场时进化时翻开我方卡组最上方的3张卡牌。将其中1张拥有“昆虫型”“机械型”特征的卡牌和1张“X抗体”加入手牌。剩余的卡牌可自选顺序放回到卡组最下方。

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

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

en BT9-046 BOOSTER X RECORD [BT09]

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

GET /cards/zh-Hans/BT9-046

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT9-046",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["green"],
                "cost": 0
            }],
            "language": "zh-Hans",
            "dp": 2000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT9-046.webp",
            "play-cost": 3,
            "form": "\u6210\u957f\u671f",
            "effect": "\u3010\u8fdb\u5316\u3011\u201c\u5c0f\u9539\u5f62\u866b\u517d\u201d\u8d770\n\u3010\u767b\u573a\u65f6\u3011\u3010\u8fdb\u5316\u65f6\u3011\u7ffb\u5f00\u6211\u65b9\u5361\u7ec4\u6700\u4e0a\u65b9\u76843\u5f20\u5361\u724c\u3002\u5c06\u5176\u4e2d1\u5f20\u62e5\u6709\u201c\u6606\u866b\u578b\u201d\u6216\u201c\u673a\u68b0\u578b\u201d\u7279\u5f81\u7684\u5361\u724c\u548c1\u5f20\u201cX\u6297\u4f53\u201d\u52a0\u5165\u624b\u724c\u3002\u5269\u4f59\u7684\u5361\u724c\u53ef\u81ea\u9009\u987a\u5e8f\u653e\u56de\u5230\u5361\u7ec4\u6700\u4e0b\u65b9\u3002",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\u6570\u636e\u79cd",
            "block-icon": 1,
            "color": ["green"],
            "number": "BT9-046",
            "name": "\u5c0f\u9539\u5f62\u866b\u517dX\u6297\u4f53",
            "type": "\u673a\u68b0\u578b\/X\u6297\u4f53"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT9-046"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT9-046"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT9-046"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-05"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT9-046",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT9-046"
        },
        "meta": {
            "notes": "BOOSTER X RECORD [BT09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT9-046",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT9-046"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af X\u30ec\u30b3\u30fc\u30c9 [BT-09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT9-046",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT9-046"
        },
        "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-046"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT9-046">
    <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-046 小锹形虫兽X抗体" src="https://images.heroi.cc/cards/zh-Hans/BT9-046.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT9-046">BT9-046 小锹形虫兽X抗体</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT9-046 小锹形虫兽X抗体BT9-046 小锹形虫兽X抗体 on Heroicc