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,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"
}