乌贼兽

Card Number
BT12-025
Rarity
C
Category
Digimon
Level
4
Block Icon
02
Colour
Blue
Play Cost
6
DP
6000
Form
混合体
Attribute
可变种
Type
水栖型
Digivolution Requirements
Digivolve Cost
3
Colour
Blue
Level
3
Category
Digimon
Effect

进化“拉娜兽”起1

可以将我方的蓝色驯兽师视为Lv.3的蓝色数码宝贝,进化成手牌中的此卡牌。

攻击时可以从我方蓝色数码宝贝的进化源中,不支付费用登场1张Lv.3的蓝色数码宝贝卡牌。

Releases
Genre
补充包
Release Name
ACROSS DIMENSION【BTC-06】
Official Product Page
Date
International Arts

ja BT12-025 ブースターパック アクロス・タイム [BT-12]

en BT12-025 BOOSTER ACROSS TIME [BT12]

ko BT12-025 부스터 팩 어크로스 타임 [BTK-12]

GET /cards/zh-Hans/BT12-025

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT12-025",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["blue"],
                "cost": 3
            }],
            "language": "zh-Hans",
            "dp": 6000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT12-025.webp",
            "play-cost": 6,
            "form": "\u6df7\u5408\u4f53",
            "effect": "\u3010\u8fdb\u5316\u3011\u201c\u62c9\u5a1c\u517d\u201d\u8d771\n\n\u53ef\u4ee5\u5c06\u6211\u65b9\u7684\u84dd\u8272\u9a6f\u517d\u5e08\u89c6\u4e3aLv.3\u7684\u84dd\u8272\u6570\u7801\u5b9d\u8d1d,\u8fdb\u5316\u6210\u624b\u724c\u4e2d\u7684\u6b64\u5361\u724c\u3002\n\n\u3010\u653b\u51fb\u65f6\u3011\u53ef\u4ee5\u4ece\u6211\u65b9\u84dd\u8272\u6570\u7801\u5b9d\u8d1d\u7684\u8fdb\u5316\u6e90\u4e2d,\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a1\u5f20Lv.3\u7684\u84dd\u8272\u6570\u7801\u5b9d\u8d1d\u5361\u724c\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u53ef\u53d8\u79cd",
            "block-icon": 2,
            "color": ["blue"],
            "number": "BT12-025",
            "name": "\u4e4c\u8d3c\u517d",
            "type": "\u6c34\u6816\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT12-025"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT12-025"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT12-025"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-06"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT12-025",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT12-025"
        },
        "meta": {
            "notes": "BOOSTER ACROSS TIME [BT12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT12-025",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT12-025"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30a2\u30af\u30ed\u30b9\u30fb\u30bf\u30a4\u30e0 [BT-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT12-025",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT12-025"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc5b4\ud06c\ub85c\uc2a4 \ud0c0\uc784 [BTK-12]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-06",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-06"
        },
        "meta": {
            "name": "ACROSS DIMENSION\u3010BTC-06\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT12-025"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT12-025 乌贼兽BT12-025 乌贼兽 on Heroicc