022---FireBomb.json 893 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "id": "FireBomb",
  3. "name": "Twin-Faced Grenade",
  4. "droppable": false,
  5. "castCD": 0,
  6. "props": {
  7. "range": 6.5,
  8. "duration": 2.5,
  9. "item": "IceBomb",
  10. "dps": 25,
  11. "aoeDuration": 2.5
  12. },
  13. "group": 2,
  14. "tags": [
  15. {
  16. "tag": "Ranged"
  17. },
  18. {
  19. "tag": "Fire"
  20. },
  21. {
  22. "tag": "Explosive"
  23. },
  24. {
  25. "tag": "UnlockInPublicEvent"
  26. },
  27. {
  28. "tag": "TransformOnUse"
  29. }
  30. ],
  31. "gameplayDesc": "{Burns@FI} the enemies (::+dps:: DPS for ::duration:: sec), then transforms into Ice Grenade.",
  32. "icon": {
  33. "file": "icons.png",
  34. "size": 24,
  35. "x": 8,
  36. "y": 0
  37. },
  38. "cellCost": 20,
  39. "moneyCost": 1800,
  40. "tier1": "Brutality",
  41. "hasLevels": true,
  42. "legendAffix": "OilAndFireOnUse",
  43. "__separator_group_ID": 2,
  44. "__separator_group_Name": "Grenade",
  45. "__original_Index": 22
  46. }