Lalamon

Card Number
BT13-049
Rarity
C
Category
Digimon
Level
3
Block Icon
02
Supplemental Rarity
Alternative Art #2
Colour
Green
Play Cost
3
DP
1000
Form
Rookie
Attribute
Data
Type
Vegetation
Digivolution Requirements
Digivolve Cost
0
Colour
Green
Level
2
Category
Digimon
Effect

On Play Reveal the top 3 cards of your deck. Add 1 Digimon card with [Vegetation], [Plant], or [Fairy] in one of its traits and 1 [Yoshino Fujieda] among them to the hand. Place the rest at the bottom of the deck in any order.

Inherited Effect

Your TurnOnce Per Turn When this Digimon would digivolve, if you have a green Tamer, reduce the digivolution cost by 1.

Releases
Genre
Promotion Card
Release Name
Promotion Card [P]
Notes
Judge Pack 5
Alternate Arts

en BT13-049 BOOSTER VERSUS ROYAL KNIGHTS [BT13]

en BT13-049 P1 Event Pack 6

International Arts

ja BT13-049 ブースターパック VSロイヤルナイツ [BT-13]

zh-Hans BT13-049 GREAT WARRIOR 【BTC-07】

ko BT13-049 부스터 팩 vs 로얄 나이츠 [BTK-13]

GET /cards/en/BT13-049_P2

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/en\/BT13-049_P2",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["green"],
                "cost": 0
            }],
            "language": "en",
            "inherited-effect": "[Your Turn][Once Per Turn] When this Digimon would digivolve, if you have a green Tamer, reduce the digivolution cost by 1.",
            "dp": 1000,
            "notes": "Judge Pack 5",
            "parallel-id": 2,
            "image": "https:\/\/images.heroi.cc\/cards\/en\/BT13-049_P2.webp",
            "play-cost": 3,
            "form": "Rookie",
            "effect": "[On Play] Reveal the top 3 cards of your deck. Add 1 Digimon card with [Vegetation], [Plant], or [Fairy] in one of its traits and 1 [Yoshino Fujieda] among them to the hand. Place the rest at the bottom of the deck in any order.",
            "rarity": "C",
            "category": "digimon",
            "attribute": "Data",
            "block-icon": 2,
            "color": ["green"],
            "number": "BT13-049",
            "name": "Lalamon",
            "type": "Vegetation"
        },
        "relationships": {
            "alternate-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT13-049"
                }, {
                    "type": "card",
                    "id": "\/cards\/en\/BT13-049_P1"
                }]
            },
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/ja\/BT13-049"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT13-049"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/BT13-049"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/en\/p"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT13-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT13-049"
        },
        "meta": {
            "notes": "BOOSTER VERSUS ROYAL KNIGHTS [BT13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/en\/BT13-049_P1",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT13-049_P1"
        },
        "meta": {
            "notes": "Event Pack 6"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT13-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT13-049"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af VS\u30ed\u30a4\u30e4\u30eb\u30ca\u30a4\u30c4 [BT-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT13-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT13-049"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 vs \ub85c\uc584 \ub098\uc774\uce20 [BTK-13]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT13-049",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT13-049"
        }
    }, {
        "type": "release",
        "id": "\/releases\/en\/p",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/en\/p"
        },
        "meta": {
            "name": "Promotion Card [P]"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/en\/BT13-049_P2"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="en" data-card-id="BT13-049_P2">
    <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="BT13-049 Lalamon · Alternate Art #2" src="https://images.heroi.cc/cards/en/BT13-049_P2.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/en/BT13-049_P2">BT13-049 Lalamon<span> · </span>
            <small>
                <em>Alternate Art #2</em>
            </small>
        </a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT13-049 Lalamon · Alternate Art #2BT13-049 Lalamon · Alternate Art #2 on Heroicc