GET /cards/en/RB1-020_P1

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/RB1-020_P1",
        "attributes": {
            "level": 3,
            "faqs": [{
                "date": "2026-03-13",
                "question": "Is a \"while your opponent has no Digimon with XX\" condition also met when my opponent has no Digimon?",
                "answer": "Yes, it's met."
            }],
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["green"],
                "cost": 0
            }],
            "language": "en",
            "inherited-effect": "[All Turns] While your opponent has no unsuspended Digimon, this Digimon gets +1000 DP.",
            "dp": 1000,
            "notes": "RESURGENCE BOOSTER [RB01] Box Topper",
            "parallel-id": 1,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/RB1-020_P1.webp",
            "play-cost": 3,
            "form": "Rookie",
            "effect": "[On Play] Reveal the top 3 cards of your deck. Add 1 card with [Angoramon] in its text and 1 [Ruli Tsukiyono] among them to the hand. Place the rest at the bottom of the deck in any order.",
            "rarity": "U",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 2,
            "color": ["green"],
            "number": "RB1-020",
            "name": "Angoramon",
            "type": "Beast"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/RB1-020"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/RB1-020"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/RB1-020_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/RB1-020"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/RB1-020_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/RB1-020"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/RB1-020_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/rb-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/RB1-020",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/RB1-020"
        },
        "meta": {
            "notes": "RESURGENCE BOOSTER [RB01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/RB1-020",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/RB1-020"
        },
        "meta": {
            "notes": "\u30ea\u30d6\u30fc\u30c8\u30d6\u30fc\u30b9\u30bf\u30fc \u30e9\u30a4\u30b8\u30f3\u30b0\u30a6\u30a4\u30f3\u30c9 [RB-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/RB1-020_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/RB1-020_P1"
        },
        "meta": {
            "notes": "\u30ea\u30d6\u30fc\u30c8\u30d6\u30fc\u30b9\u30bf\u30fc \u30e9\u30a4\u30b8\u30f3\u30b0\u30a6\u30a4\u30f3\u30c9 [RB-01]BOX\u8cfc\u5165\u7279\u5178"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/RB1-020",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/RB1-020"
        },
        "meta": {
            "notes": "\ub9ac\ubd80\ud2b8 \ubd80\uc2a4\ud130 \ub77c\uc774\uc9d5 \uc708\ub4dc [RBK-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/RB1-020_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/RB1-020_P1"
        },
        "meta": {
            "notes": "\ub9ac\ubd80\ud2b8 \ubd80\uc2a4\ud130 \ub77c\uc774\uc9d5 \uc708\ub4dc [RBK-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/RB1-020",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/RB1-020"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/RB1-020_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/RB1-020_P1"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/rb-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/rb-01"
        },
        "meta": {
            "name": "RESURGENCE BOOSTER [RB-01]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/RB1-020_P1"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

RB1-020 Angoramon · Alternate Art #1RB1-020 Angoramon · Alternate Art #1 on Heroicc

Angoramon

Card Number
RB1-020
Rarity
U
Category
Digimon
Level
3
Block Icon
02
Supplemental Rarity
Alternative Art #1
Colour
Green
Play Cost
3
DP
1000
Form
Rookie
Attribute
Vaccine
Type
Beast
Digivolution Requirements
Digivolve Cost
0
Colour
Green
Level
2
Category
Digimon
Effect

On Play Reveal the top 3 cards of your deck. Add 1 card with [Angoramon] in its text and 1 [Ruli Tsukiyono] among them to the hand. Place the rest at the bottom of the deck in any order.

Inherited Effect

All Turns While your opponent has no unsuspended Digimon, this Digimon gets +1000 DP.

Q&A
Date
Question

Is a "while your opponent has no Digimon with XX" condition also met when my opponent has no Digimon?

Answer

Yes, it's met.

Releases
Genre
Booster Pack
Release Name
RESURGENCE BOOSTER [RB-01]
Official Product Page
Date
Notes
RESURGENCE BOOSTER [RB01] Box Topper
Alternate Arts

en RB1-020 RESURGENCE BOOSTER [RB01]

International Arts

ja RB1-020 リブートブースター ライジングウインド [RB-01]

ja RB1-020 P1 リブートブースター ライジングウインド [RB-01]BOX購入特典

zh-Hans RB1-020 GREAT WARRIOR 【BTC-07】

zh-Hans RB1-020 P1 GREAT WARRIOR 【BTC-07】

ko RB1-020 리부트 부스터 라이징 윈드 [RBK-01]

ko RB1-020 P1 리부트 부스터 라이징 윈드 [RBK-01]