GET /cards/en/EX12-074

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX12-074",
        "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": 3,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX12-074.webp",
            "security-effect": "[Security] You may play 1 play cost 5 or lower [Shambala] trait card from your hand or trash without paying the cost.",
            "effect": "\uff1cUse Req. ([Shambala] trait)\uff1e (Specified cards let you ignore color requirements.)\n[Security] [Your Turn] [Once Per Turn] When one of your [Shambala] trait Digimon attacks, it may digivolve into a [Shambala] trait Digimon card in the hand with the cost reduced by 1.\n[Main] Add your bottom security card to the hand and place this card face up as the bottom security card. Then, you may play 1 [Shambala] trait card from your hand with the cost reduced by 3.",
            "rarity": "U",
            "category": "option",
            "block-icon": 6,
            "color": ["white"],
            "number": "EX12-074",
            "name": "Genshi Continent & Ashino Island",
            "type": "Shambala\/SW\/TB"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX12-074_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-074"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-074_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-074"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-074_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX12-074_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-074_P1"
        },
        "meta": {
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-074",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-074"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-074_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-074_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-074",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-074"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-074_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-074_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-074"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="EX12-074" style="view-transition-name:en_EX12-074_P0;">
    <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-074 Genshi Continent &amp; Ashino Island" src="https://images.heroi.cc/cards/en/EX12-074.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/EX12-074">EX12-074 Genshi Continent &amp; Ashino Island</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

EX12-074 Genshi Continent & Ashino IslandEX12-074 Genshi Continent & Ashino Island on Heroicc

Genshi Continent & Ashino Island

Card Number
EX12-074
Rarity
U
Category
Option
Block Icon
06
Colour
White
Use Cost
3
Type
Shambala/SW/TB
Effect

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

Security Your Turn Once Per Turn When one of your [Shambala] trait Digimon attacks, it may digivolve into a [Shambala] trait Digimon card in the hand with the cost reduced by 1.

Main Add your bottom security card to the hand and place this card face up as the bottom security card. Then, you may play 1 [Shambala] trait card from your hand with the cost reduced by 3.

Security Effect

Security You may play 1 play cost 5 or lower [Shambala] trait card from your hand or trash 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-074 P1 Extra Booster DIGITAL WORLD SHAMBALA [EX-12]

International Arts

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

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

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

zh-Hans EX12-074 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.