Advertisement
Guest User

Untitled

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