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

79 lines
2.9 KiB
Text

{
"objectName" : "hecklight1",
"colonyTags" : ["heck","light","odd"],
"printable" : false,
"rarity" : "Common",
"category" : "breakable",
"description" : "A pulsating, fleshy light. A light made of flesh. A-",
"shortdescription" : "Heck Light",
"race" : "apex",
"apexDescription" : "This repulsive light gives off a sickly glow.",
"avianDescription" : "What a disgusting light.",
"floranDescription" : "Floran think light look tasty.",
"glitchDescription" : "Repulsion. A vile, fleshy light.",
"humanDescription" : "What a gross light.",
"hylotlDescription" : "This is unnatural in its naturalness.",
"novakidDescription" : "Why is this glowing?",
"lightColor" : [173, 46, 61],
"inventoryIcon" : "hecklight1icon.png",
"orientations" : [
{
"imageLayers" : [ { "image" : "hecklight1.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight1lit.png:<color>.<frame>" } ],
"flipImages" : true,
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ],
"direction" : "left",
"lightPosition" : [-1, 0]
},
{
"imageLayers" : [ { "image" : "hecklight1.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight1lit.png:<color>.<frame>" } ],
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ],
"direction" : "right",
"lightPosition" : [-1, 0]
},
{
"imageLayers" : [ { "image" : "hecklight1top.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight1toplit.png:<color>.<frame>" } ],
"flipImages" : true,
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "top" ],
"direction" : "left",
"lightPosition" : [1, 1]
},
{
"imageLayers" : [ { "image" : "hecklight1top.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight1toplit.png:<color>.<frame>" } ],
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "top" ],
"direction" : "right",
"lightPosition" : [1, 1]
},
{
"imageLayers" : [ { "image" : "hecklight1left.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight1leftlit.png:<color>.<frame>" } ],
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "left" ],
"direction" : "left",
"lightPosition" : [-1, 1]
},
{
"imageLayers" : [ { "image" : "hecklight1right.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight1rightlit.png:<color>.<frame>" } ],
"imagePosition" : [-8, 0],
"spaceScan" : 0.1,
"anchors" : [ "right" ],
"direction" : "left",
"lightPosition" : [-1, 1]
}
],
"smashable" : true,
"smashSounds" : [ "/sfx/objects/capsule_break1.ogg", "/sfx/objects/capsule_break2.ogg", "/sfx/objects/capsule_break3.ogg" ],
"smashDropOptions" : [
[ [ "meatchunks", 1, { } ], [ "meatchunks", 1, { } ], [ "meatchunks", 1, { } ] ]
]
}