-
Notifications
You must be signed in to change notification settings - Fork 1
/
ct_alta_ship_table.object
34 lines (28 loc) · 1.21 KB
/
ct_alta_ship_table.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
{
"objectName" : "ct_alta_ship_table",
"colonyTags" : [ "alta_ship" ],
"category" : "furniture",
"level" : 5, "rarity" : "Rare", "price" : 80,
"race" : "alta",
"shortdescription" : "Alta Ship Table",
"description" : "A reinforced table with a heavy stand and safety handles on all sides. Airtight compartments included.",
"altaDescription" : "These tables are made to stick in place in case of emergencies, with safety handles and airtight compartments aswell.",
"apexDescription" : "This executive table is exceptionally sleek.",
"avianDescription" : "An immensely sturdy executive table.",
"floranDescription" : "Table good enough for Floran to ssslice meatsss.",
"glitchDescription" : "Approving. A flawless executive table.",
"humanDescription" : "A cool executive table.",
"hylotlDescription" : "A table that outdoes even Hylotl craftsmanship.",
"novakidDescription" : "I could throw some mighty fancy parties with a table like this.",
"health" : 2.5,
"inventoryIcon" : "icon.png",
"orientations" : [
{
"dualImage" : "body.png",
"spaceScan" : 0.1,
"anchors" : [ "bottom" ],
"collision" : "platform"
}
],
"builder" : "/items/buildscripts/alta/object.lua"
}