Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. [11:33:42.331] [Info] {
  2. "parameters" : {
  3. "critBonus" : 16,
  4. "level" : 9,
  5. "primaryAbilityType" : "whipcrack",
  6. "critChance" : 14,
  7. "inventoryIcon" : "vinewhip_l6.png:idle",
  8. "baseDps" : 61,
  9. "chain" : {
  10. "endSegmentImage" : "/items/active/weapons/whip/vinelinkend_l6.png"
  11. },
  12. "animationParts" : {
  13. "weapon" : "vinewhip_l6.png"
  14. },
  15. "shortdescription" : "Vine Whip ^yellow;^reset;"
  16. },
  17. "config" : {
  18. "itemTags" : ["weapon", "upgradeableWeapon", "whip", "whip"],
  19. "tooltipFields" : {
  20. "critChanceLabel" : 14,
  21. "damageKindImage" : "/interface/elements/poison.png",
  22. "critBonusLabel" : 16,
  23. "speedLabel" : 1,
  24. "damagePerShotLabel" : 30
  25. },
  26. "animationParts" : {
  27. "weapon" : "vinewhip.png",
  28. "weaponFullbright" : ""
  29. },
  30. "primaryAbility" : {
  31. "projectileType" : "whipcrackpoison",
  32. "projectileConfig" : {
  33. },
  34. "crackDps" : 4.5,
  35. "name" : "Whip Crack",
  36. "damageConfig" : {
  37. "damageSourceKind" : "poisonlash",
  38. "timeout" : 0.3,
  39. "timeoutGroup" : "primary",
  40. "statusEffects" : []
  41. },
  42. "class" : "WhipCrack",
  43. "chainDps" : 1.5,
  44. "type" : "whipcrack",
  45. "fireTime" : 1,
  46. "scripts" : ["/items/active/weapons/whip/abilities/whipcrack.lua"],
  47. "stances" : {
  48. "swing" : {
  49. "allowFlip" : true,
  50. "weaponRotation" : -90,
  51. "allowRotate" : false,
  52. "armRotation" : 0,
  53. "weaponRotationCenter" : [0, 0],
  54. "weaponOffset" : [-1.3, 0.875]
  55. },
  56. "extend" : {
  57. "allowFlip" : false,
  58. "duration" : 0.1,
  59. "weaponRotation" : -90,
  60. "allowRotate" : false,
  61. "armRotation" : 0,
  62. "weaponRotationCenter" : [0, 0],
  63. "weaponOffset" : [-1.3, 0.875]
  64. },
  65. "idle" : {
  66. "allowFlip" : true,
  67. "weaponRotation" : 0,
  68. "allowRotate" : true,
  69. "armRotation" : -90,
  70. "weaponRotationCenter" : [0, 0],
  71. "weaponOffset" : [-1.3, 0.625]
  72. },
  73. "windup" : {
  74. "allowFlip" : true,
  75. "duration" : 0.25,
  76. "weaponRotation" : 0,
  77. "allowRotate" : true,
  78. "armRotation" : 100,
  79. "weaponRotationCenter" : [0, 0],
  80. "weaponOffset" : [-1.3, 0.625]
  81. },
  82. "fire" : {
  83. "allowFlip" : false,
  84. "duration" : 0.1,
  85. "weaponRotation" : -90,
  86. "allowRotate" : false,
  87. "armRotation" : 0,
  88. "weaponRotationCenter" : [0, 0],
  89. "weaponOffset" : [-1.3, 0.875]
  90. }
  91. }
  92. },
  93. "category" : "whip",
  94. "price" : 5000,
  95. "chain" : {
  96. "segmentImage" : "/items/active/weapons/whip/vinelink.png",
  97. "length" : [4, 10],
  98. "segmentSize" : 0.375,
  99. "startOffset" : [0.625, 0.0625],
  100. "endSegmentImage" : "/items/active/weapons/whip/vinelinkend.png"
  101. },
  102. "builder" : "/items/buildscripts/buildwhip.lua",
  103. "animation" : "whip.animation",
  104. "level" : 3,
  105. "animationScripts" : ["/items/active/effects/chain.lua"],
  106. "itemName" : "vinewhip",
  107. "description" : "A whip made from a thorny vine. Get cracking!",
  108. "maxStack" : 1,
  109. "shortdescription" : "Vine Whip",
  110. "critBonus" : 4,
  111. "damageLevelMultiplier" : 5,
  112. "critChance" : 2,
  113. "rarity" : "uncommon",
  114. "inventoryIcon" : "vinewhip.png:idle",
  115. "scripts" : ["whip.lua"],
  116. "elementalType" : "poison",
  117. "animationCustom" : {
  118. "particleEmitters" : {
  119. "crack" : {
  120. "burstCount" : 3,
  121. "particles" : [{
  122. "particle" : "poisonswoosh1"
  123. }]
  124. }
  125. },
  126. "sounds" : {
  127. "swing" : ["/sfx/melee/whip_swing1.ogg", "/sfx/melee/whip_swing2.ogg", "/sfx/melee/whip_swing3.ogg"],
  128. "crack" : ["/sfx/melee/whip_impact1.ogg", "/sfx/melee/whip_impact2.ogg", "/sfx/melee/whip_impact3.ogg"]
  129. }
  130. },
  131. "primaryAbilityType" : "whipcrack",
  132. "upgradeParameters" : {
  133. "shortdescription" : "Vine Whip ^yellow;^reset;",
  134. "animationParts" : {
  135. "weapon" : "vinewhip_l6.png"
  136. },
  137. "chain" : {
  138. "endSegmentImage" : "/items/active/weapons/whip/vinelinkend_l6.png"
  139. },
  140. "inventoryIcon" : "vinewhip_l6.png:idle"
  141. },
  142. "twoHanded" : false,
  143. "tooltipKind" : "sword"
  144. },
  145. "directory" : "/items/active/weapons/whip/"
  146. }
  147. [11:33:48.118] [Info] {
  148. "parameters" : {
  149. },
  150. "config" : {
  151. "itemTags" : ["weapon", "magnorb", "hellfire", "upgradeableWeapon"],
  152. "animationParts" : {
  153. "orb2" : "orbhellfire.png",
  154. "orb1" : "orbhellfire.png",
  155. "glove" : "glovehellfire.png",
  156. "orb3" : "orbhellfire.png",
  157. "glovefullbright" : "glovehellfirefullbright.png",
  158. "orb4" : "orbhellfire.png"
  159. },
  160. "tooltipFields" : {
  161. "forceLabel" : 60,
  162. "knockbackLabel" : 1,
  163. "critChanceLabel" : 2,
  164. "damageKindImage" : "/interface/elements/fire.png",
  165. "shieldHealthLabel" : 400,
  166. "shieldPowerLabel" : "Fire Aura",
  167. "critBonusLabel" : 5,
  168. "maxDamageLabel" : 9.1
  169. },
  170. "category" : "Magnorb",
  171. "builder" : "/items/buildscripts/buildmagnorb.lua",
  172. "critChance" : 2,
  173. "shieldEnergyCost" : 40,
  174. "scripts" : ["magnorbsquad.lua"],
  175. "orbitRate" : 0.6,
  176. "shieldKnockback" : 12,
  177. "elementalType" : "fire",
  178. "animation" : "magnorbhellfire.animation",
  179. "level" : 5,
  180. "stances" : {
  181. "shield" : {
  182. "allowFlip" : true,
  183. "allowRotate" : true,
  184. "armRotation" : 0,
  185. "twoHanded" : false
  186. },
  187. "idle" : {
  188. "allowFlip" : true,
  189. "allowRotate" : true,
  190. "armRotation" : 10,
  191. "twoHanded" : false
  192. }
  193. },
  194. "shortdescription" : "Hellfire Orbs",
  195. "projectileType" : "magnorbhellfire",
  196. "damageLevelMultiplier" : 3,
  197. "description" : "Full of scorchy fun.",
  198. "itemName" : "magnorbhellfire",
  199. "maxStack" : 1,
  200. "rarity" : "legendary",
  201. "shieldHealth" : 80,
  202. "inventoryIcon" : "iconhellfire.png",
  203. "critBonus" : 5,
  204. "projectileParameters" : {
  205. "knockback" : 1,
  206. "power" : 3.05,
  207. "ignoreTerrain" : false,
  208. "returnOnHit" : true,
  209. "pickupDistance" : 1.5,
  210. "controlForce" : 60,
  211. "snapDistance" : 1
  212. },
  213. "animationCustom" : {
  214. "lights" : {
  215. "glow" : {
  216. "flickerMaxIntensity" : 1,
  217. "position" : [0.75, 0.5],
  218. "flickerPeriod" : 0.85,
  219. "flickerMinIntensity" : 0.8,
  220. "color" : [155, 100, 42],
  221. "active" : true
  222. }
  223. }
  224. },
  225. "shieldPower" : "Fire Aura",
  226. "twoHanded" : true,
  227. "tooltipKind" : "magnorb",
  228. "price" : 3300
  229. },
  230. "directory" : "/items/active/weapons/other/magnorbs/magnorbhellfire/"
  231. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement