Bowl of Soup |
---|
 |
General |
---|
Category |
Food |
---|
Weight |
1 |
---|
Days fresh |
1 days |
---|
Days until rotten |
4 days |
---|
Nutrition |
---|
Hunger |
-15 |
---|
Thirst |
-15 |
---|
Effect |
---|
Unhappiness |
-20 |
---|
Cooking |
---|
Time to cook |
15 minutes |
---|
Time to burn |
25 minutes |
---|
Technical details |
---|
Base ID |
Base.SoupBowl |
This article is about soup created from canned soup. For soup custom-made by a character, see soup (recipe).
A bowl of soup is a perishable food item which is created from a pot of soup divided among 2 or 4 bowls. A bowl of soup takes one in-game day to go stale, and three in-game days to rot. This process is slower when the item is in a refrigerator.
Crafting
Product
|
Recipe
|
Description
|
Skill Level
|
|
|
Bowl of Soup.
|
Cooking Level 0
|
Code
item SoupBowl
HungerChange = -15,
ThirstChange = -15,
Type = Food,
DisplayName = Bowl of Soup,
MinutesToCook = 15,
Weight = 1,
IsCookable = TRUE,
DaysTotallyRotten = 3,
UnhappyChange = -20,
MinutesToBurn = 25,
Icon = BowlFull,
ReplaceOnUse = Bowl,
DaysFresh = 1,
CustomContextMenu = Drink,
CustomEatSound = DrinkingFromBottle,