ソウルモン

Card Number
BT11-078
Rarity
C
Category
Digimon
Level
4
Block Icon
02
Colour
Purple
Play Cost
5
DP
4000
Form
成熟期
Attribute
ウィルス種
Type
ゴースト型
Digivolution Requirements
Digivolve Cost
2
Colour
Purple
Level
3
Category
Digimon
Effect

道連れ(バトルでこのデジモンだけが消滅したとき、バトルした相手のデジモンを消滅させる)

お互いのターン道連れを持つ自分のデジモン全てをDP+2000。

Releases
Genre
ブースターパック
Release Name
ディメンショナルフェイズ【BT-11】
Official Product Page
Date
Notes
ブースターパック ディメンショナルフェイズ [BT-11]
International Arts

en BT11-078 BOOSTER DIMENSIONAL PHASE [BT11]

zh-Hans BT11-078 ACROSS DIMENSION【BTC-06】

ko BT11-078 부스터 팩 디멘셔널 페이즈 [BTK-11]

GET /cards/ja/BT11-078

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/BT11-078",
        "attributes": {
            "level": 4,
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["purple"],
                "cost": 2
            }],
            "language": "ja",
            "dp": 4000,
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30c7\u30a3\u30e1\u30f3\u30b7\u30e7\u30ca\u30eb\u30d5\u30a7\u30a4\u30ba [BT-11]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/BT11-078.webp",
            "play-cost": 5,
            "form": "\u6210\u719f\u671f",
            "effect": "\u226a\u9053\u9023\u308c\u226b\uff08\u30d0\u30c8\u30eb\u3067\u3053\u306e\u30c7\u30b8\u30e2\u30f3\u3060\u3051\u304c\u6d88\u6ec5\u3057\u305f\u3068\u304d\u3001\u30d0\u30c8\u30eb\u3057\u305f\u76f8\u624b\u306e\u30c7\u30b8\u30e2\u30f3\u3092\u6d88\u6ec5\u3055\u305b\u308b\uff09\n\u3010\u304a\u4e92\u3044\u306e\u30bf\u30fc\u30f3\u3011\u226a\u9053\u9023\u308c\u226b\u3092\u6301\u3064\u81ea\u5206\u306e\u30c7\u30b8\u30e2\u30f3\u5168\u3066\u3092DP+2000\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u30a6\u30a3\u30eb\u30b9\u7a2e",
            "block-icon": 2,
            "color": ["purple"],
            "number": "BT11-078",
            "name": "\u30bd\u30a6\u30eb\u30e2\u30f3",
            "type": "\u30b4\u30fc\u30b9\u30c8\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT11-078"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT11-078"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT11-078"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/bt-11"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT11-078",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT11-078"
        },
        "meta": {
            "notes": "BOOSTER DIMENSIONAL PHASE [BT11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT11-078",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT11-078"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ub514\uba58\uc154\ub110 \ud398\uc774\uc988 [BTK-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT11-078",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT11-078"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/bt-11",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/bt-11"
        },
        "meta": {
            "name": "\u30c7\u30a3\u30e1\u30f3\u30b7\u30e7\u30ca\u30eb\u30d5\u30a7\u30a4\u30ba\u3010BT-11\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT11-078"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="BT11-078">
    <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="BT11-078 ソウルモン" src="https://images.heroi.cc/cards/ja/BT11-078.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/BT11-078">BT11-078 ソウルモン</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT11-078 ソウルモンBT11-078 ソウルモン on Heroicc