栗原ヒナ

Card Number
P-175
Rarity
P
Category
Tamer
Block Icon
04
Colour
White
Play Cost
4
Effect

自分のターン開始時メモリーが2以下なら、3にする。

自分のターン特徴に「岩竜型」/「機竜型」を持つ自分のデジモンが登場したとき、このテイマーをレストさせることで、Lv.4以上の自分のデジモン1体を手札の特徴に「岩竜型」/「地竜型」/「機竜型」/「天竜型」を持つデジモンカードに支払う進化コスト-2で進化できる。

Security Effect

セキュリティこのカードをコストを支払わずに登場させる。

Releases
Genre
プロモーションカード
Release Name
プロモーションカード【P】
Notes
アップデートパック OVER THE X
International Arts

en P-175 Update Pack 2025

zh-Hans P-175 ELEMENT EVOLUTION【BTC-13】

GET /cards/ja/P-175

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/P-175",
        "attributes": {
            "language": "ja",
            "notes": "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u30d1\u30c3\u30af OVER THE X",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/P-175.webp",
            "play-cost": 4,
            "security-effect": "\u3010\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3011\u3053\u306e\u30ab\u30fc\u30c9\u3092\u30b3\u30b9\u30c8\u3092\u652f\u6255\u308f\u305a\u306b\u767b\u5834\u3055\u305b\u308b\u3002",
            "effect": "\u3010\u81ea\u5206\u306e\u30bf\u30fc\u30f3\u958b\u59cb\u6642\u3011\u30e1\u30e2\u30ea\u30fc\u304c2\u4ee5\u4e0b\u306a\u3089\u30013\u306b\u3059\u308b\u3002\n\u3010\u81ea\u5206\u306e\u30bf\u30fc\u30f3\u3011\u7279\u5fb4\u306b\u300c\u5ca9\u7adc\u578b\u300d\/\u300c\u6a5f\u7adc\u578b\u300d\u3092\u6301\u3064\u81ea\u5206\u306e\u30c7\u30b8\u30e2\u30f3\u304c\u767b\u5834\u3057\u305f\u3068\u304d\u3001\u3053\u306e\u30c6\u30a4\u30de\u30fc\u3092\u30ec\u30b9\u30c8\u3055\u305b\u308b\u3053\u3068\u3067\u3001Lv.4\u4ee5\u4e0a\u306e\u81ea\u5206\u306e\u30c7\u30b8\u30e2\u30f31\u4f53\u3092\u624b\u672d\u306e\u7279\u5fb4\u306b\u300c\u5ca9\u7adc\u578b\u300d\/\u300c\u5730\u7adc\u578b\u300d\/\u300c\u6a5f\u7adc\u578b\u300d\/\u300c\u5929\u7adc\u578b\u300d\u3092\u6301\u3064\u30c7\u30b8\u30e2\u30f3\u30ab\u30fc\u30c9\u306b\u652f\u6255\u3046\u9032\u5316\u30b3\u30b9\u30c8-2\u3067\u9032\u5316\u3067\u304d\u308b\u3002",
            "rarity": "P",
            "category": "tamer",
            "block-icon": 4,
            "color": ["white"],
            "number": "P-175",
            "name": "\u6817\u539f\u30d2\u30ca"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/P-175"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/P-175"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/p"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/P-175",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/P-175"
        },
        "meta": {
            "notes": "Update Pack 2025"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/P-175",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/P-175"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/p",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/p"
        },
        "meta": {
            "name": "\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u30ab\u30fc\u30c9\u3010P\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/P-175"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="P-175">
    <link rel="stylesheet" href="https://assets.heroi.cc/css/components/heroicc-card.css?v=4a563a5" />
    <script type="module" src="https://assets.heroi.cc/js/heroicc-card.js?v=4a563a5"></script>
    <picture>
        <img width="430" height="600" loading="lazy" alt="P-175 栗原ヒナ" src="https://images.heroi.cc/cards/ja/P-175.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/P-175">P-175 栗原ヒナ</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

P-175 栗原ヒナP-175 栗原ヒナ on Heroicc