飞龙兽

Card Number
BT19-032
Rarity
C
Category
Digimon
Level
4
Block Icon
04
Colour
Yellow
Play Cost
4
DP
4000
Form
成熟期
Attribute
疫苗种
Type
幻兽型
Digivolution Requirements
Digivolve Cost
2
Colour
Yellow
Level
3
Category
Digimon
Effect

消灭时直到对方的回合结束为止,给与对方的1只数码宝贝安防攻击-1效果。此后,若我方持有的安防卡牌不多于2张,则恢复+1〈卡组〉

Inherited Effect

屏障(当此数码宝贝在战斗中将要被消灭时,可丢弃我方安防区最上方的1张卡牌,并使此数码宝贝不会被消灭)

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

ja BT19-032 ブースタ-パック クロスエボリューション [BT-19]

en BT19-032 Special Booster Ver.2.0 [BT18-19]

GET /cards/zh-Hans/BT19-032

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT19-032",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["yellow"],
                "cost": 2
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u300a\u5c4f\u969c\u300b\uff08\u5f53\u6b64\u6570\u7801\u5b9d\u8d1d\u5728\u6218\u6597\u4e2d\u5c06\u8981\u88ab\u6d88\u706d\u65f6,\u53ef\u4e22\u5f03\u6211\u65b9\u5b89\u9632\u533a\u6700\u4e0a\u65b9\u76841\u5f20\u5361\u724c,\u5e76\u4f7f\u6b64\u6570\u7801\u5b9d\u8d1d\u4e0d\u4f1a\u88ab\u6d88\u706d\uff09",
            "dp": 4000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT19-032.webp",
            "play-cost": 4,
            "form": "\u6210\u719f\u671f",
            "effect": "\u3010\u6d88\u706d\u65f6\u3011\u76f4\u5230\u5bf9\u65b9\u7684\u56de\u5408\u7ed3\u675f\u4e3a\u6b62,\u7ed9\u4e0e\u5bf9\u65b9\u76841\u53ea\u6570\u7801\u5b9d\u8d1d\u300a\u5b89\u9632\u653b\u51fb-1\u300b\u6548\u679c\u3002\u6b64\u540e,\u82e5\u6211\u65b9\u6301\u6709\u7684\u5b89\u9632\u5361\u724c\u4e0d\u591a\u4e8e2\u5f20,\u5219\u300a\u6062\u590d+1\u3008\u5361\u7ec4\u3009\u300b\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u75ab\u82d7\u79cd",
            "block-icon": 4,
            "color": ["yellow"],
            "number": "BT19-032",
            "name": "\u98de\u9f99\u517d",
            "type": "\u5e7b\u517d\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT19-032"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT19-032"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT19-032",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT19-032"
        },
        "meta": {
            "notes": "Special Booster Ver.2.0 [BT18-19]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT19-032",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT19-032"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af \u30af\u30ed\u30b9\u30a8\u30dc\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3 [BT-19]"
        }
    }, {
        "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\/BT19-032"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT19-032 飞龙兽BT19-032 飞龙兽 on Heroicc