Pot of Soup
From PZwiki
| |
English • Français • Русский • Polski |
|---|
| Pot of Soup
|
Combining a can opener, canned soup, and a cooking pot yields a pot of soup, allowing the soup to be consumed. The pot of soup can be eaten directly, or heated in an oven.
When consumed, a cooking pot is recovered.
Contents |
Effects
Boredom: -10
Hunger: -40
Unhappy: -20
Crafting
| Name | Recipe | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Increase morale by putting your soup into a pot and heating it up. Adds -40 hunger.
| |||||||||||||||
|
|
Bowl of Soup. |
Code
item PotOfSoup
{
Type = Food,
DisplayName = Pot of Soup,
Icon = PotFull,
Weight = 6,
IsCookable = true,
MinutesToCook = 50,
MinutesToBurn = 100,
HungerChange = -40,
BoredomChange = -10,
UnhappyChange = -20,
ReplaceOnUse = Pot
}
History
| Alpha | |
|---|---|
| RC 2.9 | Add some history. |
See Also
