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

37 lines
1,002 B
Text

{
"objectName" : "missionteleporter",
"colonyTags" : [],
"objectType" : "teleporter",
"rarity" : "Legendary",
"description" : "Teleports to a variety of missions for easy testing.",
"shortdescription" : "Mission Teleporter",
"price" : 500,
"printable" : false,
"category" : "teleporter",
"lightColor" : [40, 80, 100],
"lightPosition" : [0, 1],
"interactAction" : "OpenTeleportDialog",
"interactData" : "/interface/warping/missionteleporter.config",
"inventoryIcon" : "missionteleportericon.png",
"orientations" : [
{
"imageLayers" : [ { "image" : "missionteleporter.png:<color>", "fullbright" : true }, { "image" : "missionteleporterlit.png:<color>" } ],
"imagePosition" : [-16, 0],
"frames" : 1,
"animationCycle" : 0.5,
"spaceScan" : 0.1,
"anchors" : [ "bottom" ],
"collision" : "solid",
"collisionSpaces" : [ [-2, 0], [-1, 0], [0, 0], [1, 0] ]
}
],
"health" : 5,
"teleporterFootPosition" : [0, 1]
}