v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
BIN
assets/devel/objects/upgrade/mmupgradeconsole/icon.png
Normal file
BIN
assets/devel/objects/upgrade/mmupgradeconsole/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 285 B |
|
@ -0,0 +1,66 @@
|
|||
{
|
||||
"animatedParts" : {
|
||||
"stateTypes" : {
|
||||
"switchState" : {
|
||||
"default" : "on",
|
||||
"states" : {
|
||||
"off" : {
|
||||
"frames" : 1
|
||||
},
|
||||
"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,14 @@
|
|||
{
|
||||
|
||||
"frameGrid" : {
|
||||
"size" : [24, 24],
|
||||
"dimensions" : [4, 1],
|
||||
"names" : [
|
||||
[ "default.1", "default.2", "default.3", "default.off" ]
|
||||
]
|
||||
},
|
||||
|
||||
"aliases" : {
|
||||
"default.default" : "default.off"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"objectName" : "mmupgradeconsole",
|
||||
"rarity" : "Common",
|
||||
"description" : "Upgrade your Matter Manipulator!",
|
||||
"shortdescription" : "M.M. Upgrade Console",
|
||||
"race" : "generic",
|
||||
|
||||
"inventoryIcon" : "icon.png",
|
||||
"orientations" : [
|
||||
{
|
||||
"image" : "mmupgradeconsole.png:<color>.<frame>",
|
||||
"flipImages" : true,
|
||||
"direction" : "left",
|
||||
|
||||
"imagePosition" : [-8, 0],
|
||||
"frames" : 3,
|
||||
"animationCycle" : 0.5,
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "bottom" ]
|
||||
},
|
||||
{
|
||||
"image" : "mmupgradeconsole.png:<color>.<frame>",
|
||||
"direction" : "right",
|
||||
|
||||
"imagePosition" : [-8, 0],
|
||||
"frames" : 3,
|
||||
"animationCycle" : 0.5,
|
||||
|
||||
"spaceScan" : 0.1,
|
||||
"anchors" : [ "bottom" ]
|
||||
}
|
||||
],
|
||||
|
||||
"animation" : "mmupgradeconsole.animation",
|
||||
"animationCustom" : {},
|
||||
"animationParts" : {
|
||||
"bg" : "mmupgradeconsole.png",
|
||||
"fg" : "mmupgradeconsolelit.png"
|
||||
},
|
||||
"animationPosition" : [-8, 0],
|
||||
|
||||
"interactAction" : "ScriptPane",
|
||||
"interactData" : "/interface/scripted/mmupgrade/mmupgradegui.config"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 496 B |
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
|
||||
"frameGrid" : {
|
||||
"size" : [24, 24],
|
||||
"dimensions" : [4, 1],
|
||||
"names" : [
|
||||
[ "default.1", "default.2", "default.3", "default.off" ]
|
||||
]
|
||||
},
|
||||
|
||||
"aliases" : {
|
||||
"default.default" : "default.off"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 443 B |
Loading…
Add table
Add a link
Reference in a new issue