ADR-08=优化器

Card Number
EX2-053
Rarity
C
Category
Digimon
Level
Block Icon
01
Colour
White
Play Cost
10
DP
9000
Form
数码死神
Type
母舰型
Effect

登场时攻击时每回合1次当我方的“母型数码死神”持有5张或更多进化源时,翻开我方卡组最上方的3张卡牌。可以不支付费用登场其中1张拥有“数码死神”特征且登场费用不高于10的卡牌。剩余的卡牌可自选顺序放回到卡组最上方。

Releases
Genre
补充包
Release Name
EXTRA BOOSTER【EXC-01】
Official Product Page
Date
International Arts

ja EX2-053 テーマブースター デジタルハザード [EX-02]

en EX2-053 THEME BOOSTER DIGITAL HAZARD[EX-02] Errata Card

ko EX2-053 테마 부스터 디지털 해저드 [EXK-02]

GET /cards/zh-Hans/EX2-053

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX2-053",
        "attributes": {
            "language": "zh-Hans",
            "dp": 9000,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/EX2-053.webp",
            "play-cost": 10,
            "form": "\u6570\u7801\u6b7b\u795e",
            "effect": "\u3010\u767b\u573a\u65f6\u3011\u3010\u653b\u51fb\u65f6\u3011[\u6bcf\u56de\u54081\u6b21]\u5f53\u6211\u65b9\u7684\u201c\u6bcd\u578b\u6570\u7801\u6b7b\u795e\u201d\u6301\u67095\u5f20\u6216\u66f4\u591a\u8fdb\u5316\u6e90\u65f6,\u7ffb\u5f00\u6211\u65b9\u5361\u7ec4\u6700\u4e0a\u65b9\u76843\u5f20\u5361\u724c\u3002\u53ef\u4ee5\u4e0d\u652f\u4ed8\u8d39\u7528\u767b\u573a\u5176\u4e2d1\u5f20\u62e5\u6709\u201c\u6570\u7801\u6b7b\u795e\u201d\u7279\u5f81\u4e14\u767b\u573a\u8d39\u7528\u4e0d\u9ad8\u4e8e10\u7684\u5361\u724c\u3002\u5269\u4f59\u7684\u5361\u724c\u53ef\u81ea\u9009\u987a\u5e8f\u653e\u56de\u5230\u5361\u7ec4\u6700\u4e0a\u65b9\u3002",
            "rarity": "C",
            "category": "digimon",
            "block-icon": 1,
            "color": ["white"],
            "number": "EX2-053",
            "name": "ADR-08=\u4f18\u5316\u5668",
            "type": "\u6bcd\u8230\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX2-053"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX2-053"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/EX2-053"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/exc-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX2-053",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX2-053"
        },
        "meta": {
            "notes": "THEME BOOSTER DIGITAL HAZARD[EX-02]\nErrata Card"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX2-053",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX2-053"
        },
        "meta": {
            "notes": "\u30c6\u30fc\u30de\u30d6\u30fc\u30b9\u30bf\u30fc \u30c7\u30b8\u30bf\u30eb\u30cf\u30b6\u30fc\u30c9 [EX-02]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/EX2-053",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/EX2-053"
        },
        "meta": {
            "notes": "\ud14c\ub9c8 \ubd80\uc2a4\ud130 \ub514\uc9c0\ud138 \ud574\uc800\ub4dc [EXK-02]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/exc-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/exc-01"
        },
        "meta": {
            "name": "EXTRA BOOSTER\u3010EXC-01\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX2-053"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="EX2-053">
    <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="EX2-053 ADR-08=优化器" src="https://images.heroi.cc/cards/zh-Hans/EX2-053.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/EX2-053">EX2-053 ADR-08=优化器</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX2-053 ADR-08=优化器EX2-053 ADR-08=优化器 on Heroicc