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

59 lines
1.3 KiB
Text

{
"objectName" : "shorthorizontalrightmovingplatform",
"objectType" : "physics",
"colonyTags" : ["wired"],
"printable" : false,
"rarity" : "Rare",
"category" : "wire",
"price" : 100,
"description" : "A moving platform.",
"shortdescription" : "Moving Platform",
"race" : "generic",
"apexDescription" : "A moving platform.",
"avianDescription" : "A moving platform.",
"floranDescription" : "A moving platform.",
"glitchDescription" : "A moving platform.",
"humanDescription" : "A moving platform.",
"hylotlDescription" : "A moving platform.",
"inventoryIcon" : "platform.png",
"orientations" : [
{
"direction" : "right",
"image" : "shorthorizontalrightstand.png",
"imagePosition" : [0, -8],
"spaceScan" : 0.1,
"anchors" : [ "left" ]
}
],
"scripts" : [ "movingplatform.lua" ],
"scriptDelta" : 1,
"animation" : "horizontalmovingplatform.animation",
"animationParts" : {
"base" : "shorthorizontalrightstand.png",
"platform" : "platform.png"
},
"physicsCollisions" : {
"platform" : {
"collision" : [
[-2, -0.35],
[2, -0.35],
[2, 0.35],
[-2, 0.35]
],
"collisionKind" : "platform",
"position" : [2, 0]
}
},
"platformStart" : [2, 0],
"platformEnd" : [8, 0],
"platformMoveTime" : 1
}