Wazanator

Untitled

Dec 16th, 2013
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. {
  2. "itemName" : "pipeSR",
  3. "dropCollision" : [-4.0, -3.0, 4.0, 3.0],
  4. "maxStack" : 1,
  5. "level" : 1,
  6. "rarity" : "uncommon",
  7. "description" : "A metal pipe that looks like it was used to beat punks.",
  8. "shortdescription" : "Plumber of the Streets",
  9. "inspectionKind" : "sword",
  10. "kind" : "Broadsword",
  11.  
  12. "image" : "pipeSR.png",
  13. "firePosition" : [15.5, 4.5],
  14. "fireTime" : 0.8,
  15. "fireAfterWindup" : true,
  16. "soundEffect" : { "fireSound" : [ { "file" : "/sfx/melee/swing_twohanded.wav" } ] },
  17.  
  18. "colorOptions" : [
  19. /* GREY */
  20. { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
  21. /* BLACK */
  22. { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
  23. /* GREY */
  24. { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
  25. /* WHITE */
  26. { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
  27. /* RED */
  28. { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
  29. /* ORANGE */
  30. { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
  31. /* YELLOW */
  32. { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
  33. /* GREEN */
  34. { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
  35. /* BLUE */
  36. { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
  37. /* PURPLE */
  38. { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
  39. /* PINK */
  40. { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
  41. /* BROWN */
  42. { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
  43. ],
  44.  
  45. "primaryStances" : {
  46. "projectileType" : "testswoosh3",
  47. "projectile" : {
  48. "speed" : 0.1,
  49. "power" : 35
  50. },
  51. "idle" : {
  52. "twoHanded" : false,
  53. "armAngle" : -90,
  54. "swordAngle" : -90,
  55. "handPosition" : [-6.0, -17.0],
  56. "armFrameOverride" : "idleMelee",
  57. "duration" : 0.1
  58. },
  59. "windup" : {
  60. "twoHanded" : true,
  61. "armAngle" : 90,
  62. "swordAngle" : 90,
  63. "handPosition" : [-6.0, -17.0],
  64. "duration" : 0.2,
  65. "statusEffects" : [
  66. { "kind" : "shieldsuppressed", "duration" : 0.1 }
  67. ]
  68. },
  69. "cooldown" : {
  70. "twoHanded" : true,
  71. "armAngle" : -45,
  72. "swordAngle" : -90,
  73. "handPosition" : [-6.0, -23.5],
  74. "duration" : 0.4,
  75. "statusEffects" : [
  76. { "kind" : "shieldsuppressed", "duration" : 0.1 }
  77. ]
  78. }
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment