025---SideBomb.json 769 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "id": "SideBomb",
  3. "name": "Chicken",
  4. "moneyCost": 1500,
  5. "cellCost": 0,
  6. "droppable": true,
  7. "castCD": 0,
  8. "tags": [
  9. {
  10. "tag": "SingleUse"
  11. },
  12. {
  13. "tag": "NoCooldownReadySfx"
  14. }
  15. ],
  16. "props": {
  17. "sideKickMob": "S_Chicken",
  18. "count": 5,
  19. "duration": 1,
  20. "range": 20,
  21. "ammo": 5,
  22. "prct": 0.3
  23. },
  24. "group": 2,
  25. "icon": {
  26. "file": "cardIcons.png",
  27. "size": 24,
  28. "x": 8,
  29. "y": 6
  30. },
  31. "gameplayDesc": "Summons a flock of chicken companions which last indefinitely.",
  32. "tier1": "Brutality",
  33. "hasLevels": false,
  34. "tier2": "Survival",
  35. "legendAffix": "PoisonOnHit",
  36. "__separator_group_ID": 2,
  37. "__separator_group_Name": "Grenade",
  38. "__original_Index": 25
  39. }