Advertisement
Guest User

Untitled

a guest
Dec 24th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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. "statusEffects" : [
  23. {
  24. "kind" : "ColdProtection",
  25. "amount" : "10"
  26. }
  27.  
  28. ],
  29. "augments" : [
  30. { "name" : "lighttoenergy" },
  31. { "name" : "spiked" },
  32. { "name" : "glow" }
  33. ],
  34.  
  35. "colorOptions" : [ "",
  36. { "ffca8a" : "727272", "e0975c" : "414141", "a85636" : "1c1c1c", "6f2919" : "060606" },
  37. { "ffca8a" : "e9e9e9", "e0975c" : "727272", "a85636" : "333333", "6f2919" : "161616" },
  38. { "ffca8a" : "e6a49e", "e0975c" : "ac3b37", "a85636" : "521010", "6f2919" : "200407" },
  39. { "ffca8a" : "f3cea2", "e0975c" : "cf7d2c", "a85636" : "773611", "6f2919" : "221004" },
  40. { "ffca8a" : "f8f6da", "e0975c" : "d3be46", "a85636" : "745d16", "6f2919" : "1e1705" },
  41. { "ffca8a" : "bbe69d", "e0975c" : "5ba73c", "a85636" : "1d4e0f", "6f2919" : "051403" },
  42. { "ffca8a" : "99bee5", "e0975c" : "3e65b7", "a85636" : "151f5f", "6f2919" : "040619" },
  43. { "ffca8a" : "d29be8", "e0975c" : "933eb4", "a85636" : "47145b", "6f2919" : "0e0314" },
  44. { "ffca8a" : "edb8ee", "e0975c" : "c94ac7", "a85636" : "6f1768", "6f2919" : "1e051c" },
  45. { "ffca8a" : "ebd3c4", "e0975c" : "be8569", "a85636" : "763f28", "6f2919" : "1c0c06" }
  46. /*
  47. { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" },
  48. { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" },
  49. { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" },
  50. { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" },
  51. { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" },
  52. { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" },
  53. { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" },
  54. { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" },
  55. { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" }
  56. */
  57. ],
  58.  
  59. "statusEffects" : [
  60. {
  61. "kind" : "ColdProtection",
  62. "amount" : "10"
  63. }
  64.  
  65. ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement