Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. {
  2. "itemName" : "skathtier3broadsword",
  3. "price" : 1250,
  4. "level" : 7,
  5. "maxStack" : 1,
  6. "rarity" : "Legendary",
  7. "description" : "A powerful Plasmablade forged by the Skath.",
  8. "shortdescription" : "Skath Plasmablade",
  9. "tooltipKind" : "sword",
  10. "category" : "broadsword",
  11. "twoHanded" : true,
  12. "itemTags" : ["weapon","melee","broadsword"],
  13.  
  14. "inventoryIcon" : "skathtier3broadswordicon.png",
  15.  
  16. "animation" : "/items/active/weapons/protectorate/protectoratebroadsword/protectoratebroadsword.animation",
  17. "animationParts" : {
  18. "sword" : "skathtier3broadsword.png",
  19. "swordfullbright" : "skathtier3broadswordfullbright.png"
  20. },
  21. "animationCustom" : { },
  22.  
  23. "scripts" : ["/items/active/weapons/protectorate/protectoratebroadsword/protectoratebroadsword.lua"],
  24.  
  25. "elementalType" : "physical",
  26.  
  27. "primaryAbilityType" : "broadswordcombo",
  28. "primaryAbility" : {
  29. "fireTime" : 0.8,
  30. "baseDps" : 10,
  31.  
  32. "animKeyPrefix" : "inactive"
  33. },
  34.  
  35. "inactiveBaseDps" : 10,
  36. "activeBaseDps" : 13,
  37.  
  38. "altAbility" : {
  39. "name" : "Empowerment",
  40. "type" : "empowerment",
  41. "scripts" : ["/items/active/weapons/protectorate/protectoratebroadsword/empowerment.lua"],
  42. "class" : "Empowerment",
  43.  
  44. "energyPerSecond" : 10,
  45.  
  46. "projectileOffset" : [1, 0],
  47. "projectileType" : "energytravelingswoosh",
  48. "baseDamage" : 8,
  49.  
  50. "cooldownTime" : 1.0,
  51.  
  52. "stances" : {
  53. "empower" : {
  54. "durationBefore" : 0.2,
  55. "durationAfter" : 0.5,
  56. "armRotation" : 90,
  57. "weaponRotation" : -90,
  58. "twoHanded" : true,
  59.  
  60. "weaponOffset" : [0.5, -0.375],
  61.  
  62. "allowRotate" : false,
  63. "allowFlip" : false
  64. },
  65. "windup" : {
  66. "duration" : 0.25,
  67. "armRotation" : 70,
  68. "weaponRotation" : 0,
  69. "twoHanded" : true,
  70.  
  71. "allowRotate" : false,
  72. "allowFlip" : false
  73. },
  74. "fire" : {
  75. "duration" : 0.4,
  76. "armRotation" : -45,
  77. "weaponRotation" : -55,
  78. "twoHanded" : true,
  79.  
  80. "allowRotate" : false,
  81. "allowFlip" : false
  82. }
  83. }
  84. },
  85.  
  86. "builder" : "/items/buildscripts/buildunrandweapon.lua"
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement