Starbound/assets/devel/items/armors/developers/meta/meta.chest
2025-03-21 22:23:30 +11:00

58 lines
1.8 KiB
Text

{
"itemName" : "metachest",
"price" : 75,
"inventoryIcon" : "icons.png:chest",
"maxStack" : 1,
"rarity" : "Common",
"description" : "Another OP dev item.",
"shortdescription" : "Metadept's Chest",
"tooltipKind" : "armor",
"maleFrames" : {
"body" : "chestm.png",
"backSleeve" : "bsleeve.png",
"frontSleeve" : "fsleeve.png"
},
"femaleFrames" : {
"body" : "chestf.png",
"backSleeve" : "bsleeve.png",
"frontSleeve" : "fsleeve.png"
},
"statusEffects" : [
{
"stat" : "powerMultiplier",
"baseMultiplier" : 101.0
},
"devshooter"
],
"colorOptions" : [
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" },
// GREY
{ "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }
]
}