Starbound/attic/objects/biome/heck/heckchest/heckchest.object
2025-03-21 22:23:30 +11:00

41 lines
1.2 KiB
Text

{
"objectName" : "heckchest",
"colonyTags" : ["heck","odd","storage"],
"printable" : false,
"rarity" : "Common",
"objectType" : "container",
"tooltipKind" : "container",
"category" : "storage",
"price" : 70,
"description" : "A chest made of flesh.",
"shortdescription" : "Heck Chest",
"race" : "generic",
"apexDescription" : "A pretty vile chest.",
"avianDescription" : "This chest sounds shivers down my spine.",
"floranDescription" : "Floran want to eat chest.",
"glitchDescription" : "Disgust. A fleshy, pulsating chest.",
"humanDescription" : "A pretty gross chest made of flesh.",
"hylotlDescription" : "What an abhorrent chest.",
"novakidDescription" : "This is all kinds of horrifying.",
"inventoryIcon" : "heckchesticon.png",
"orientations" : [
{
"dualImage" : "heckchest.png:<color>.<key>",
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],
"openSounds" : [ "/sfx/objects/chest_small_open.ogg" ],
"closeSounds" : [ "/sfx/objects/chest_small_close.ogg" ],
"slotCount" : 16,
"uiConfig" : "/interface/chests/chest%slots%.config",
"frameCooldown" : 5,
"autoCloseCooldown" : 3600
}