Advertisement
Guest User

Untitled

a guest
Jul 27th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "itemName" : "vulcancannon",
  3. "level" : 6,
  4. "price" : 20000,
  5. "maxStack" : 1,
  6. "rarity" : "Legendary",
  7. "description" : "Boundless Slaughter",
  8. "shortdescription" : "Vulcan Cannon",
  9. "category" : "uniqueWeapon",
  10. "tooltipKind" : "gun",
  11. "twoHanded" : true,
  12. "itemTags" : ["weapon","ranged"],
  13.  
  14. "fixedLevel" : false,
  15.  
  16. "inventoryIcon" : [
  17. { "image" : "vulcancannonicon.png" }
  18. ],
  19.  
  20. "animation" : "vulcancannon.animation",
  21. "animationParts" : {
  22. "middle" : "vulcancannon.png"
  23. },
  24. "animationCustom" : {
  25. "sounds" : {
  26. "fire" : ["/sfx/gun/akshot1.ogg", "/sfx/gun/akshot2.ogg", "/sfx/gun/akshot3.ogg"]
  27. },
  28. "lights" : {
  29. "muzzleFlash" : {
  30. "color" : [26, 221, 227]
  31. }
  32. }
  33. },
  34.  
  35. "baseOffset" : [0.75, -0.6],
  36. "muzzleOffset" : [1.5, -0.0475],
  37.  
  38. "scripts" : ["/items/active/weapons/ranged/gun.lua"],
  39.  
  40. "elementalType" : "physical",
  41.  
  42. "primaryAbility" : {
  43. "scripts" : ["/items/active/weapons/ranged/gunfire.lua"],
  44. "class" : "GunFire",
  45.  
  46. "fireTime" : 0.05,
  47. "baseDps" : 10,
  48. "energyUsage" : 0.1111,
  49. "projectileCount" : 1,
  50. "inaccuracy" : 0.04,
  51. "fireType" : "auto",
  52.  
  53. "projectileType" : "vulcanshot",
  54. "muzzleFlashVariants" : 0,
  55.  
  56. "stances" : {
  57. "idle" : {
  58. "armRotation" : 0,
  59. "weaponRotation" : 0,
  60. "twoHanded" : true,
  61.  
  62. "allowRotate" : true,
  63. "allowFlip" : true
  64. },
  65. "fire" : {
  66. "duration" : 0,
  67. "armRotation" : 4,
  68. "weaponRotation" : 4,
  69. "twoHanded" : true,
  70.  
  71. "allowRotate" : true,
  72. "allowFlip" : true
  73. },
  74. "cooldown" : {
  75. "duration" : 0,
  76. "armRotation" : 4,
  77. "weaponRotation" : 4,
  78. "twoHanded" : true,
  79.  
  80. "allowRotate" : true,
  81. "allowFlip" : true
  82. }
  83. }
  84. },
  85.  
  86. "builder" : "/items/buildscripts/buildunrandweapon.lua"
  87. }
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement