-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_alta_flower_bed.object
50 lines (40 loc) · 1.5 KB
/
ct_alta_flower_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
{
"objectName" : "ct_alta_flower_bed",
"colonyTags" : [ "city", "garden", "pretty" ],
"category" : "furniture",
"level" : 2, "rarity" : "Common", "price" : 80,
"race" : "alta",
"shortdescription" : "Alta Flower Bed",
"description" : "A beautiful flower bed. Watch out for bees!",
"altaDescription" : "A well-maintained flower garden with titanium bedding.",
"apexDescription" : "A well-tended flowerbed. One of the few Apex pleasures.",
"avianDescription" : "A sickly-sweet smell wafts in the air.",
"floranDescription" : "Floran once hid in flowers, then jumped out to sssurprise poptop! Poptop not happy.",
"glitchDescription" : "Admiration. A remarkably well-cultivated flowerbed.",
"humanDescription" : "A flower bed. Best left to those with green fingers.",
"hylotlDescription" : "A rather childish attempt at a floral display.",
"novakidDescription" : "A flower bed. Maximum quaintness.",
"health" : 1.5,
"inventoryIcon" : "icon.png",
"orientations" : [
{
"image" : "body.png",
"direction" : "left",
"flipImages" : true,
"sitPosition" : [-15, 22],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
},
{
"image" : "body.png",
"direction" : "right",
"sitPosition" : [15, 22],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
],
"objectType" : "loungeable",
"sitCoverImage" : "/objects/alta/city/flower_bed/body.png",
"sitFlipDirection" : false,
"builder" : "/items/buildscripts/alta/object.lua"
}