加鲁鲁炮

Card Number
BT5-096
Rarity
C
Category
Option
Colour
Blue
Use Cost
3
Effect

主要将对方所有DP不高于3000的数码宝贝放回到其手牌中。当我方场上存在名称中包含“加鲁鲁兽”“奥米加兽”的数码宝贝时,则效果改为将对方所有DP不高于5000的数码宝贝放回到其手牌中。丢弃那些数码宝贝的所有进化源。

Security Effect

安防发动此卡牌的主要效果。

Releases
Genre
补充包
Release Name
DIAMOND LEGEND【BTC-03】
Official Product Page
Date
International Arts

ja BT5-096 ブースターパック バトルオブオメガ [BT-05]

en BT5-096 BOOSTER -BATTLE OF OMNI- [BT05]

ko BT5-096 부스터 팩 배틀 오브 오메가 [BTK-05]

GET /cards/zh-Hans/BT5-096

JSON:API

{
    "data": {
        "type": "card",
        "id": "\/cards\/zh-Hans\/BT5-096",
        "attributes": {
            "language": "zh-Hans",
            "use-cost": 3,
            "parallel-id": 0,
            "image": "https:\/\/images.heroi.cc\/cards\/zh-Hans\/BT5-096.webp",
            "security-effect": "\u3010\u5b89\u9632\u3011\u53d1\u52a8\u6b64\u5361\u724c\u7684\u3010\u4e3b\u8981\u3011\u6548\u679c\u3002",
            "effect": "\u3010\u4e3b\u8981\u3011\u5c06\u5bf9\u65b9\u6240\u6709DP\u4e0d\u9ad8\u4e8e3000\u7684\u6570\u7801\u5b9d\u8d1d\u653e\u56de\u5230\u5176\u624b\u724c\u4e2d\u3002\u5f53\u6211\u65b9\u573a\u4e0a\u5b58\u5728\u540d\u79f0\u4e2d\u5305\u542b\u201c\u52a0\u9c81\u9c81\u517d\u201d\u6216\u201c\u5965\u7c73\u52a0\u517d\u201d\u7684\u6570\u7801\u5b9d\u8d1d\u65f6,\u5219\u6548\u679c\u6539\u4e3a\u5c06\u5bf9\u65b9\u6240\u6709DP\u4e0d\u9ad8\u4e8e5000\u7684\u6570\u7801\u5b9d\u8d1d\u653e\u56de\u5230\u5176\u624b\u724c\u4e2d\u3002\u4e22\u5f03\u90a3\u4e9b\u6570\u7801\u5b9d\u8d1d\u7684\u6240\u6709\u8fdb\u5316\u6e90\u3002",
            "rarity": "C",
            "category": "option",
            "color": ["blue"],
            "number": "BT5-096",
            "name": "\u52a0\u9c81\u9c81\u70ae"
        },
        "relationships": {
            "international-arts": {
                "data": [{
                    "type": "card",
                    "id": "\/cards\/en\/BT5-096"
                }, {
                    "type": "card",
                    "id": "\/cards\/ja\/BT5-096"
                }, {
                    "type": "card",
                    "id": "\/cards\/ko\/BT5-096"
                }]
            },
            "releases": {
                "data": [{
                    "type": "release",
                    "id": "\/releases\/zh-Hans\/btc-03"
                }]
            }
        }
    },
    "included": [{
        "type": "card",
        "id": "\/cards\/en\/BT5-096",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/en\/BT5-096"
        },
        "meta": {
            "notes": "BOOSTER -BATTLE OF OMNI- [BT05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ja\/BT5-096",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ja\/BT5-096"
        },
        "meta": {
            "notes": "\u30d6\u30fc\u30b9\u30bf\u30fc\u30d1\u30c3\u30af \u30d0\u30c8\u30eb\u30aa\u30d6\u30aa\u30e1\u30ac [BT-05]"
        }
    }, {
        "type": "card",
        "id": "\/cards\/ko\/BT5-096",
        "links": {
            "self": "https:\/\/api.heroi.cc\/cards\/ko\/BT5-096"
        },
        "meta": {
            "notes": "\ubd80\uc2a4\ud130 \ud329 \ubc30\ud2c0 \uc624\ube0c \uc624\uba54\uac00 [BTK-05]"
        }
    }, {
        "type": "release",
        "id": "\/releases\/zh-Hans\/btc-03",
        "links": {
            "self": "https:\/\/api.heroi.cc\/releases\/zh-Hans\/btc-03"
        },
        "meta": {
            "name": "DIAMOND LEGEND\u3010BTC-03\u3011"
        }
    }],
    "links": {
        "self": "https:\/\/api.heroi.cc\/cards\/zh-Hans\/BT5-096"
    }
}

Refer to the API Documentation.

<heroicc-card>

HTML Web Component

<heroicc-card lang="zh-Hans" data-card-id="BT5-096">
    <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="BT5-096 加鲁鲁炮" src="https://images.heroi.cc/cards/zh-Hans/BT5-096.webp" />
    </picture>
    <span class="credit">
        <a href="https://heroi.cc/cards/zh-Hans/BT5-096">BT5-096 加鲁鲁炮</a>
        <span> on </span>
        <a href="https://heroi.cc">Heroicc</a>
    </span>
</heroicc-card>

Refer to the documentation for configuration options.

BT5-096 加鲁鲁炮BT5-096 加鲁鲁炮 on Heroicc

Panorama