GET /cards/en/EX12-043_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/EX12-043_P1",
        "attributes": {
            "level": 4,
            "faqs": [{
                "date": "2026-06-19",
                "question": "2 copies of this card are in the battle area. \nCan I activate the [Main] effect on both copies of this card and play or use 1 of the specified cards with the cost reduced by the total value?",
                "answer": "No, you can't. \nYou can't activate multiple effects that play or use a card at the same time."
            }, {
                "date": "2026-06-19",
                "question": "If I activate this card's [Main] effect while a Digimon such as ST12-03 [Solarmon] with a \"players can't reduce play costs\" effect is in the battle area, can I activate this card's [Main] effect and play 1 of the specified cards?",
                "answer": "You can activate the effect and play such a card, but its play cost won't be reduced."
            }, {
                "date": "2026-06-19",
                "question": "If I activate this card's [Main] effect while a Digimon such as BT9-047 [Pomumon] with a \"players can't play Digimon by effects\" effect is in the battle area, can I activate this card's [Main] effect and play 1 of the specified cards?",
                "answer": "You can activate the effect, but you can't use it to play such a card."
            }],
            "digivolution-requirements": [{
                "level": 3,
                "category": "digimon",
                "color": ["yellow"],
                "cost": 2
            }],
            "language": "en",
            "inherited-effect": "\uff1cBarrier\uff1e (When this Digimon would be deleted in battle, by trashing your top security card, it isn't deleted.)",
            "dp": 6000,
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/EX12-043_P1.webp",
            "play-cost": 5,
            "form": "Champion",
            "effect": "[Digivolve] Lv.3 w\/[Shambala] trait: Cost 2\n[Main] [Once Per Turn] You may play or use 1 card with the [SW] trait from your hand with the cost reduced by 2.",
            "rarity": "U",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 6,
            "color": ["yellow"],
            "number": "EX12-043",
            "name": "Hakubamon",
            "type": "Holy Beast\/Shambala\/SW"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/EX12-043"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-043"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/EX12-043_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-043"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/EX12-043_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/ex-12"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/EX12-043",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/EX12-043"
        },
        "meta": {
            "notes": "Extra Booster DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-043",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-043"
        },
        "meta": {
            "notes": "\u30a8\u30af\u30b9\u30c8\u30e9\u30d6\u30fc\u30b9\u30bf\u30fc DIGITAL WORLD SHAMBALA [EX-12]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/EX12-043_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/EX12-043_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-043",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-043"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/EX12-043_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/EX12-043_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-043_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Hakubamon

Card Number
EX12-043
Rarity
U
Category
Digimon
Level
4
Block Icon
06
Supplemental Rarity
Alternative Art #1
Colour
Yellow
Play Cost
5
DP
6000
Form
Champion
Attribute
Vaccine
Type
Holy Beast/Shambala/SW
Digivolution Requirements
Digivolve Cost
2
Colour
Yellow
Level
3
Category
Digimon
Effect

Digivolve Lv.3 w/[Shambala] trait: Cost 2

Main Once Per Turn You may play or use 1 card with the [SW] trait from your hand with the cost reduced by 2.

Inherited Effect

Barrier (When this Digimon would be deleted in battle, by trashing your top security card, it isn't deleted.)

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-043 Extra Booster DIGITAL WORLD SHAMBALA [EX-12]

International Arts

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

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

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

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

Q&A
Date
Question

2 copies of this card are in the battle area.

Can I activate the [Main] effect on both copies of this card and play or use 1 of the specified cards with the cost reduced by the total value?

Answer

No, you can't.

You can't activate multiple effects that play or use a card at the same time.

Date
Question

If I activate this card's [Main] effect while a Digimon such as ST12-03 [Solarmon] with a "players can't reduce play costs" effect is in the battle area, can I activate this card's [Main] effect and play 1 of the specified cards?

Answer

You can activate the effect and play such a card, but its play cost won't be reduced.

Date
Question

If I activate this card's [Main] effect while a Digimon such as BT9-047 [Pomumon] with a "players can't play Digimon by effects" effect is in the battle area, can I activate this card's [Main] effect and play 1 of the specified cards?

Answer

You can activate the effect, but you can't use it to play such a card.