GET /cards/en/P-209_P2

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-209_P2",
        "attributes": {
            "level": 6,
            "faqs": [{
                "date": "2025-10-03",
                "question": "Can I process the part of the effect after \"then\" in this card's [On Play] [When Digivolving] effect without meeting the \"by\" condition?",
                "answer": "No, you can't. \nIf you don't perform the processing specified for \"by\" in such an effect, the rest of the effect won't activate."
            }],
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["green", "purple"],
                "cost": 3
            }],
            "language": "en",
            "dp": 11000,
            "notes": "Regionals 26-27 Season 1 Finalist Card Set",
            "parallel-id": 2,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-209_P2.webp",
            "play-cost": 11,
            "form": "Mega",
            "effect": "[Digivolve] Lv.5 w\/[Demon]\/[TS] trait: Cost 3\n\uff1cAlliance\uff1e\n[On Play] [When Digivolving] By trashing 1 card in your hand, suspend 1 of your opponent's Digimon or Tamers. Then, 1 of their Digimon or Tamers can't unsuspend until their turn ends.\n[All Turns] [Once Per Turn] When your hand is trashed from, you may play 1 level 4 or lower [Demon] or [Titan] trait card from your trash without paying the cost. \u27e8Rule\u27e9 Trait: Has [Demon] Type.",
            "rarity": "P",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 5,
            "color": ["purple", "green"],
            "number": "P-209",
            "name": "Titamon",
            "type": "Shaman\/Titan\/TS"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-209"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-209_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-209_P3"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-209"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-209_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-209_P2"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-209"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/large-scale-tournaments"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-209",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-209"
        },
        "meta": {
            "notes": "Booster HACKERS' SLUMBER [BT-23] Box Topper"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-209_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-209_P1"
        },
        "meta": {
            "notes": "Regionals 26-27 Season 1 Participation Card Set"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-209_P3",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-209_P3"
        },
        "meta": {
            "notes": "Regionals 26-27 Season 1 Champion Card Set"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-209",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-209"
        },
        "meta": {
            "notes": "HACKERS' SLUMBER [BT-23]BOX\u8cfc\u5165\u7279\u5178"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-209_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-209_P1"
        },
        "meta": {
            "notes": "\u30ef\u30fc\u30eb\u30c9\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u30b7\u30c3\u30d726-27 Season 1 \u5927\u578b\u5927\u4f1a\u53c2\u52a0\u8cde\u30ab\u30fc\u30c9\u30bb\u30c3\u30c8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-209_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-209_P2"
        },
        "meta": {
            "notes": "\u30ef\u30fc\u30eb\u30c9\u30c1\u30e3\u30f3\u30d4\u30aa\u30f3\u30b7\u30c3\u30d726-27 Season 1 \u5927\u578b\u5927\u4f1a\u6c7a\u52dd\u9032\u51fa\u8005\u30ab\u30fc\u30c9\u30bb\u30c3\u30c8"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-209",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-209"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/large-scale-tournaments",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/large-scale-tournaments"
        },
        "meta": {
            "name": "Large-Scale Tournaments"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/P-209_P2"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="P-209_P2" style="view-transition-name:en_P-209_P2;">
    <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-209 Titamon · Alternate Art #2" src="https://images.heroi.cc/cards/en/P-209_P2.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/P-209_P2">P-209 Titamon<span> · </span>
            <small>
                <em>Alternate Art #2</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

P-209 Titamon · Alternate Art #2P-209 Titamon · Alternate Art #2 on Heroicc

Titamon

Card Number
P-209
Rarity
P
Category
Digimon
Level
6
Block Icon
05
Supplemental Rarity
Alternative Art #2
Colour
Purple Green
Play Cost
11
DP
11000
Form
Mega
Attribute
Virus
Type
Shaman/Titan/TS
Digivolution Requirements
Digivolve Cost
3
Colour
Purple Green
Level
5
Category
Digimon
Effect

Digivolve Lv.5 w/[Demon]/[TS] trait: Cost 3

Alliance

On Play When Digivolving By trashing 1 card in your hand, suspend 1 of your opponent's Digimon or Tamers. Then, 1 of their Digimon or Tamers can't unsuspend until their turn ends.

All Turns Once Per Turn When your hand is trashed from, you may play 1 level 4 or lower [Demon] or [Titan] trait card from your trash without paying the cost. Rule Trait: Has [Demon] Type.

Q&A
Date
Question

Can I process the part of the effect after "then" in this card's [On Play] [When Digivolving] effect without meeting the "by" condition?

Answer

No, you can't.

If you don't perform the processing specified for "by" in such an effect, the rest of the effect won't activate.

Releases
Genre
Others
Release Name
Large-Scale Tournaments
Notes
Regionals 26-27 Season 1 Finalist Card Set
Alternate Arts

en P-209 Booster HACKERS' SLUMBER [BT-23] Box Topper

en P-209 P1 Regionals 26-27 Season 1 Participation Card Set

en P-209 P3 Regionals 26-27 Season 1 Champion Card Set

International Arts

ja P-209 HACKERS' SLUMBER [BT-23]BOX購入特典

ja P-209 P1 ワールドチャンピオンシップ26-27 Season 1 大型大会参加賞カードセット

ja P-209 P2 ワールドチャンピオンシップ26-27 Season 1 大型大会決勝進出者カードセット

zh-Hans P-209 HACKERS' SLUMBER【BT-23】