-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_hyolic_growth.object
43 lines (37 loc) · 1.8 KB
/
ct_hyolic_growth.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
{
"objectName" : "ct_hyolic_growth",
"colonyTags" : [ "alterash_prime", "nature", "aric", "shroom", "toxic" ],
"category" : "sapling", "tooltipKind" : "ct_alta_object",
"level" : 3, "rarity" : "Uncommon", "price" : 40,
"race" : "generic",
"printable" : false,
"shortdescription" : "Hyolic Shroom",
"description" : "An ^#3baf2f;aric^reset; sprout that grows into a hyolic.",
"altaDescription" : "The shroom sprout in this eco chamber looks like it came from hyolic spores.",
"apexDescription" : "I can plant this to grow a tree.",
"avianDescription" : "I can grow a tree by planting this sapling.",
"floranDescription" : "Floran plant cute sssapling, grow big bad evil tree!",
"glitchDescription" : "Wonder. Planting this sapling allows me to grow life.",
"humanDescription" : "This sapling will grow into a tree.",
"hylotlDescription" : "Such wondrous life, springing forth from the tiniest shoot. Sigh.",
"novakidDescription" : "It'll grow into a big tree if I plant it.",
"health" : 2.5,
"inventoryIcon" : "/plants/trees/ct_aric/foliage/ct_hyolic/saplingicon.png",
"fixedStem" : "ct_aric_growth", "fixedFoliage" : "ct_hyolic",
"orientations" : [
{
"dualImage" : "/objects/alta/lab/sapling/ct_sapling.png:<color>.<stage>.<alt>",
"requireTilledAnchors" : false, "requireSoilAnchors" : false,
"spaceScan" : 0.1, "anchors" : [ "bottom" ]
}
],
"objectType" : "farmable",
"retainObjectParametersInItem" : true,
"consumeSoilMoisture" : false,
"stages" : [
{ "duration" : [30, 45] }, { "duration" : [30, 45] }, { "duration" : [30, 45] }, { "duration" : [30, 45] },
{ "duration" : [30, 45] }, { "duration" : [30, 45] }, { "duration" : [30, 45] }, { "duration" : [30, 45] },
{ "tree" : true }
],
"builder" : "/items/buildscripts/alta/sapling.lua"
}