Profile_Name_Pending

Untitled

Nov 12th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. /spawnitem durasteelrevolver 1
  2. '{
  3. "itemName": "durasteelrevolver",
  4. "price": 640,
  5. "maxStack": 1,
  6. "rarity": "Uncommon",
  7. "description": "A large handgun that packs a punch.",
  8. "shortdescription": "Test Homing Gun",
  9. "tooltipKind": "gun",
  10. "category": "pistol",
  11. "twoHanded": false,
  12. "itemTags": ["weapon",
  13. "ranged",
  14. "pistol"],
  15. "level": 4,
  16. "inventoryIcon": "durasteelrevolver.png",
  17. "animation": "/items/active/weapons/ranged/gun.animation",
  18. "animationParts": {
  19. "butt": "",
  20. "middle": "durasteelrevolver.png",
  21. "barrel": "",
  22. "muzzleFlash": "/items/active/weapons/ranged/muzzleflash.png"
  23. },
  24. "animationCustom": {
  25. "sounds": {
  26. "fire": ["/sfx/gun/revolver2.ogg"]
  27. }
  28. },
  29. "baseOffset": [0.5,
  30. 0.15],
  31. "muzzleOffset": [1.5,
  32. 0.3],
  33. "scripts": ["/items/active/weapons/ranged/gun.lua"],
  34. "elementalType": "physical",
  35. "primaryAbility": {
  36. "scripts": ["/items/active/weapons/ranged/gunfire.lua"],
  37. "class": "GunFire",
  38. "fireTime": 0.6,
  39. "baseDps": 6.25,
  40. "energyUsage": 18.75,
  41. "inaccuracy": 0.025,
  42. "projectileCount": 1,
  43. "fireType": "auto",
  44. "projectileType": "mechhomingmissile",
  45. "projectileParameters": {
  46. "knockback": 6,
  47. "processing": "?hueshift=?0",
  48. "periodicActions": [{
  49. "action": "projectile",
  50. "type": "carrot",
  51. "time": 0.0,
  52. "angle": 0,
  53. "bounces": 0,
  54. "repeat": true,
  55. "config": {
  56. "damageTeam": {
  57. "type": "enemy",
  58. "processing": "?hueshift=0",
  59. "damageKind": "physical",
  60. "power": 30,
  61. "knockback": 0,
  62. "speed": 0,
  63. "angle": 0,
  64. "timeToLive": 0.01,
  65. "actionOnReap": []
  66. }
  67. }
  68. }]
  69. },
  70. "stances": {
  71. "idle": {
  72. "armRotation": 0,
  73. "weaponRotation": 0,
  74. "twoHanded": false,
  75. "allowRotate": true,
  76. "allowFlip": true
  77. },
  78. "fire": {
  79. "duration": 0,
  80. "armRotation": 3,
  81. "weaponRotation": 3,
  82. "twoHanded": false,
  83. "allowRotate": false,
  84. "allowFlip": false
  85. },
  86. "cooldown": {
  87. "duration": 0.15,
  88. "armRotation": 3,
  89. "weaponRotation": 3,
  90. "twoHanded": false,
  91. "allowRotate": false,
  92. "allowFlip": false
  93. }
  94. }
  95. },
  96. "builder": "/items/buildscripts/buildunrandweapon.lua"
  97. }'
Advertisement
Add Comment
Please, Sign In to add comment