-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_ion_risotto.consumable
44 lines (43 loc) · 1.91 KB
/
ct_ion_risotto.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
{
"itemName" : "ct_ion_risotto",
"level" : 6, "rarity" : "Legendary", "price" : 1040,
"race" : "alta",
"category" : "preparedFood",
"inventoryIcon" : "ct_ion_risotto.png",
"description" : "A great combination of the most popular ingridients from the nia cuisine.",
"longdescription" : "Though the preparation process might take some time, it is totally worth it in the end.",
"altaDescription" : "A very decent, fulfilling risotto.",
"shortdescription" : "Ion Risotto",
"effects" : [ [
{
"effect" : "maxhealthscalingboostfood",
"duration" : 450
}
] ],
"foodValue" : 60,
"tooltipKind" : "ct_alta_consumable", "itemTags" : [ "nia_cuisine", "meal" ],
"builder" : "/items/buildscripts/alta/consumable.lua",
"maxStack" : 1,
"itemAgingScripts" : ["/items/generic/food/ct_food_aging.lua"],
"rottingMultiplier" : 1.0,
"blockingEffects" : [
"wellfed"
],
"variants" : [ "perfect" ],
"presets" : {
"perfect" : {
"shortdescription" : "Perfect Ion Risotto ^#8020f0;^reset;", "variant" : true,
"description" : "A wild combination of the most popular ingridients from the nia cuisine that tastes more exciting than ever.",
"longdescription" : "This recipe, unlike the original, features an almost completely different style and order of preparation, making this risotto somehow different, yet very-very similar.",
"altaDescription" : "Amazing quality and taste, something you would expect from a proffesional restaurant.",
"level" : 6, "rarity" : "Legendary", "price" : 1340, "foodValue" : 75,
"paletteSwap" : {
"#ffffff":"#ffffff","#c47afd":"#fd7aae","#8f47fe":"#fe47af","#7437c9":"#c93786",
"#5c1f8b":"#8b1f4a","#451868":"#681838","#381454":"#54142e",
"#76ab12":"#12ab93","#598801":"#018873",
"#106686":"#6b1086","#103f50":"#411050","#102b35":"#2c1035",
"#65c1d5":"#b165d5","#2d6aa6":"#a52da6"
}
}
}
}