GET /cards/en/BT20-088_P2

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT20-088_P2",
        "attributes": {
            "language": "en",
            "notes": "LIBERATOR DEBUGGERS SET [PB-22]",
            "parallel-id": 2,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT20-088_P2.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[Your Turn] When any of your [Ghost] trait Digimon are deleted, by suspending this Tamer, 1 of your Digimon may digivolve into a Digimon card with the [Ghost] trait in the hand with the digivolution cost reduced by 2.",
            "rarity": "R",
            "category": "tamer",
            "block-icon": 4,
            "color": ["purple"],
            "number": "BT20-088",
            "name": "Violet Inboots",
            "type": "LIBERATOR"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT20-088"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/BT20-088_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT20-088"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT20-088_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT20-088_P2"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT20-088"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT20-088_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT20-088"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT20-088_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT20-088_P2"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/pb-22"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT20-088",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT20-088"
        },
        "meta": {
            "notes": "SPECIAL BOOSTER Ver.2.5 [BT19-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/BT20-088_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT20-088_P1"
        },
        "meta": {
            "notes": "SPECIAL BOOSTER Ver.2.5 [BT19-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT20-088",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT20-088"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af OVER THE X [BT-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT20-088_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT20-088_P1"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\uff0d\u30d1\u30c3\u30af OVER THE X [BT-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT20-088_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT20-088_P2"
        },
        "meta": {
            "notes": "DIGIMONLIBERATOR DEBUGGERS SET [PB-22]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT20-088",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT20-088"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 OVER THE X [BTK-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT20-088_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT20-088_P1"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 OVER THE X [BTK-20]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT20-088",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT20-088"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT20-088_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT20-088_P1"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT20-088_P2",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT20-088_P2"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/pb-22",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/pb-22"
        },
        "meta": {
            "name": "DIGIMON LIBERATOR DEBUGGERS SET [PB-22]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT20-088_P2"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT20-088_P2" style="view-transition-name:en_BT20-088_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="BT20-088 Violet Inboots · Alternate Art #2" src="https://images.heroi.cc/cards/en/BT20-088_P2.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT20-088_P2">BT20-088 Violet Inboots<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.

BT20-088 Violet Inboots · Alternate Art #2BT20-088 Violet Inboots · Alternate Art #2 on Heroicc

Violet Inboots

Card Number
BT20-088
Rarity
R
Category
Tamer
Block Icon
04
Supplemental Rarity
Alternative Art #2
Colour
Purple
Play Cost
3
Type
LIBERATOR
Effect

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

Your Turn When any of your [Ghost] trait Digimon are deleted, by suspending this Tamer, 1 of your Digimon may digivolve into a Digimon card with the [Ghost] trait in the hand with the digivolution cost reduced by 2.

Security Effect

Security Play this card without paying the cost.

Releases
Genre
Premium Bandai
Release Name
DIGIMON LIBERATOR DEBUGGERS SET [PB-22]
Official Product Page
Date
Notes
LIBERATOR DEBUGGERS SET [PB-22]
Alternate Arts

en BT20-088 SPECIAL BOOSTER Ver.2.5 [BT19-20]

en BT20-088 P1 SPECIAL BOOSTER Ver.2.5 [BT19-20]

International Arts

ja BT20-088 ブースタ-パック OVER THE X [BT-20]

ja BT20-088 P1 ブースタ-パック OVER THE X [BT-20]

ja BT20-088 P2 DIGIMONLIBERATOR DEBUGGERS SET [PB-22]

zh-Hans BT20-088 ELEMENT EVOLUTION【BTC-13】

zh-Hans BT20-088 P1 ELEMENT EVOLUTION【BTC-13】

zh-Hans BT20-088 P2 宣传卡【P】

ko BT20-088 부스터 팩 OVER THE X [BTK-20]

ko BT20-088 P1 부스터 팩 OVER THE X [BTK-20]