アンゴラモン

Card Number
LM-008
Rarity
U
Category
Digimon
Level
3
Block Icon
03
Colour
Green
Play Cost
3
DP
1000
Form
成長期
Attribute
ワクチン種
Type
獣型
Digivolution Requirements
Digivolve Cost
0
Colour
Green
Level
2
Category
Digimon
Effect

自分のメインフェイズ開始時自分のテイマーがいるなら、メモリー+1。

Inherited Effect

自分のターンこのデジモンに「アンゴラモン」の記述がある間、このデジモンをDP+2000。

Releases
Genre
その他
Release Name
リミテッドカードパック デジモンゴーストゲーム【LM-01】
Official Product Page
Date
Notes
リミテッドカードパック デジモンゴーストゲーム [LM-01]
International Arts

en LM-008 LIMITED PACK DIGIMON GHOST GAME [LM01]

zh-Hans LM-008 LIMITED BOOSTER【LM-01】

ko LM-008 프로모션 카드

GET /cards/ja/LM-008

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/ja\/LM-008",
        "attributes": {
            "level": 3,
            "digivolution-requirements": [{
                "level": 2,
                "category": "digimon",
                "color": ["green"],
                "cost": 0
            }],
            "language": "ja",
            "inherited-effect": "\u3010\u81ea\u5206\u306e\u30bf\u30fc\u30f3\u3011\u3053\u306e\u30c7\u30b8\u30e2\u30f3\u306b\u300c\u30a2\u30f3\u30b4\u30e9\u30e2\u30f3\u300d\u306e\u8a18\u8ff0\u304c\u3042\u308b\u9593\u3001\u3053\u306e\u30c7\u30b8\u30e2\u30f3\u3092DP+2000\u3002",
            "dp": 1000,
            "notes": "\u30ea\u30df\u30c6\u30c3\u30c9\u30ab\u30fc\u30c9\u30d1\u30c3\u30af \u30c7\u30b8\u30e2\u30f3\u30b4\u30fc\u30b9\u30c8\u30b2\u30fc\u30e0 [LM-01]",
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/ja\/LM-008.webp",
            "play-cost": 3,
            "form": "\u6210\u9577\u671f",
            "effect": "\u3010\u81ea\u5206\u306e\u30e1\u30a4\u30f3\u30d5\u30a7\u30a4\u30ba\u958b\u59cb\u6642\u3011\u81ea\u5206\u306e\u30c6\u30a4\u30de\u30fc\u304c\u3044\u308b\u306a\u3089\u3001\u30e1\u30e2\u30ea\u30fc+1\u3002",
            "rarity": "U",
            "category": "digimon",
            "attribute": "\u30ef\u30af\u30c1\u30f3\u7a2e",
            "block-icon": 3,
            "color": ["green"],
            "number": "LM-008",
            "name": "\u30a2\u30f3\u30b4\u30e9\u30e2\u30f3",
            "type": "\u7363\u578b"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/LM-008"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/LM-008"
                }, {
                    "type": "card",
                    "id": "\/cards\/zh-Hans\/LM-008"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/ja\/lm-01"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/LM-008",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/LM-008"
        },
        "meta": {
            "notes": "LIMITED PACK DIGIMON GHOST GAME [LM01]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/LM-008",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/LM-008"
        },
        "meta": {
            "notes": "\ud504\ub85c\ubaa8\uc158 \uce74\ub4dc"
        }
    }, {
        "type": "card",
        "id": "\/cards\/zh-Hans\/LM-008",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/LM-008"
        }
    }, {
        "type": "release",
        "id": "\/releases\/ja\/lm-01",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/ja\/lm-01"
        },
        "meta": {
            "name": "\u30ea\u30df\u30c6\u30c3\u30c9\u30ab\u30fc\u30c9\u30d1\u30c3\u30af \u30c7\u30b8\u30e2\u30f3\u30b4\u30fc\u30b9\u30c8\u30b2\u30fc\u30e0\u3010LM-01\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/ja\/LM-008"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="ja" data-card-id="LM-008">
    <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="LM-008 アンゴラモン" src="https://images.heroi.cc/cards/ja/LM-008.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/ja/LM-008">LM-008 アンゴラモン</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

LM-008 アンゴラモンLM-008 アンゴラモン on Heroicc