-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_alta_lab_gateway.object
73 lines (64 loc) · 2.26 KB
/
ct_alta_lab_gateway.object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"objectName" : "ct_alta_lab_gateway",
"colonyTags" : [ "alta_lab", "mechanical", "door" ],
"category" : "door",
"level" : 4, "rarity" : "Uncommon", "price" : 120,
"race" : "alta",
"shortdescription" : "Alta Lab Gateway",
"description" : "A protective 2x5 bionid blast door. ^green;Can be placed both vertically and horizontally.^reset;",
"altaDescription" : "Airtight blast door, used mainly in alta labs.",
"apexDescription" : "This door is entirely secure.",
"avianDescription" : "A totally sturdy door.",
"floranDescription" : "Floran hide behind door. Jump out. Ssstab!",
"glitchDescription" : "Approving. A flawless door.",
"humanDescription" : "An impenetrable executive door.",
"hylotlDescription" : "A robust executive door.",
"novakidDescription" : "This door sure is swish.",
"health" : 3.0,
"inventoryIcon" : "icon.png",
"orientations" : [
{
"dualImage" : "ct_door.png:default",
"imagePosition" : [-20, 0],
"animationParts" : { "door" : "ct_door.png" },
"animationPosition" : [-20, 0],
"renderLayer" : "Object+5",
"spaceScan" : 0.1,
"anchors" : [ "bottom", "top" ]
},
{
"dualImage" : "ct_door_h.png:default",
"imagePosition" : [-16, -20],
"animationParts" : { "door" : "ct_door_h.png" },
"animationPosition" : [-16, -20],
"renderLayer" : "Object+5",
"spaceScan" : 0.1,
"anchors" : [ "left", "right" ]
},
{
"dualImage" : "ct_door.png:default",
"imagePosition" : [-20, 0],
"animationParts" : { "door" : "ct_door.png" },
"animationPosition" : [-20, 0],
"renderLayer" : "Object+5",
"spaceScan" : 0.1,
"anchors" : [ "bottom", "top" ]
}
],
"scripts" : [ "/objects/wired/door/door.lua" ],
"scriptDelta" : 5,
"animation" : "/objects/wired/door/door.animation",
"animationCustom" : {
"sounds" : {
"open" : { "pool" : [ "/sfx/objects/apexcooldoor_open.ogg" ], "rangeMultiplier" : 0.5 },
"close" : { "pool" : [ "/sfx/objects/apexcooldoor_close.ogg" ], "rangeMultiplier" : 0.5 }
}
},
"animationParts" : {
"door" : "ct_door.png"
},
"animationPosition" : [-20, 0],
"inputNodes" : [ [-1, 4] ],
"outputNodes" : [ [0, 0] ],
"builder" : "/items/buildscripts/alta/object.lua"
}