GET /cards/en/P-195_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/P-195_P1",
        "attributes": {
            "language": "en",
            "notes": "DIGIMON STORY TIME STRANGER Tutorial Deck",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/P-195_P1.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Start of Your Main Phase] If your opponent has a Digimon, gain 1 memory.\n[On Play] Activate 1 of the effects below:\n\u30fbYou may play 1 [Elecmon] from your hand without paying the cost.\n\u30fb1 of your Digimon may digivolve into [Aegiomon] in the hand without paying the cost.",
            "rarity": "P",
            "category": "tamer",
            "block-icon": 5,
            "color": ["yellow"],
            "number": "P-195",
            "name": "Inori Misono",
            "type": "TS"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-195"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/P-195_P2"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/P-195"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-195_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/P-195_P2"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-195"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-195_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-195_P2"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/other-promos"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-195",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-195"
        },
        "meta": {
            "notes": "DIGIMON STORY TIME STRANGER Promo Pack"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/P-195_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-195_P2"
        },
        "meta": {
            "notes": "Premium Heroines Set Ver. 2 [PB-23]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-195",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-195"
        },
        "meta": {
            "notes": "\u30c7\u30b8\u30e2\u30f3\u30b9\u30c8\u30fc\u30ea\u30fc \u30bf\u30a4\u30e0\u30b9\u30c8\u30ec\u30f3\u30b8\u30e3\u30fc \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u30d1\u30c3\u30af"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-195_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-195_P1"
        },
        "meta": {
            "notes": "\u30c7\u30b8\u30e2\u30f3\u30b9\u30c8\u30fc\u30ea\u30fc \u30bf\u30a4\u30e0\u30b9\u30c8\u30ec\u30f3\u30b8\u30e3\u30fc \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u30c7\u30c3\u30ad"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/P-195_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-195_P2"
        },
        "meta": {
            "notes": "PREMIUM HEROINES SET ver.2 [PB-23]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-195",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-195"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-195_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-195_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-195_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-195_P2"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/other-promos",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/other-promos"
        },
        "meta": {
            "name": "Other Promos"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/P-195_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Inori Misono

Card Number
P-195
Rarity
P
Category
Tamer
Block Icon
05
Supplemental Rarity
Alternative Art #1
Colour
Yellow
Play Cost
3
Type
TS
Effect

Start of Your Main Phase If your opponent has a Digimon, gain 1 memory.

On Play Activate 1 of the effects below:

・You may play 1 [Elecmon] from your hand without paying the cost.

・1 of your Digimon may digivolve into [Aegiomon] in the hand without paying the cost.

Security Effect

Security Play this card without paying the cost.

Releases
Genre
Others
Release Name
Other Promos
Notes
DIGIMON STORY TIME STRANGER Tutorial Deck
Alternate Arts

en P-195 DIGIMON STORY TIME STRANGER Promo Pack

en P-195 P2 Premium Heroines Set Ver. 2 [PB-23]

International Arts

ja P-195 デジモンストーリー タイムストレンジャー プロモーションパック

ja P-195 P1 デジモンストーリー タイムストレンジャー チュートリアルデッキ

ja P-195 P2 PREMIUM HEROINES SET ver.2 [PB-23]

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

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

zh-Hans P-195 P2 宣传卡【P】