123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "id": "IceBomb",
- "name": "Twin-Faced Grenade",
- "moneyCost": 1800,
- "cellCost": 0,
- "droppable": true,
- "castCD": 0,
- "tags": [
- {
- "tag": "Ranged"
- },
- {
- "tag": "Ice"
- },
- {
- "tag": "Explosive"
- },
- {
- "tag": "NoDamage"
- },
- {
- "tag": "TransformOnUse"
- }
- ],
- "props": {
- "coolDown": 10,
- "item": "FireBomb",
- "range": 6,
- "duration": 1
- },
- "group": 2,
- "icon": {
- "file": "icons.png",
- "size": 24,
- "x": 13,
- "y": 5
- },
- "gameplayDesc": "{Freezes@IC} the victims, then transforms into Fire Grenade.",
- "tier1": "Brutality",
- "hasLevels": true,
- "legendAffix": "StrongIce",
- "__separator_group_ID": 2,
- "__separator_group_Name": "Grenade",
- "__original_Index": 21
- }
|