Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. {
  2. "itemName" : "humantier1head",
  3. "price" : 480,
  4. "inventoryIcon" : "icons.png:head",
  5. "maxStack" : 1,
  6. "rarity" : "Common",
  7. "category" : "headarmour",
  8. "description" : "This scouter headset features a fancy augmented visor.",
  9. "shortdescription" : "Scouter's Visor",
  10. "tooltipKind" : "armor",
  11.  
  12. "maleFrames" : "head.png",
  13. "femaleFrames" : "head.png",
  14. "mask" : "mask.png",
  15.  
  16. "level" : 1,
  17. "leveledStatusEffects" : [
  18. {
  19. "levelFunction" : "standardArmorLevelPowerMultiplierMultiplier",
  20. "stat" : "powerMultiplier",
  21. "baseMultiplier" : 1.15
  22. },
  23. {
  24. "levelFunction" : "standardArmorLevelProtectionMultiplier",
  25. "stat" : "protection",
  26. "amount" : 0.3
  27. },
  28. {
  29. "levelFunction" : "standardArmorLevelMaxEnergyMultiplier",
  30. "stat" : "maxEnergy",
  31. "amount" : 3
  32. },
  33. {
  34. "levelFunction" : "standardArmorLevelMaxHealthMultiplier",
  35. "stat" : "maxHealth",
  36. "amount" : 3
  37. }
  38. ],
  39.  
  40. "itemTags" : [ "tier1armour" ],
  41.  
  42. "colorOptions" : [
  43. // OLIVE
  44. { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "91956c", "6f2919" : "4f563c" },
  45. // BLACK
  46. { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" },
  47. // GREY
  48. { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
  49. // WHITE
  50. { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" },
  51. // RED
  52. { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" },
  53. // ORANGE
  54. { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" },
  55. // YELLOW
  56. { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" },
  57. // GREEN
  58. { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" },
  59. // BLUE
  60. { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" },
  61. // PURPLE
  62. { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" },
  63. // PINK
  64. { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" },
  65. // BROWN
  66. { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" }
  67. ]
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement