-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_onitti_motsu.consumable
43 lines (42 loc) · 1.74 KB
/
ct_onitti_motsu.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
{
"itemName" : "ct_onitti_motsu",
"level" : 5, "rarity" : "Rare", "price" : 840,
"race" : "alta",
"category" : "preparedFood",
"inventoryIcon" : "ct_onitti_motsu.png",
"shortdescription" : "Onitti Motsu Soup",
"description" : "A very nutritious herb soup.",
"longdescription" : "One of the classic motsu recipes that captures the essence of the concept quite well. The simplicity of the recipe is a big advantage too.",
"altaDescription" : "A good option when you feel like going for a classic motsu!",
"effects" : [ [
{
"effect" : "maxhealthscalingboostfood",
"duration" : 360
}
] ],
"foodValue" : 35,
"tooltipKind" : "ct_alta_consumable", "itemTags" : [ "yava_cuisine", "motsu", "soup" ],
"builder" : "/items/buildscripts/alta/consumable.lua",
"maxStack" : 1,
"itemAgingScripts" : ["/items/generic/food/ct_food_aging.lua"],
"rottingMultiplier" : 1.0,
"blockingEffects" : [
"wellfed"
],
"emitters" : [ "drinking" ],
"learnBlueprintsOnPickup" : [ "ct_gharus_spice", "ct_onitti_cake", "ct_mohitava_cocktail" ],
"variants" : [ "perfect" ],
"presets" : {
"perfect" : {
"shortdescription" : "Perfect Onitti Motsu", "variant" : true,
"description" : "An exceptionally nutritious motsu from pristine yava ingredients.",
"longdescription" : "A classic recipe with a small set of adjustments that can make it just-right for some altas.",
"altaDescription" : "Seems like this motsu has turned out better than ever! What a treat!",
"level" : 6, "rarity" : "Legendary", "price" : 1040, "foodValue" : 45,
"paletteSwap" : {
"#3aa73f":"#3aa787","#497c56":"#497c78","#2d564a":"#2d4756",
"#68dcff":"#68ffd1","#3cb3d8":"#3cd8a9","#252c33":"#253332"
}
}
}
}