GET /cards/en/RB1-019

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/RB1-019",
        "attributes": {
            "level": 6,
            "faqs": [{
                "date": "2024-03-28",
                "question": "When this card's [When Digivolving] effect is used to place more than one of the opponent's level 3 Digimon on top of their security stack, which player decides the order the cards are placed in?",
                "answer": "The player that activated this card's effect chooses."
            }],
            "digivolution-requirements": [{
                "level": 5,
                "category": "digimon",
                "color": ["yellow"],
                "cost": 5
            }],
            "language": "en",
            "dp": 13000,
            "notes": "RESURGENCE BOOSTER [RB01]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/RB1-019.webp",
            "play-cost": 13,
            "form": "Mega",
            "effect": "[Digivolve] 4 from Lv.5 w\/[Monzaemon] or [Numemon] in name\n[When Digivolving] Place all level 3 Digimon face down on top of their owners' security stacks in any order. Then, all of your opponent's level 4 or higher Digimon get -3000 DP and gain \uff1cSecurity Attack -1\uff1e until the end of their turn. \n[When Attacking] By trashing 1 card with [Numemon] in its name in this Digimon's digivolution cards, place 1 of your opponent's Digimon face down at the bottom of their security stack.",
            "rarity": "SR",
            "category": "digimon",
            "attribute": "Vaccine",
            "block-icon": 2,
            "color": ["yellow"],
            "number": "RB1-019",
            "name": "ShinMonzaemon",
            "type": "Puppet"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/RB1-019_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/RB1-019"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/RB1-019_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/RB1-019"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/RB1-019_P1"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/RB1-019"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/RB1-019_P1"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/rb-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/RB1-019_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/RB1-019_P1"
        },
        "meta": {
            "notes": "RESURGENCE BOOSTER [RB01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/RB1-019",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/RB1-019"
        },
        "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-019_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/RB1-019_P1"
        },
        "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\/ko\/RB1-019",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/RB1-019"
        },
        "meta": {
            "notes": "\ub9ac\ubd80\ud2b8 \ubd80\uc2a4\ud130 \ub77c\uc774\uc9d5 \uc708\ub4dc [RBK-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/RB1-019_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/RB1-019_P1"
        },
        "meta": {
            "notes": "\ub9ac\ubd80\ud2b8 \ubd80\uc2a4\ud130 \ub77c\uc774\uc9d5 \uc708\ub4dc [RBK-01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/RB1-019",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/RB1-019"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/RB1-019_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/RB1-019_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-019"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="RB1-019" style="view-transition-name:en_RB1-019_P0;">
    <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-019 ShinMonzaemon" src="https://images.heroi.cc/cards/en/RB1-019.webp" fetchpriority="low" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/RB1-019">RB1-019 ShinMonzaemon</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

RB1-019 ShinMonzaemonRB1-019 ShinMonzaemon on Heroicc

ShinMonzaemon

Card Number
RB1-019
Rarity
SR
Category
Digimon
Level
6
Block Icon
02
Colour
Yellow
Play Cost
13
DP
13000
Form
Mega
Attribute
Vaccine
Type
Puppet
Digivolution Requirements
Digivolve Cost
5
Colour
Yellow
Level
5
Category
Digimon
Effect

Digivolve 4 from Lv.5 w/[Monzaemon] or [Numemon] in name

When Digivolving Place all level 3 Digimon face down on top of their owners' security stacks in any order. Then, all of your opponent's level 4 or higher Digimon get -3000 DP and gain Security Attack -1 until the end of their turn.

When Attacking By trashing 1 card with [Numemon] in its name in this Digimon's digivolution cards, place 1 of your opponent's Digimon face down at the bottom of their security stack.

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

en RB1-019 P1 RESURGENCE BOOSTER [RB01]

International Arts

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

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

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

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

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

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

Q&A
Date
Question

When this card's [When Digivolving] effect is used to place more than one of the opponent's level 3 Digimon on top of their security stack, which player decides the order the cards are placed in?

Answer

The player that activated this card's effect chooses.