This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,64 @@
{
"animatedParts" : {
"stateTypes" : {
"switchState" : {
"default" : "off",
"states" : {
"off" : {},
"on" : {
"frames" : 3,
"cycle" : 0.5,
"mode" : "loop"
}
}
}
},
"parts" : {
"bg" : {
"properties" : {
"centered" : false
},
"partStates" : {
"switchState" : {
"off" : {
"properties" : {
"image" : "<partImage>:<color>.off"
}
},
"on" : {
"properties" : {
"image" : "<partImage>:<color>.<frame>",
"fullbright" : true
}
}
}
}
},
"fg" : {
"properties" : {
"centered" : false,
"zLevel" : 1
},
"partStates" : {
"switchState" : {
"off" : {
"properties" : {
"image" : "<partImage>:<color>.off"
}
},
"on" : {
"properties" : {
"image" : "<partImage>:<color>.<frame>"
}
}
}
}
}
}
}
}

View file

@ -0,0 +1,17 @@
{
"frameGrid" : {
"size" : [160, 32],
"dimensions" : [1, 4],
"names" : [
[ "default.1" ],
[ "default.2" ],
[ "default.3" ],
[ "default.off" ]
]
},
"aliases" : {
"default.default" : "default.off",
"default.on" : "default.1"
}
}

View file

@ -0,0 +1,71 @@
{
"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] ]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

View file

@ -0,0 +1,17 @@
{
"frameGrid" : {
"size" : [160, 32],
"dimensions" : [1, 4],
"names" : [
[ "default.1" ],
[ "default.2" ],
[ "default.3" ],
[ "default.off" ]
]
},
"aliases" : {
"default.default" : "default.off",
"default.on" : "default.1"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB