亚古兽

Card Number
BT21-040
Rarity
U
Category
Digimon
Level
3
Block Icon
05
Colour
Yellow Red
Play Cost
3
DP
1000
Form
成长期
Attribute
疫苗种
Type
恐龙型/HERO
Digivolution Requirements
Digivolve Cost
1
Colour
Yellow Red
Level
2
Category
Digimon
Effect

进化“滚球兽”/拥有“HERO”特征的Lv.2:费用0

我方的回合对方场上存在Lv.6或更高等级的数码宝贝,或我方场上存在3张或更多拥有“HERO”特征且名称不同的驯兽师期间,此数码宝贝可以无视进化条件,支付4费用进化成手牌中的“闪光暴龙兽”

Inherited Effect

我方的回合此数码宝贝的DP+2000。

Releases
Genre
补充包
Release Name
WORLD CONVERGENCE【BT-21】
Official Product Page
Date
International Arts

ja BT21-040 ブースタ-パック WORLD CONVERGENCE [BT-21]

en BT21-040 BOOSTER WORLD CONVERGENCE [BT-21]

GET /cards/zh-Hans/BT21-040

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT21-040",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["red", "yellow"],
                "cost": 1
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u6211\u65b9\u7684\u56de\u5408\u3011\u6b64\u6570\u7801\u5b9d\u8d1d\u7684DP+2000\u3002",
            "dp": 1000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT21-040.webp",
            "play-cost": 3,
            "form": "\u6210\u957f\u671f",
            "effect": "\u3010\u8fdb\u5316\u3011\u201c\u6eda\u7403\u517d\u201d\/\u62e5\u6709\u201cHERO\u201d\u7279\u5f81\u7684Lv.2:\u8d39\u75280\n\n\u3010\u6211\u65b9\u7684\u56de\u5408\u3011\u5bf9\u65b9\u573a\u4e0a\u5b58\u5728Lv.6\u6216\u66f4\u9ad8\u7b49\u7ea7\u7684\u6570\u7801\u5b9d\u8d1d,\u6216\u6211\u65b9\u573a\u4e0a\u5b58\u57283\u5f20\u6216\u66f4\u591a\u62e5\u6709\u201cHERO\u201d\u7279\u5f81\u4e14\u540d\u79f0\u4e0d\u540c\u7684\u9a6f\u517d\u5e08\u671f\u95f4,\u6b64\u6570\u7801\u5b9d\u8d1d\u53ef\u4ee5\u65e0\u89c6\u8fdb\u5316\u6761\u4ef6,\u652f\u4ed84\u8d39\u7528\u8fdb\u5316\u6210\u624b\u724c\u4e2d\u7684\u201c\u95ea\u5149\u66b4\u9f99\u517d\u201d\u3002",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\u75ab\u82d7\u79cd",
            "block-icon": 5,
            "color": ["yellow", "red"],
            "number": "BT21-040",
            "name": "\u4e9a\u53e4\u517d",
            "type": "\u6050\u9f99\u578b\/HERO"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT21-040"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT21-040"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/bt-21"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT21-040",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT21-040"
        },
        "meta": {
            "notes": "BOOSTER WORLD CONVERGENCE [BT-21]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT21-040",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT21-040"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af WORLD CONVERGENCE [BT-21]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/bt-21",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/bt-21"
        },
        "meta": {
            "name": "WORLD CONVERGENCE\u3010BT-21\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT21-040"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT21-040 亚古兽BT21-040 亚古兽 on Heroicc