Tomonori Ryusenji

Card Number
BT17-090
Rarity
R
Category
Tamer
Block Icon
03
Colour
Purple
Play Cost
3
Type
Abadin Electronics
Effect

Your Turn When an effect places a Tamer card in one of your Digimon's digivolution cards, by suspending this Tamer, gain 1 memory.

End of Opponent's Turn Once Per Turn If this Tamer is suspended, 1 of your Digimon with a Tamer card in its digivolution cards may digivolve into a Digimon card with [Dex] or [DeathX] in its name in the trash without paying the cost.

Security Effect

Security Play this card without paying the cost.

Q&A
Date
Question

Can I use this card's [End of Opponent's Turn] effect to digivolve into a Digimon card with [Dex] or [DeathX] in its name in the trash regardless of its digivolution requirements?

Answer

No, this card's [End of Opponent's Turn] effect does not allow ignoring digivolution requirements, so you can only digivolve into a card that meets the digivolution requirements.

Releases
Genre
Booster Pack
Release Name
SECRET CRISIS [BT-17]
Official Product Page
Date
Notes
BOOSTER SECRET CRISIS [BT17]
Alternate Arts

en BT17-090 P1 Judge Pack 6

International Arts

ja BT17-090 ブースターパック シークレットクライシス [BT-17]

zh-Hans BT17-090 SECRET CRISIS 【BTC-11】

ko BT17-090 부스터 팩 시크릿 크라이시스 [BTK-17]

GET /cards/en/BT17-090

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT17-090",
        "attributes": {
            "faqs": [{
                "date": "2024-09-06",
                "question": "Can I use this card's [End of Opponent's Turn] effect to digivolve into a Digimon card with [Dex] or [DeathX] in its name in the trash regardless of its digivolution requirements?",
                "answer": "No, this card's [End of Opponent's Turn] effect does not allow ignoring digivolution requirements, so you can only digivolve into a card that meets the digivolution requirements."
            }],
            "language": "en",
            "notes": "BOOSTER SECRET CRISIS [BT17]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT17-090.webp",
            "play-cost": 3,
            "security-effect": "[Security] Play this card without paying the cost.",
            "effect": "[Your Turn] When an effect places a Tamer card in one of your Digimon's digivolution cards, by suspending this Tamer, gain 1 memory.\n[End of Opponent's Turn] [Once Per Turn] If this Tamer is suspended, 1 of your Digimon with a Tamer card in its digivolution cards may digivolve into a Digimon card with [Dex] or [DeathX] in its name in the trash without paying the cost.",
            "rarity": "R",
            "category": "tamer",
            "block-icon": 3,
            "color": ["purple"],
            "number": "BT17-090",
            "name": "Tomonori Ryusenji",
            "type": "Abadin Electronics"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT17-090_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT17-090"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT17-090"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT17-090"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT17-090_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT17-090_P1"
        },
        "meta": {
            "notes": "Judge Pack 6"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT17-090",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT17-090"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30b7\u30fc\u30af\u30ec\u30c3\u30c8\u30af\u30e9\u30a4\u30b7\u30b9  [BT-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT17-090",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT17-090"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc2dc\ud06c\ub9bf \ud06c\ub77c\uc774\uc2dc\uc2a4 [BTK-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT17-090",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT17-090"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-17",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-17"
        },
        "meta": {
            "name": "SECRET CRISIS [BT-17]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT17-090"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT17-090">
    <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="BT17-090 Tomonori Ryusenji" src="https://images.heroi.cc/cards/en/BT17-090.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT17-090">BT17-090 Tomonori Ryusenji</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT17-090 Tomonori RyusenjiBT17-090 Tomonori Ryusenji on Heroicc