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,37 @@
{
"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]
}