Simple Soup
From PZwiki
| |
English |
|---|
| Simple Soup
|
The simple soup is a nonperishable food item that is made by putting a pot of water along with 2 soup ingredients. The simple soup takes out a large amount of hunger, and a small amount of unhappiness. When cooked, the hunger reduction is greatly increased.
Contents |
Effects
Boredom: -10
Hunger: -84
Unhappy: -15
Crafting
| Name | Recipe | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
A nutritious pot of simple soup.
Don't forget to cook it.
| |||||||||||||||
|
|
Simple Bowl of Soup. |
Code
item SimpleSoup
{
Type = Food,
DisplayName = Simple Soup,
Icon = PotFull,
Weight = 6.5,
IsCookable = true,
MinutesToCook = 70,
MinutesToBurn = 120,
HungerChange = -84,
BoredomChange = -10,
UnhappyChange = -15,
ReplaceOnUse = Pot
}
History
| Alpha | |
|---|---|
| RC 2.9.8a | Add history here. |
See Also
