091---LightningWhip.json 679 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "id": "LightningWhip",
  3. "name": "Electric Cutlass",
  4. "moneyCost": 1750,
  5. "cellCost": 0,
  6. "droppable": true,
  7. "hasLevels": true,
  8. "castCD": 0,
  9. "tags": [
  10. {
  11. "tag": "Melee"
  12. },
  13. {
  14. "tag": "NoCritical"
  15. },
  16. {
  17. "tag": "Electric"
  18. }
  19. ],
  20. "props": {
  21. "dps": 30,
  22. "duration": 2
  23. },
  24. "group": 5,
  25. "icon": {
  26. "file": "cardIcons.png",
  27. "size": 24,
  28. "x": 11,
  29. "y": 0
  30. },
  31. "gameplayDesc": "Ignores shields. Applies high voltage.",
  32. "tier1": "Brutality",
  33. "legendAffix": "DeathExplosion",
  34. "__separator_group_ID": 6,
  35. "__separator_group_Name": "Ranged",
  36. "__original_Index": 91
  37. }