Advertisement
Guest User

Power Armour Chestpiece

a guest
Dec 24th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. {
  2. "itemName" : "spacemarinechest",
  3. "inventoryIcon" : "icons.png:chest",
  4. "dropCollision" : [-4.0, -3.0, 4.0, 3.0],
  5. "maxStack" : 1,
  6. "rarity" : "Common",
  7. "description" : "Power Armour Chestpiece. Heavy-duty armour.",
  8. "shortdescription" : "Power Armour Chestpiece",
  9. "inspectionKind" : "armor",
  10.  
  11. "maleFrames" : {
  12. "body" : "chest.png",
  13. "backSleeve" : "bsleeve.png",
  14. "frontSleeve" : "fsleeve.png"
  15. },
  16.  
  17. "femaleFrames" : {
  18. "body" : "chest.png",
  19. "backSleeve" : "bsleeve.png",
  20. "frontSleeve" : "fsleeve.png"
  21. },
  22.  
  23. "statusEffects" : [
  24. {
  25. "kind" : "ColdProtection",
  26. "amount" : "10"
  27. }
  28.  
  29. ],
  30.  
  31.  
  32. "colorOptions" : [
  33. /* BLACK */
  34. { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
  35. /* BLACK */
  36. { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
  37. /* GREY */
  38. { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
  39. /* WHITE */
  40. { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
  41. /* RED */
  42. { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
  43. /* ORANGE */
  44. { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
  45. /* YELLOW */
  46. { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
  47. /* GREEN */
  48. { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
  49. /* BLUE */
  50. { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
  51. /* PURPLE */
  52. { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
  53. /* PINK */
  54. { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
  55. /* BROWN */
  56. { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
  57.  
  58. ]
  59.  
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement