种子兽

Card Number
BT1-007
Rarity
R
Category
Digi-Egg
Level
2
Colour
Green
Form
幼年期
Type
球根型
Inherited Effect

攻击时若本回合我方数码宝贝进行过1次或更多的进化,本回合中,此数码宝贝的DP+1000。

Releases
Genre
补充包
Release Name
ULTIMATE EVOLUTION 【BTC-01】
Official Product Page
Date
International Arts

ja BT1-007 ブースターパック NEW EVOLUTION [BT-01]

ja BT1-007 P1 リブートブースター ライジングウインド [RB-01]

en BT1-007 RELEASE SPECIAL BOOSTER Ver.1.0 [BT01-03]

en BT1-007 P1 RESURGENCE BOOSTER [RB01]

ko BT1-007 스페셜 부스터 버전 1.0 [BTK-1.0]

ko BT1-007 P1 리부트 부스터 라이징 윈드 [RBK-01]

GET /cards/zh-Hans/BT1-007

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT1-007",
        "attributes": {
            "level": 2,
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u653b\u51fb\u65f6\u3011\u82e5\u672c\u56de\u5408\u6211\u65b9\u6570\u7801\u5b9d\u8d1d\u8fdb\u884c\u8fc71\u6b21\u6216\u66f4\u591a\u7684\u8fdb\u5316,\u672c\u56de\u5408\u4e2d,\u6b64\u6570\u7801\u5b9d\u8d1d\u7684DP+1000\u3002",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT1-007.webp",
            "form": "\u5e7c\u5e74\u671f",
            "rarity": "R",
            "category": "digi-egg",
            "color": ["green"],
            "number": "BT1-007",
            "name": "\u79cd\u5b50\u517d",
            "type": "\u7403\u6839\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT1-007"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/BT1-007_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT1-007"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT1-007_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT1-007"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT1-007_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT1-007",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT1-007"
        },
        "meta": {
            "notes": "RELEASE SPECIAL BOOSTER Ver.1.0 [BT01-03]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/BT1-007_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT1-007_P1"
        },
        "meta": {
            "notes": "RESURGENCE BOOSTER [RB01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT1-007",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT1-007"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af NEW EVOLUTION [BT-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT1-007_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT1-007_P1"
        },
        "meta": {
            "notes": "\u30ea\u30d6\u30fc\u30c8\u30d6\u30fc\u30b9\u30bf\u30fc \u30e9\u30a4\u30b8\u30f3\u30b0\u30a6\u30a4\u30f3\u30c9 [RB-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT1-007",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT1-007"
        },
        "meta": {
            "notes": "\uc2a4\ud398\uc15c \ubd80\uc2a4\ud130 \ubc84\uc804 1.0 [BTK-1.0]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT1-007_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT1-007_P1"
        },
        "meta": {
            "notes": "\ub9ac\ubd80\ud2b8 \ubd80\uc2a4\ud130 \ub77c\uc774\uc9d5 \uc708\ub4dc [RBK-01]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-01"
        },
        "meta": {
            "name": "ULTIMATE EVOLUTION \u3010BTC-01\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT1-007"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT1-007" data-category="digi-egg">
    <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="BT1-007 种子兽" src="https://images.heroi.cc/cards/zh-Hans/BT1-007.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT1-007">BT1-007 种子兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT1-007 种子兽BT1-007 种子兽 on Heroicc