-
Notifications
You must be signed in to change notification settings - Fork 1
/
ct_crunchy_pie.consumable
46 lines (45 loc) · 1.86 KB
/
ct_crunchy_pie.consumable
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
{
"itemName" : "ct_crunchy_pie",
"level" : 5, "rarity" : "Rare", "price" : 760,
"race" : "alta",
"category" : "preparedFood",
"inventoryIcon" : "ct_crunchy_pie.png",
"shortdescription" : "Crunchy Pie",
"description" : "A regular pie with crunchy filling that tastes like pineapple.",
"longdescription" : "The carels ease naturally into the pie and merge during baking, creating almost a crunchy web accross the whole thing.",
"altaDescription" : "A classic crunch pie. Good with a punch of sorts, or maybe just a glass of tea.",
"effects" : [ [
{
"effect" : "thorns",
"duration" : 270
},
{
"effect" : "ct_crystal_poison",
"duration" : 5
}
] ],
"foodValue" : 40,
"tooltipKind" : "ct_alta_consumable", "itemTags" : [ "calin_cuisine", "pie", "carel" ],
"builder" : "/items/buildscripts/alta/consumable.lua",
"maxStack" : 1,
"itemAgingScripts" : ["/items/generic/food/ct_food_aging.lua"],
"rottingMultiplier" : 1.0,
"blockingEffects" : [
"wellfed"
],
"learnBlueprintsOnPickup" : [ "ct_minto_spice", "ct_minto_soup", "ct_pavolda_cake" ],
"variants" : [ "calin" ],
"presets" : {
"calin" : {
"shortdescription" : "Crystal Pie", "variant" : true,
"description" : "A crunchy pineapple pie with extra steps. Totally worth it.",
"longdescription" : "This pie includes a variety of carel sorts, like chinids and junis, prepared in different ways to make the difference noticable.",
"altaDescription" : "Each bite can taste sligthly differently, and the texture is pretty uneven, but I think that is what makes it so interesting.",
"level" : 6, "rarity" : "Legendary", "price" : 960, "foodValue" : 50,
"paletteSwap" : {
"#e6fdc5":"#c5f4fd","#bdeb7a":"#7ad9eb","#99cd4b":"#4bb9cd",
"#99c361":"#61c3a9","#769d3a":"#3a9d7e","#597224":"#247255"
}
}
}
}