021---IceBomb.json 817 B

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