GET /cards/ja/BT25-050

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/BT25-050",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2026-05-08",
                "question": "\u3053\u306e\u30ab\u30fc\u30c9\u306e\u3010\u767b\u5834\u6642\u3011\u3010\u9032\u5316\u6642\u3011\u52b9\u679c\u306f\u3001\u81ea\u5206\u304b\u76f8\u624b\u306e\u3069\u3061\u3089\u306e\u30c7\u30b8\u30e2\u30f3\u3067\u3082\u30ec\u30b9\u30c8\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304b\uff1f",
                "answer": "\u306f\u3044\u3001\u30ec\u30b9\u30c8\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002"
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["green"],
                "cost": 2
            }],
            "language": "ja",
            "inherited-effect": "\u3010\u81ea\u5206\u306e\u30bf\u30fc\u30f3\u3011\u81ea\u5206\u306e\u30c7\u30b8\u30e2\u30f3\u5168\u3066\u3092DP+1000\u3002",
            "dp": 4000,
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af DUAL REVOLUTION [BT-25]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/BT25-050.webp",
            "play-cost": 4,
            "form": "\u6210\u719f\u671f",
            "effect": "\u3010\u9032\u5316\u3011\u7279\u5fb4\u300cTS\u300d\u3092\u6301\u3064Lv.3:\u30b3\u30b9\u30c82\n\u3010\u767b\u5834\u6642\u3011\u3010\u9032\u5316\u6642\u3011\u30c7\u30b8\u30e2\u30f31\u4f53\u3092\u30ec\u30b9\u30c8\u3067\u304d\u308b\u3002\u305d\u306e\u5f8c\u3001\u30ec\u30b9\u30c8\u72b6\u614b\u306e\u30c7\u30b8\u30e2\u30f3\u304c2\u4f53\u4ee5\u4e0a\u3044\u308b\u306a\u3089\u3001\u76f8\u624b\u306e\u30bf\u30fc\u30f3\u7d42\u4e86\u307e\u3067\u3001\u76f8\u624b\u306e\u30c7\u30b8\u30e2\u30f31\u4f53\u306f\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u3089\u306a\u3044\u3002\n\u3008\u30eb\u30fc\u30eb\u3009\u7279\u5fb4:\u30bf\u30a4\u30d7\u300c\u690d\u7269\u578b\u300d\u3092\u6301\u3064\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u30c7\u30fc\u30bf\u7a2e",
            "block-icon": 6,
            "color": ["green"],
            "number": "BT25-050",
            "name": "\u30ad\u30a6\u30a4\u30e2\u30f3",
            "type": "\u53e4\u4ee3\u9ce5\u578b\/\u30a4\u30ea\u30a2\u30b9\/TS"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT25-050"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT25-050"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/bt-25"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT25-050",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT25-050"
        },
        "meta": {
            "notes": "Booster DUAL REVOLUTION [BT-25]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT25-050",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT25-050"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/bt-25",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/bt-25"
        },
        "meta": {
            "name": "DUAL REVOLUTION\u3010BT-25\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT25-050"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="BT25-050" style="view-transition-name:ja_BT25-050_P0;">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js"></script>
    <picture>
        <img width="430" height="600" alt="BT25-050 キウイモン" src="https://images.heroi.cc/cards/ja/BT25-050.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/BT25-050">BT25-050 キウイモン</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT25-050 キウイモンBT25-050 キウイモン on Heroicc

キウイモン

Card Number
BT25-050
Rarity
C
Category
Digimon
Level
4
Block Icon
06
Colour
Green
Play Cost
4
DP
4000
Form
成熟期
Attribute
データ種
Type
古代鳥型/イリアス/TS
Digivolution Requirements
Digivolve Cost
2
Colour
Green
Level
3
Category
Digimon
Effect

進化特徴「TS」を持つLv.3:コスト2

登場時 進化時デジモン1体をレストできる。その後、レスト状態のデジモンが2体以上いるなら、相手のターン終了まで、相手のデジモン1体はアクティブにならない。

ルール特徴:タイプ「植物型」を持つ。

Inherited Effect

自分のターン自分のデジモン全てをDP+1000。

Releases
Genre
ブースターパック
Release Name
DUAL REVOLUTION【BT-25】
Official Product Page
Date
Notes
ブースターパック DUAL REVOLUTION [BT-25]
International Arts

en BT25-050 Booster DUAL REVOLUTION [BT-25]

zh-Hans BT25-050 DUAL REVOLUTION 【BT-25】

Q&A
Date
Question

このカードの【登場時】【進化時】効果は、自分か相手のどちらのデジモンでもレストさせることができますか?

Answer

はい、レストさせることができます。