GET /cards/en/EX12-072_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX12-072_P1",
        "attributes": {
            "faqs": [{
                "date": "2026-06-19",
                "question": "Can I also activate this card's [Main] effect when I have 0 cards in my security stack?",
                "answer": "Yes, you can. \nIn such cases, you can't add a card from your security stack to your hand, therefore you only place this card in your security stack."
            }, {
                "date": "2026-06-19",
                "question": "What happens to cards placed face up in the security stack by effects?",
                "answer": "They become face-up security cards that remain revealed. \nOther than rules that specify face-up security cards, the rules apply in the same manner as standard security cards."
            }, {
                "date": "2026-06-19",
                "question": "What happens upon a security check for a security card that is placed face-up?",
                "answer": "The check is performed with the card left revealed. \nOther than rules for cards left revealed, the rules apply in the same manner as standard checks."
            }, {
                "date": "2026-06-19",
                "question": "Does a card's [Security] effect trigger upon a security check with that card placed face-up?",
                "answer": "Yes, it triggers."
            }, {
                "date": "2026-06-19",
                "question": "What happens if I shuffle a security stack that includes security cards placed face-up?",
                "answer": "Any face-up cards are placed face down, then you shuffle the cards. \nAfter shuffling, those cards are left face-down."
            }],
            "language": "en",
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]",
            "use-cost": 2,
            "parallel-id": 1,
            "supplemental-rarity": {
                "stars": 1
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX12-072_P1.webp",
            "security-effect": "[Security] You may play 1 level 5 or lower [ME] trait Digimon card from your hand without paying the cost.",
            "effect": "\uff1cUse Req. ([ME] trait)\uff1e (Specified cards let you ignore color requirements.)\n[Security] [All Turns] All of your [ME] trait Digimon gain \uff1cGuard\uff1e. (When any of your other Digimon would leave the battle area by your opponent's effects, by deleting this Digimon, they don't leave.)\n[Main] Add your bottom security card to the hand and place this card face up as the bottom security card.",
            "rarity": "C",
            "category": "option",
            "block-icon": 6,
            "color": ["black"],
            "number": "EX12-072",
            "name": "Metal Empire",
            "type": "ME"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX12-072"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-072"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-072_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-072"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-072_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX12-072",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-072"
        },
        "meta": {
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-072",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-072"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-072_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-072_P1"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-072",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-072"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-072_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-072_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/ex-12",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/ex-12"
        },
        "meta": {
            "name": "DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-072_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="EX12-072_P1" style="view-transition-name:en_EX12-072_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-072 Metal Empire · Alternate Art #1" src="https://images.heroi.cc/cards/en/EX12-072_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/EX12-072_P1">EX12-072 Metal Empire<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-072 Metal Empire · Alternate Art #1EX12-072 Metal Empire · Alternate Art #1 on Heroicc

Metal Empire

Card Number
EX12-072
Rarity
C
Category
Option
Block Icon
06
Supplemental Rarity
Alternative Art #1
Colour
Black
Use Cost
2
Type
ME
Effect

Use Req. ([ME] trait) (Specified cards let you ignore color requirements.)

Security All Turns All of your [ME] trait Digimon gain Guard. (When any of your other Digimon would leave the battle area by your opponent's effects, by deleting this Digimon, they don't leave.)

Main Add your bottom security card to the hand and place this card face up as the bottom security card.

Security Effect

Security You may play 1 level 5 or lower [ME] trait Digimon card from your hand without paying the cost.

Releases
Genre
Booster Pack
Release Name
DIGITAL WORLD SHAMBALA [EX-12]
Official Product Page
Date
Notes
Extra Booster DIGITAL WORLD SHAMBALA [EX-12]
Alternate Arts

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

International Arts

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

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

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

zh-Hans EX12-072 P1 DIGITAL WORLD SHAMBALA【EX-12】

Q&A
Date
Question

Can I also activate this card's [Main] effect when I have 0 cards in my security stack?

Answer

Yes, you can.

In such cases, you can't add a card from your security stack to your hand, therefore you only place this card in your security stack.

Date
Question

What happens to cards placed face up in the security stack by effects?

Answer

They become face-up security cards that remain revealed.

Other than rules that specify face-up security cards, the rules apply in the same manner as standard security cards.

Date
Question

What happens upon a security check for a security card that is placed face-up?

Answer

The check is performed with the card left revealed.

Other than rules for cards left revealed, the rules apply in the same manner as standard checks.

Date
Question

Does a card's [Security] effect trigger upon a security check with that card placed face-up?

Answer

Yes, it triggers.

Date
Question

What happens if I shuffle a security stack that includes security cards placed face-up?

Answer

Any face-up cards are placed face down, then you shuffle the cards.

After shuffling, those cards are left face-down.