-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_alta_lab_server.object
53 lines (44 loc) · 1.88 KB
/
ct_alta_lab_server.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
{
"objectName" : "ct_alta_lab_server",
"colonyTags" : [ "alta_lab", "electronic" ],
"category" : "decorative",
"level" : 4, "rarity" : "Uncommon", "price" : 140,
"race" : "alta",
"shortdescription" : "Alta Lab Server",
"description" : "It looks like a server. I wonder what kind of games could be hosted on that.",
"altaDescription" : "A protected server. The waterproof bionid seal keeps it working even in rough conditions.",
"apexDescription" : "A secure server. Inaccessible.",
"avianDescription" : "There are many blinking lights.",
"floranDescription" : "Box of lights makes clicky ssound.",
"glitchDescription" : "Ashamed. A server protected by security even I can not bypass.",
"humanDescription" : "It looks like a data server. No way we're getting anything from this.",
"hylotlDescription" : "This server would contain enough data to fill a thousand Hylotl libraries.",
"novakidDescription" : "This piece of technology stores information.",
"health" : 2.0,
"inventoryIcon" : "icon.png",
"orientations" : [
{
"dualImage" : "body.png:<frame>.<color>", "frames" : 3, "animationCycle" : 0.3, "spaceScan" : 0.1, "anchors" : [ "bottom" ]
}
],
"lightColor" : [0, 12, 64],
"animation" : "/objects/alta/switch_bg_animated.animation",
"animationCustom" : { "animatedParts" : { "stateTypes" : { "body" : { "states" : { "on" : { "frames" : 3 } } } } } },
"animationParts" : {
"bg" : "body.png:",
"fg" : "lit.png:"
},
"scripts" : [ "/objects/alta/switch.lua", "/scripts/npcToyObject.lua" ],
"scriptDelta" : 60,
"inputNodes" : [ [1, 3] ],
"outputNodes" : [ [0, 0] ],
"npcToy" : {
"ownerOnly" : true,
"influence" : [ "console" ],
"defaultReactions" : {},
"preciseStandPositionLeft" : [-0.5, 0.0],
"preciseStandPositionRight" : [2.0, 0.0],
"maxNpcs" : 1
},
"builder" : "/items/buildscripts/alta/object.lua"
}