GET /cards/en/P-244_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-244_P1",
        "attributes": {
            "faqs": [{
                "date": "2026-06-19",
                "question": "What does a card with \"X in its text\" refer to?",
                "answer": "It refers to a card that contains the specified text or icon in its name, traits, effects, inherited effects, \u27e8Rule\u27e9, digivolution requirements, DNA digivolution, DigiXros requirements, burst digivolve, App Fusion, Link, or Assembly requirements. \nFor example, a card with [Knightmon] in its text would include cards with the name [DarkKnightmon] and cards with the text [Knightmon] in their effects."
            }, {
                "date": "2026-06-19",
                "question": "I declared a DigiXros for BT18-065 [Snatchmon] and played that card with Vemmon placed under it. \nAt such times, can I activate this card's <Delay> effect?",
                "answer": "No, you can't activate it. \n[Vemmon] must be placed under this card for a DigiXros. \nTherefore, \"when [Vemmon] is placed in digivolution cards\" won't trigger."
            }, {
                "date": "2026-06-19",
                "question": "My Digimon digivolved into BT21-062 [Galacticmon] and I used its [When Digivolving] effect to place Vemmon in digivolution cards. \nAt such times, can I activate this card's <Delay> effect and digivolve that Galacticmon into EX11-046 [Galacticmon]?",
                "answer": "Yes, you can."
            }],
            "language": "en",
            "notes": "Store Tournament 2026 Vol. 3",
            "use-cost": 3,
            "parallel-id": 1,
            "supplemental-rarity": {
                "stars": 1
            },
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-244_P1.webp",
            "security-effect": "[Security] Activate this card's [Main] effects.",
            "effect": "[Main] You may play 1 [Vemmon] or [Zenith] from your hand or trash without paying the cost. Then, place this card in the battle area.\n[Your Turn] When effects place [Vemmon] as any of your Digimon's digivolution cards, \uff1cDelay\uff1e.\n\u30fb1 of your Digimon with [Vemmon] in its text may digivolve into a Digimon card with [Vemmon] in its text in the hand or trash with the cost reduced by 3.",
            "rarity": "P",
            "category": "option",
            "block-icon": 6,
            "color": ["black"],
            "number": "P-244",
            "name": "Unique Emblem: Ragnarok Attainer",
            "type": "LIBERATOR"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-244"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-244"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-244_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-244"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-244_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/store-events"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-244",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-244"
        },
        "meta": {
            "notes": "Store Tournament 2026 Vol. 3"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-244",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-244"
        },
        "meta": {
            "notes": "\u30c6\u30a4\u30de\u30fc\u30d0\u30c8\u30eb\u30d1\u30c3\u30af32"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-244_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-244_P1"
        },
        "meta": {
            "notes": "\u30c6\u30a4\u30de\u30fc\u30d0\u30c8\u30eb\u30d1\u30c3\u30af32\u512a\u52dd"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-244",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-244"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-244_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-244_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/store-events",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/store-events"
        },
        "meta": {
            "name": "Store Events"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/P-244_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="P-244_P1" style="view-transition-name:en_P-244_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="P-244 Unique Emblem: Ragnarok Attainer · Alternate Art #1" src="https://images.heroi.cc/cards/en/P-244_P1.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/P-244_P1">P-244 Unique Emblem: Ragnarok Attainer<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.

P-244 Unique Emblem: Ragnarok Attainer · Alternate Art #1P-244 Unique Emblem: Ragnarok Attainer · Alternate Art #1 on Heroicc

Unique Emblem: Ragnarok Attainer

Card Number
P-244
Rarity
P
Category
Option
Block Icon
06
Supplemental Rarity
Alternative Art #1
Colour
Black
Use Cost
3
Type
LIBERATOR
Effect

Main You may play 1 [Vemmon] or [Zenith] from your hand or trash without paying the cost. Then, place this card in the battle area.

Your Turn When effects place [Vemmon] as any of your Digimon's digivolution cards, Delay. ・1 of your Digimon with [Vemmon] in its text may digivolve into a Digimon card with [Vemmon] in its text in the hand or trash with the cost reduced by 3.

Security Effect

Security Activate this card's Main effects.

Releases
Genre
Others
Release Name
Store Events
Notes
Store Tournament 2026 Vol. 3
Alternate Arts

en P-244 Store Tournament 2026 Vol. 3

International Arts

ja P-244 テイマーバトルパック32

ja P-244 P1 テイマーバトルパック32優勝

zh-Hans P-244 宣传卡【P】

zh-Hans P-244 P1 宣传卡【P】

Q&A
Date
Question

What does a card with "X in its text" refer to?

Answer

It refers to a card that contains the specified text or icon in its name, traits, effects, inherited effects, ⟨Rule⟩, digivolution requirements, DNA digivolution, DigiXros requirements, burst digivolve, App Fusion, Link, or Assembly requirements.

For example, a card with [Knightmon] in its text would include cards with the name [DarkKnightmon] and cards with the text [Knightmon] in their effects.

Date
Question

I declared a DigiXros for BT18-065 [Snatchmon] and played that card with Vemmon placed under it.

At such times, can I activate this card's <Delay> effect?

Answer

No, you can't activate it.

[Vemmon] must be placed under this card for a DigiXros.

Therefore, "when [Vemmon] is placed in digivolution cards" won't trigger.

Date
Question

My Digimon digivolved into BT21-062 [Galacticmon] and I used its [When Digivolving] effect to place Vemmon in digivolution cards.

At such times, can I activate this card's <Delay> effect and digivolve that Galacticmon into EX11-046 [Galacticmon]?

Answer

Yes, you can.