古加兽X抗体

Card Number
BT9-049
Rarity
C
Category
Digimon
Level
4
Block Icon
01
Colour
Green
Play Cost
5
DP
6000
Form
成熟期
Attribute
病毒种
Type
昆虫型/X抗体
Digivolution Requirements
Digivolve Cost
2
Colour
Green
Level
3
Category
Digimon
Effect

进化“古加兽” 起0

Inherited Effect

我方的回合此数码宝贝拥有“昆虫型”特征的期间,此数码宝贝获得贯通(当此数码宝贝进行攻击的战斗中仅有对方的数码宝贝被消灭时,在攻击结束前进行判定)效果。

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

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

en BT9-049 BOOSTER X RECORD [BT09]

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

GET /cards/zh-Hans/BT9-049

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT9-049",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["green"],
                "cost": 2
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u6211\u65b9\u7684\u56de\u5408\u3011\u6b64\u6570\u7801\u5b9d\u8d1d\u62e5\u6709\u201c\u6606\u866b\u578b\u201d\u7279\u5f81\u7684\u671f\u95f4,\u6b64\u6570\u7801\u5b9d\u8d1d\u83b7\u5f97\u300a\u8d2f\u901a\u300b\uff08\u5f53\u6b64\u6570\u7801\u5b9d\u8d1d\u8fdb\u884c\u653b\u51fb\u7684\u6218\u6597\u4e2d\u4ec5\u6709\u5bf9\u65b9\u7684\u6570\u7801\u5b9d\u8d1d\u88ab\u6d88\u706d\u65f6,\u5728\u653b\u51fb\u7ed3\u675f\u524d\u8fdb\u884c\u5224\u5b9a\uff09\u6548\u679c\u3002",
            "dp": 6000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT9-049.webp",
            "play-cost": 5,
            "form": "\u6210\u719f\u671f",
            "effect": "\u3010\u8fdb\u5316\u3011\u201c\u53e4\u52a0\u517d\u201d \u8d770",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u75c5\u6bd2\u79cd",
            "block-icon": 1,
            "color": ["green"],
            "number": "BT9-049",
            "name": "\u53e4\u52a0\u517dX\u6297\u4f53",
            "type": "\u6606\u866b\u578b\/X\u6297\u4f53"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT9-049"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT9-049"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT9-049"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-05"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT9-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT9-049"
        },
        "meta": {
            "notes": "BOOSTER X RECORD [BT09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT9-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT9-049"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af X\u30ec\u30b3\u30fc\u30c9 [BT-09]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT9-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT9-049"
        },
        "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-049"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT9-049 古加兽X抗体BT9-049 古加兽X抗体 on Heroicc