Zanmetsumon

Card Number
BT16-062
Rarity
C
Category
Digimon
Level
5
Block Icon
03
Colour
Black
Play Cost
8
DP
8000
Form
Ultimate
Attribute
Virus
Type
Beast Dragon
Digivolution Requirements
Digivolve Cost
3
Colour
Black
Level
4
Category
Digimon
Effect

Digivolve Lv.4 w/[Gammamon] in text: Cost 3

On Play When Digivolving De-Digivolve 1 1 of your opponent's Digimon with as much or less DP as this Digimon. Then, delete 1 Digimon with a play cost of 3 or less.

All Turns This Digimon gains all of the effects on cards with [Gammamon] in their names in this Digimon's digivolution cards.

Inherited Effect

All Turns This Digimon gains all of the effects on cards with [Gammamon] in their names in this Digimon's digivolution cards.

Q&A
Date
Question

When digivolving into this card, do the [When Digivolving] effects on digivolution cards with [Gammamon] in their names activate?

Answer

Yes, they activate.

This card's "This Digimon gains all effects of cards with [Gammamon] in their names in this Digimon's digivolution cards" effect is an [All Turns] effect, so it will activate as soon as the digivolution is confirmed. Therefore, [When Evolving] effects are gained and will trigger.

Releases
Genre
Booster Pack
Release Name
BEGINNING OBSERVER [BT-16]
Official Product Page
Date
Notes
BOOSTER BEGINNING OBSERVER [BT16]
International Arts

ja BT16-062 ブースターパック BEGINNING OBSERVER [BT-16]

zh-Hans BT16-062 BEGINNING OBSERVER 【BTC-10】

ko BT16-062 부스터 팩 BEGINNING OBSERVER [BTK-16]

GET /cards/en/BT16-062

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT16-062",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2024-03-28",
                "question": "When digivolving into this card, do the [When Digivolving] effects on digivolution cards with [Gammamon] in their names activate?",
                "answer": "Yes, they activate. \nThis card's \"This Digimon gains all effects of cards with [Gammamon] in their names in this Digimon's digivolution cards\" effect is an [All Turns] effect, so it will activate as soon as the digivolution is confirmed. Therefore, [When Evolving] effects are gained and will trigger."
            }],
            "digivolution-requirements": [{
                "level": 4,
                "category": "digimon",
                "color": ["black"],
                "cost": 3
            }],
            "language": "en",
            "inherited-effect": "[All Turns] This Digimon gains all of the effects on cards with [Gammamon] in their names in this Digimon's digivolution cards.",
            "dp": 8000,
            "notes": "BOOSTER BEGINNING OBSERVER [BT16]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT16-062.webp",
            "play-cost": 8,
            "form": "Ultimate",
            "effect": "[Digivolve] Lv.4 w\/[Gammamon] in text: Cost 3\n[On Play] [When Digivolving] \uff1cDe-Digivolve 1\uff1e 1 of your opponent's Digimon with as much or less DP as this Digimon. Then, delete 1 Digimon with a play cost of 3 or less. \n[All Turns] This Digimon gains all of the effects on cards with [Gammamon] in their names in this Digimon's digivolution cards.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Virus",
            "block-icon": 3,
            "color": ["black"],
            "number": "BT16-062",
            "name": "Zanmetsumon",
            "type": "Beast Dragon"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT16-062"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT16-062"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT16-062"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-16"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT16-062",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT16-062"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af BEGINNING OBSERVER  [BT-16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT16-062",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT16-062"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 BEGINNING OBSERVER [BTK-16]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT16-062",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT16-062"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/bt-16",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/bt-16"
        },
        "meta": {
            "name": "BEGINNING OBSERVER [BT-16]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT16-062"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT16-062 ZanmetsumonBT16-062 Zanmetsumon on Heroicc