コマンドラモン

Card Number
BT16-050
Rarity
C
Category
Digimon
Level
3
Block Icon
03
Colour
Black
Play Cost
3
DP
1000
Form
成長期
Attribute
ウィルス種
Type
サイボーグ型/D-ブリガード/デジ対
Digivolution Requirements
Digivolve Cost
0
Colour
Black
Level
2
Category
Digimon
Effect

お互いのターン特徴に「D-ブリガード」/「デジ対」を持つ他の自分のデジモン全てをDP+1000。

Inherited Effect

お互いのターン特徴に「D-ブリガード」/「デジ対」を持つ他の自分のデジモン全てをDP+1000。

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

en BT16-050 BOOSTER BEGINNING OBSERVER [BT16]

zh-Hans BT16-050 BEGINNING OBSERVER 【BTC-10】

ko BT16-050 부스터 팩 BEGINNING OBSERVER [BTK-16]

GET /cards/ja/BT16-050

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/BT16-050",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["black"],
                "cost": 0
            }],
            "language": "ja",
            "inherited-effect": "\u3010\u304a\u4e92\u3044\u306e\u30bf\u30fc\u30f3\u3011\u7279\u5fb4\u306b\u300cD-\u30d6\u30ea\u30ac\u30fc\u30c9\u300d\/\u300c\u30c7\u30b8\u5bfe\u300d\u3092\u6301\u3064\u4ed6\u306e\u81ea\u5206\u306e\u30c7\u30b8\u30e2\u30f3\u5168\u3066\u3092DP+1000\u3002",
            "dp": 1000,
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af BEGINNING OBSERVER  [BT-16]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/BT16-050.webp",
            "play-cost": 3,
            "form": "\u6210\u9577\u671f",
            "effect": "\u3010\u304a\u4e92\u3044\u306e\u30bf\u30fc\u30f3\u3011\u7279\u5fb4\u306b\u300cD-\u30d6\u30ea\u30ac\u30fc\u30c9\u300d\/\u300c\u30c7\u30b8\u5bfe\u300d\u3092\u6301\u3064\u4ed6\u306e\u81ea\u5206\u306e\u30c7\u30b8\u30e2\u30f3\u5168\u3066\u3092DP+1000\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u30a6\u30a3\u30eb\u30b9\u7a2e",
            "block-icon": 3,
            "color": ["black"],
            "number": "BT16-050",
            "name": "\u30b3\u30de\u30f3\u30c9\u30e9\u30e2\u30f3",
            "type": "\u30b5\u30a4\u30dc\u30fc\u30b0\u578b\/D-\u30d6\u30ea\u30ac\u30fc\u30c9\/\u30c7\u30b8\u5bfe"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT16-050"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT16-050"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT16-050"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/bt-16"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT16-050",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT16-050"
        },
        "meta": {
            "notes": "BOOSTER BEGINNING OBSERVER [BT16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT16-050",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT16-050"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 BEGINNING OBSERVER [BTK-16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT16-050",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT16-050"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/bt-16",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/bt-16"
        },
        "meta": {
            "name": "BEGINNING OBSERVER \u3010BT-16\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT16-050"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="BT16-050">
    <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="BT16-050 コマンドラモン" src="https://images.heroi.cc/cards/ja/BT16-050.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/BT16-050">BT16-050 コマンドラモン</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT16-050 コマンドラモンBT16-050 コマンドラモン on Heroicc