12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "id": "FireBomb",
- "name": "Twin-Faced Grenade",
- "droppable": false,
- "castCD": 0,
- "props": {
- "range": 6.5,
- "duration": 2.5,
- "item": "IceBomb",
- "dps": 25,
- "aoeDuration": 2.5
- },
- "group": 2,
- "tags": [
- {
- "tag": "Ranged"
- },
- {
- "tag": "Fire"
- },
- {
- "tag": "Explosive"
- },
- {
- "tag": "UnlockInPublicEvent"
- },
- {
- "tag": "TransformOnUse"
- }
- ],
- "gameplayDesc": "{Burns@FI} the enemies (::+dps:: DPS for ::duration:: sec), then transforms into Ice Grenade.",
- "icon": {
- "file": "icons.png",
- "size": 24,
- "x": 8,
- "y": 0
- },
- "cellCost": 20,
- "moneyCost": 1800,
- "tier1": "Brutality",
- "hasLevels": true,
- "legendAffix": "OilAndFireOnUse",
- "__separator_group_ID": 2,
- "__separator_group_Name": "Grenade",
- "__original_Index": 22
- }
|