力神比多兽

Card Number
ST4-13
Rarity
SR
Category
Digimon
Level
6
Colour
Green
Play Cost
12
DP
12000
Form
究极体
Attribute
疫苗种
Type
昆虫型
Digivolution Requirements
Digivolve Cost
4
Colour
Green
Level
5
Category
Digimon
Effect

贯通(当此数码宝贝进行攻击的战斗中仅有对方的数码宝贝被消灭时,此数码宝贝将判定安防卡牌)

主要数码爆裂2(可选择并丢弃此数码宝贝的2张进化源,并发动以下效果)

·将对方的1只数码宝贝转换为休息状态。

Releases
Genre
基本卡组
Release Name
GREEN【STC-04】
Official Product Page
Date
International Arts

ja ST4-13 スタートデッキ ギガグリーン [ST-4]

en ST4-13 Starter Deck, GIGA GREEN[ST-4]

en ST4-13 P1 Event Pack 2

ko ST4-13 스타트 덱 기가 그린 [STK-4]

GET /cards/zh-Hans/ST4-13

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/ST4-13",
        "attributes": {
            "level": 6,
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["green"],
                "cost": 4
            }],
            "language": "zh-Hans",
            "dp": 12000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/ST4-13.webp",
            "play-cost": 12,
            "form": "\u7a76\u6781\u4f53",
            "effect": "\u300a\u8d2f\u901a\u300b\uff08\u5f53\u6b64\u6570\u7801\u5b9d\u8d1d\u8fdb\u884c\u653b\u51fb\u7684\u6218\u6597\u4e2d\u4ec5\u6709\u5bf9\u65b9\u7684\u6570\u7801\u5b9d\u8d1d\u88ab\u6d88\u706d\u65f6,\u6b64\u6570\u7801\u5b9d\u8d1d\u5c06\u5224\u5b9a\u5b89\u9632\u5361\u724c\uff09\n\u3010\u4e3b\u8981\u3011\u226a\u6570\u7801\u7206\u88c22\u226b\uff08\u53ef\u9009\u62e9\u5e76\u4e22\u5f03\u6b64\u6570\u7801\u5b9d\u8d1d\u76842\u5f20\u8fdb\u5316\u6e90,\u5e76\u53d1\u52a8\u4ee5\u4e0b\u6548\u679c\uff09\n\u00b7\u5c06\u5bf9\u65b9\u76841\u53ea\u6570\u7801\u5b9d\u8d1d\u8f6c\u6362\u4e3a\u4f11\u606f\u72b6\u6001\u3002",
            "rarity": "SR",
            "category": "digimon",
            "attribute": "\u75ab\u82d7\u79cd",
            "color": ["green"],
            "number": "ST4-13",
            "name": "\u529b\u795e\u6bd4\u591a\u517d",
            "type": "\u6606\u866b\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/ST4-13"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/ST4-13_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/ST4-13"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/ST4-13"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/stc-04"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/ST4-13",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST4-13"
        },
        "meta": {
            "notes": "Starter Deck, GIGA GREEN[ST-4]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/ST4-13_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/ST4-13_P1"
        },
        "meta": {
            "notes": "Event Pack 2"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/ST4-13",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/ST4-13"
        },
        "meta": {
            "notes": "\u30b9\u30bf\u30fc\u30c8\u30c7\u30c3\u30ad \u30ae\u30ac\u30b0\u30ea\u30fc\u30f3 [ST-4]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/ST4-13",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/ST4-13"
        },
        "meta": {
            "notes": "\uc2a4\ud0c0\ud2b8 \ub371 \uae30\uac00 \uadf8\ub9b0 [STK-4]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/stc-04",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/stc-04"
        },
        "meta": {
            "name": "GREEN\u3010STC-04\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/ST4-13"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="ST4-13">
    <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="ST4-13 力神比多兽" src="https://images.heroi.cc/cards/zh-Hans/ST4-13.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/ST4-13">ST4-13 力神比多兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

ST4-13 力神比多兽ST4-13 力神比多兽 on Heroicc