v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
60
attic/objects/biome/heck/hecklight2/hecklight2.object
Normal file
60
attic/objects/biome/heck/hecklight2/hecklight2.object
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"objectName" : "hecklight2",
|
||||
"colonyTags" : ["heck","light","odd"],
|
||||
"printable" : false,
|
||||
"rarity" : "Common",
|
||||
"category" : "breakable",
|
||||
"description" : "A sinister light from Heck.",
|
||||
"shortdescription" : "Heck Light",
|
||||
"race" : "apex",
|
||||
|
||||
"apexDescription" : "The light makes me feel uneasy.",
|
||||
"avianDescription" : "There's something sickly about this light.",
|
||||
"floranDescription" : "Floran eyes hurt if Floran look at light.",
|
||||
"glitchDescription" : "Analysis. This light appears to be powered by some kind of organic fluid.",
|
||||
"humanDescription" : "The hairs on the back of my neck are standing up.",
|
||||
"hylotlDescription" : "Something about this light is unnatural.",
|
||||
"novakidDescription" : "Why is this glowing?",
|
||||
|
||||
"lightColor" : [173, 46, 61],
|
||||
|
||||
"inventoryIcon" : "hecklight2icon.png",
|
||||
"orientations" : [
|
||||
{
|
||||
"imageLayers" : [ { "image" : "hecklight2.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight2lit.png:<color>.<frame>" } ],
|
||||
"flipImages" : true,
|
||||
"imagePosition" : [0, 0],
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "bottom" ]
|
||||
},
|
||||
{
|
||||
"imageLayers" : [ { "image" : "hecklight2top.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight2toplit.png:<color>.<frame>" } ],
|
||||
"imagePosition" : [0, 0],
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "top" ]
|
||||
},
|
||||
{
|
||||
"imageLayers" : [ { "image" : "hecklight2left.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight2leftlit.png:<color>.<frame>" } ],
|
||||
"imagePosition" : [0, 0],
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "left" ]
|
||||
},
|
||||
{
|
||||
"imageLayers" : [ { "image" : "hecklight2right.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight2rightlit.png:<color>.<frame>" } ],
|
||||
"imagePosition" : [0, 0],
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "right" ]
|
||||
},
|
||||
{
|
||||
"imageLayers" : [ { "image" : "hecklight2back.png:<color>.<frame>", "fullbright" : true }, { "image" : "hecklight2backlit.png:<color>.<frame>" } ],
|
||||
"imagePosition" : [0, 0],
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "background" ]
|
||||
}
|
||||
],
|
||||
"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, { } ] ]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue