GET /cards/zh-Hans/EX12-038_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-038_P1",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["black", "yellow"],
                "cost": 0
            }],
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u653b\u51fb\u65f6\u3011[\u6bcf\u56de\u54081\u6b21]\u76f4\u5230\u56de\u5408\u7ed3\u675f\u4e3a\u6b62,\u5bf9\u65b91\u53ea\u6570\u7801\u5b9d\u8d1d\u7684DP-2000\u3002",
            "dp": 2000,
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/EX12-038_P1.webp",
            "play-cost": 3,
            "form": "\u6210\u957f\u671f",
            "effect": "\u3010\u8fdb\u5316\u3011\u62e5\u6709\u201cME\u201d\u7279\u5f81\u7684Lv.2:\u8d39\u75280\n\n\u3010\u767b\u573a\u65f6\u3011\u53ef\u4ece\u6211\u65b9\u7684\u624b\u724c\u4e2d,\u4e22\u5f031\u5f20\u62e5\u6709\u201c\u7a81\u7136\u53d8\u5f02\u578b\u201d\/\u201cME\u201d\u7279\u5f81\u7684\u5361\u724c,\u5e76\u300a\u62bd2\u5f20\u5361\u300b\u3002",
            "rarity": "C",
            "category": "digimon",
            "attribute": "\u6570\u636e\u79cd",
            "block-icon": 6,
            "color": ["yellow"],
            "number": "EX12-038",
            "name": "\u5c0f\u9539\u5f62\u866b\u517d",
            "type": "\u673a\u68b0\u578b\/ME"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-038"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX12-038"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/EX12-038_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-038"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-038_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/ex-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-038",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-038"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/EX12-038",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-038"
        },
        "meta": {
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/EX12-038_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-038_P1"
        },
        "meta": {
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-038",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-038"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-038_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-038_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/ex-12",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/ex-12"
        },
        "meta": {
            "name": "DIGITAL WORLD SHAMBALA\u3010EX-12\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-038_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="EX12-038_P1" style="view-transition-name:zh-Hans_EX12-038_P1;">
    <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="EX12-038 小锹形虫兽 · Alternate Art #1" src="https://images.heroi.cc/cards/zh-Hans/EX12-038_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/EX12-038_P1">EX12-038 小锹形虫兽<span> · </span>
            <small>
                <em>Alternate Art #1</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX12-038 小锹形虫兽 · Alternate Art #1EX12-038 小锹形虫兽 · Alternate Art #1 on Heroicc

小锹形虫兽

Card Number
EX12-038
Rarity
C
Category
Digimon
Level
3
Block Icon
06
Supplemental Rarity
Alternative Art #1
Colour
Yellow
Play Cost
3
DP
2000
Form
成长期
Attribute
数据种
Type
机械型/ME
Digivolution Requirements
Digivolve Cost
0
Colour
Yellow Black
Level
2
Category
Digimon
Effect

进化拥有“ME”特征的Lv.2:费用0

登场时可从我方的手牌中,丢弃1张拥有“突然变异型”/“ME”特征的卡牌,并抽2张卡

Inherited Effect

攻击时每回合1次直到回合结束为止,对方1只数码宝贝的DP-2000。

Releases
Genre
补充包
Release Name
DIGITAL WORLD SHAMBALA【EX-12】
Official Product Page
Date
Alternate Arts

zh-Hans EX12-038 DIGITAL WORLD SHAMBALA【EX-12】

International Arts

ja EX12-038 エクストラブースター DIGITAL WORLD SHAMBALA [EX-12]

ja EX12-038 P1 エクストラブースター DIGITAL WORLD SHAMBALA [EX-12]

en EX12-038 Extra Booster DIGITAL WORLD SHAMBALA [EX-12]

en EX12-038 P1 Extra Booster DIGITAL WORLD SHAMBALA [EX-12]