v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -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>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 |
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue