滚球兽

Card Number
EX11-001
Rarity
C
Category
Digi-Egg
Level
2
Block Icon
05
Colour
Red
Form
幼年期
Type
小型/界放者
Inherited Effect

攻击时每回合1次可以将此数码宝贝进化成手牌中的名称中包含“巨龙兽”或拥有“恐龙型”特征的数码宝贝卡牌。

Releases
Genre
补充包
Release Name
DAWN OF LIBERATOR【EX-11】
Official Product Page
Date
Alternate Arts

zh-Hans EX11-001 P1 DAWN OF LIBERATOR【EX-11】

International Arts

ja EX11-001 エクストラブースター DAWN OF LIBERATOR [EX-11]

ja EX11-001 P1 エクストラブースター DAWN OF LIBERATOR [EX-11]

en EX11-001 EXTRA BOOSTER DAWN OF LIBERATOR [EX-11]

en EX11-001 P1 EXTRA BOOSTER DAWN OF LIBERATOR [EX-11]

GET /cards/zh-Hans/EX11-001

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-001",
        "attributes": {
            "level": 2,
            "language": "zh-Hans",
            "inherited-effect": "\u3010\u653b\u51fb\u65f6\u3011[\u6bcf\u56de\u54081\u6b21]\u53ef\u4ee5\u5c06\u6b64\u6570\u7801\u5b9d\u8d1d\u8fdb\u5316\u6210\u624b\u724c\u4e2d\u7684\u540d\u79f0\u4e2d\u5305\u542b\u201c\u5de8\u9f99\u517d\u201d\u6216\u62e5\u6709\u201c\u6050\u9f99\u578b\u201d\u7279\u5f81\u7684\u6570\u7801\u5b9d\u8d1d\u5361\u724c\u3002",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/EX11-001.webp",
            "form": "\u5e7c\u5e74\u671f",
            "rarity": "C",
            "category": "digi-egg",
            "block-icon": 5,
            "color": ["red"],
            "number": "EX11-001",
            "name": "\u6eda\u7403\u517d",
            "type": "\u5c0f\u578b\/\u754c\u653e\u8005"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX11-001_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX11-001"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/EX11-001_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-001"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX11-001_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/ex-11"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX11-001_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-001_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/EX11-001",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-001"
        },
        "meta": {
            "notes": "EXTRA BOOSTER DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/EX11-001_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX11-001_P1"
        },
        "meta": {
            "notes": "EXTRA BOOSTER DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-001",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-001"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX11-001_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX11-001_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DAWN OF LIBERATOR [EX-11]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/ex-11",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/ex-11"
        },
        "meta": {
            "name": "DAWN OF LIBERATOR\u3010EX-11\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX11-001"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="EX11-001" data-category="digi-egg">
    <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" loading="lazy" alt="EX11-001 滚球兽" src="https://images.heroi.cc/cards/zh-Hans/EX11-001.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/EX11-001">EX11-001 滚球兽</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX11-001 滚球兽EX11-001 滚球兽 on Heroicc