Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "itemName" : "propulsionblaster",
  3. "level" : 2,
  4. "price" : 2850,
  5. "maxStack" : 1,
  6. "rarity" : "Rare",
  7. "description" : "A propulsion blaster, it can be used in ^red;zero gravity environments^reset;.",
  8. "shortdescription" : "Propulsion Blaster",
  9. "tooltipKind" : "tool",
  10. "category" : "tool",
  11. "twoHanded" : false,
  12. "itemTags" : ["tool"],
  13. "largeImage" : "boostblaster.png",
  14.  
  15. "inventoryIcon" : "boostblaster.png",
  16.  
  17. "animation" : "/items/active/weapons/ranged/gun.animation",
  18. "animationParts" : {
  19. "butt" : "",
  20. "middle" : "boostblaster.png",
  21. "barrel" : "",
  22. "muzzleFlash" : ""
  23. },
  24. "animationCustom" : {
  25. "sounds" : {
  26. "fire" : [ "/sfx/gun/fireblast.ogg" ]
  27. }
  28. },
  29. "baseOffset" : [0.75, 0.125],
  30. "muzzleOffset" : [1.0, 0.125],
  31.  
  32. "scripts" : ["/items/active/weapons/ranged/gun.lua", "/items/active/weapons/weapon.lua"],
  33.  
  34. "elementalType" : "fire",
  35.  
  36. "primaryAbility" : {
  37. "scripts" : ["/items/active/weapons/melee/abilities/spear/rocketspear/rocketspear.lua"],
  38. "class" : "RocketSpear:fire"
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement