-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_alta_ship_bed.object
59 lines (52 loc) · 2.05 KB
/
ct_alta_ship_bed.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
{
"objectName" : "ct_alta_ship_bed",
"colonyTags" : [ "alta_ship" ],
"category" : "furniture",
"level" : 5, "rarity" : "Rare", "price" : 100,
"race" : "alta",
"shortdescription" : "Alta Ship Bed",
"description" : "These cosy beds can stack on top of each other.",
"altaDescription" : "I absolutely love these! You can build these with a window to see outside!",
"apexDescription" : "A basic bunk bed.",
"avianDescription" : "This bunk bed looks rather basic.",
"floranDescription" : "Floran would like to sssleep in bunk bed.",
"glitchDescription" : "Sentimental. A bunk bed, not dissimilar from those at the Protectorate academy.",
"humanDescription" : "A bunk bed. Not terribly spacious, but surprisingly comfortable.",
"hylotlDescription" : "I have fond memories of sleeping in such a bed at the Protectorate academy.",
"novakidDescription" : "A regular bunk bed.",
"health" : 2.5,
"lightColor" : [20, 29, 33],
"objectType" : "loungeable",
"sitFlipDirection" : true,
"sitOrientation" : "lay",
"sitAngle" : 90,
"sitCoverImage" : "/objects/alta/ship/bed/body.png:default.cover",
"sitEmote" : "sleep",
"sitStatusEffects" : [ "bed6" ],
"sitEffectEmitters" : [ "sleepbubbles" ],
"inventoryIcon" : "icon.png",
"orientations" : [
{
"imageLayers" : [ { "image" : "body.png:<color>.default", "fullbright" : true }, { "image" : "body.png:<color>.lit" } ],
"flipImages" : true,
"imagePosition" : [-24, 0],
"lightPosition" : [-3, 1],
"sitPosition" : [-4, 14.3],
"spaceScan" : 0.1,
"anchors" : [ "background" ],
"direction" : "left",
"collision" : "platform"
},
{
"imageLayers" : [ { "image" : "body.png:<color>.default", "fullbright" : true }, { "image" : "body.png:<color>.lit" } ],
"imagePosition" : [-24, 0],
"lightPosition" : [3, 1],
"sitPosition" : [-12, 14.3],
"spaceScan" : 0.1,
"anchors" : [ "background" ],
"direction" : "right",
"collision" : "platform"
}
],
"builder" : "/items/buildscripts/alta/object.lua"
}