Starbound/assets/devel/objects/generators/referencegenerator/referencegenerator.object
2025-03-21 22:23:30 +11:00

71 lines
1.6 KiB
Text

{
"objectName" : "referencegenerator",
"colonyTags" : [],
"rarity" : "Legendary",
"description" : "-todo-",
"shortdescription" : "Reference Generator",
"race" : "generic",
"price" : 1000,
"lightColor" : [78, 111, 128],
"category" : "wire",
"printable" : false,
"apexDescription" : "-todo-",
"avianDescription" : "-todo-",
"floranDescription" : "-todo-",
"glitchDescription" : "-todo-",
"humanDescription" : "-todo-",
"hylotlDescription" : "-todo-",
"inventoryIcon" : "referencegeneratoricon.png",
"orientations" : [
{
"image" : "referencegenerator.png:<color>.<frame>",
"flipImages" : true,
"direction" : "left",
"imagePosition" : [-80, 0],
"frames" : 1,
"animationCycle" : 1.0,
"lightPosition" : [-2, 2],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
},
{
"image" : "referencegenerator.png:<color>.<frame>",
"direction" : "right",
"imagePosition" : [-80, 0],
"frames" : 1,
"animationCycle" : 1.0,
"lightPosition" : [1, 2],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],
"scripts" : [ "/objects/wired/switch/switch.lua" ],
"scriptDelta" : 5,
"animation" : "referencegenerator.animation",
"animationCustom" : {
"sounds" : {
"on" : [ "/sfx/objects/apexconsole2switch.ogg" ],
"off" : [ "/sfx/objects/apexconsole2switch.ogg" ]
}
},
"animationParts" : {
"bg" : "referencegenerator.png",
"fg" : "referencegeneratorlit.png"
},
"animationPosition" : [-80, 0],
"outputNodes" : [ [0, 0] ],
"inputNodes" : [ [0, 2] ]
}