Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. {
  2. "itemName" : "protectoratehandcannon",
  3. "price" : 1000,
  4. "maxStack" : 1,
  5. "rarity" : "Legendary",
  6. "description" : "A powerful experimental weapon designed by the Terrene Protectorate.",
  7. "shortdescription" : "Protector's Handgun",
  8. "tooltipKind" : "gun",
  9. "category" : "pistol",
  10. "twoHanded" : true,
  11. "itemTags" : ["weapon","ranged","pistol","upgradeableWeapon"],
  12. "level" : 7,
  13.  
  14. "inventoryIcon" : "fixedprotectorspistol.png",
  15.  
  16. "animation" : "/items/active/weapons/ranged/gun.animation",
  17. "animationParts" : {
  18. "butt" : "",
  19. "middle" : "fixedprotectorspistol.png",
  20. "middlefullbright" : "fixedprotectorspistolfullbright.png",
  21. "barrel" : "",
  22. "muzzleFlash" : "/items/active/weapons/ranged/unrand/spaceplasmarifle/muzzleflash.png"
  23. },
  24. "animationCustom" : {
  25. "lights" : { "glow" : {
  26. "active" : true,
  27. "position" : [0.50, 0.5],
  28. "color" : [103, 158, 255]
  29. }},
  30. "animationCustom" : {
  31. "sounds" : {
  32. "fire" : ["/sfx/gun/plasma_ar1.ogg"]
  33. }
  34. },
  35.  
  36. "baseOffset" : [0.25, 0.0],
  37. "muzzleOffset" : [0.50, 0.0],
  38.  
  39. "scripts" : ["/items/active/weapons/ranged/gun.lua"],
  40.  
  41. "elementalType" : "physical",
  42.  
  43. "primaryAbility" : {
  44. "scripts" : ["/items/active/weapons/ranged/gunfire.lua"],
  45. "class" : "GunFire",
  46.  
  47. "fireTime" : 0.8,
  48. "baseDps" : 10,
  49. "energyUsage" : 25,
  50. "inaccuracy" : 0.0,
  51.  
  52. "projectileCount" : 1,
  53. "fireType" : "auto",
  54.  
  55. "projectileType" : "blueplasmabullet",
  56. "projectileParameters" : {
  57. "knockback" : 13
  58. },
  59. "stances" : {
  60. "idle" : {
  61. "armRotation" : 0,
  62. "weaponRotation" : 0,
  63. "twoHanded" : true,
  64.  
  65. "allowRotate" : true,
  66. "allowFlip" : true
  67. },
  68. "fire" : {
  69. "duration" : 0,
  70. "armRotation" : 3,
  71. "weaponRotation" : 3,
  72. "twoHanded" : true,
  73.  
  74. "allowRotate" : false,
  75. "allowFlip" : false
  76. },
  77. "cooldown" : {
  78. "duration" : 0.15,
  79. "armRotation" : 3,
  80. "weaponRotation" : 3,
  81. "twoHanded" : true,
  82.  
  83. "allowRotate" : false,
  84. "allowFlip" : false
  85. }
  86. }
  87. },
  88.  
  89. "altAbilityType" : "tactical_shot",
  90.  
  91. "builder" : "/items/buildscripts/buildunrandweapon.lua",
  92.  
  93. "upgradeParameters" : {
  94. "inventoryIcon" : "masterpistol.png",
  95. "animationParts" : {
  96. "middle" : "masterpistol.png"
  97. "middlefullbright" : "masterpistolfullbright.png"
  98. },
  99. "shortdescription" : "Protector’s Handgun ^yellow;^reset;"
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement