Eosmon

Card Number
BT17-075
Rarity
U
Category
Digimon
Level
5
Block Icon
03
Colour
White
Play Cost
6
DP
6000
Form
Ultimate
Attribute
Unknown
Type
Unknown
Effect

Digivolve Lv.4 [Eosmon]: Cost 3

On Play When Digivolving Your opponent may play 1 Tamer card from their hand without paying the cost. If this effect didn't play, you may play 1 white Tamer card with a play cost of 4 or less from your hand without paying the cost. Then, De-Digivolve 1 1 of your opponent's Digimon for every 2 Tamers.

Inherited Effect

Opponent's Turn Once Per Turn When an opponent's Digimon attacks, you may switch the target of attack to 1 of your [Eosmon].

Q&A
Date
Question

Can I also use this card's inherited effect to switch the attack target to an unsuspended [Eosmon]?

Answer

Yes, you can.

Date
Question

If both players don't play a Tamer for this card's [On Play] [When Digivolving] effect, do I still perform <De-Digivolve 1>?

Answer

Yes, you do.

You perform the part of the effect after "then" regardless of whether or not a Tamer was played.

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

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

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

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

GET /cards/en/BT17-075

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT17-075",
        "attributes": {
            "level": 5,
            "faqs": [{
                "date": "2024-09-06",
                "question": "Can I also use this card's inherited effect to switch the attack target to an unsuspended [Eosmon]?",
                "answer": "Yes, you can."
            }, {
                "date": "2024-09-06",
                "question": "If both players don't play a Tamer for this card's [On Play] [When Digivolving] effect, do I still perform <De-Digivolve 1>?",
                "answer": "Yes, you do. \nYou perform the part of the effect after \"then\" regardless of whether or not a Tamer was played."
            }],
            "language": "en",
            "inherited-effect": "[Opponent's Turn] [Once Per Turn] When an opponent's Digimon attacks, you may switch the target of attack to 1 of your [Eosmon].",
            "dp": 6000,
            "notes": "BOOSTER SECRET CRISIS [BT17]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT17-075.webp",
            "play-cost": 6,
            "form": "Ultimate",
            "effect": "[Digivolve] Lv.4 [Eosmon]: Cost 3\n[On Play] [When Digivolving] Your opponent may play 1 Tamer card from their hand without paying the cost. If this effect didn't play, you may play 1 white Tamer card with a play cost of 4 or less from your hand without paying the cost. Then, \uff1cDe-Digivolve 1\uff1e 1 of your opponent's Digimon for every 2 Tamers.",
            "rarity": "U",
            "category": "digimon",
            "attribute": "Unknown",
            "block-icon": 3,
            "color": ["white"],
            "number": "BT17-075",
            "name": "Eosmon",
            "type": "Unknown"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT17-075"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT17-075"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT17-075"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/bt-17"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/ja\/BT17-075",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT17-075"
        },
        "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-075",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT17-075"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \uc2dc\ud06c\ub9bf \ud06c\ub77c\uc774\uc2dc\uc2a4 [BTK-17]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT17-075",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT17-075"
        }
    }, {
        "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-075"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

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

Refer to the documentation for configuration options.

BT17-075 EosmonBT17-075 Eosmon on Heroicc