Pot of Stew

From PZwiki
Revision as of 15:05, 11 May 2019 by VaileasysBot (talk | contribs) (clean up, replaced: wikitable → pztable)

Pot of Stew
Furniture Pickup.png
It has been suggested that this article be merged with Recipe ingredients.

Stew Recipe

The Stew Recipe creates a Pot of Stew, which is a tasty yet nutritious food item that is crafted by placing up to 6 Soup Ingredients into a Cooking Pot with water. The stew can relieve a large amount of Hunger, Boredom, and Unhappiness, though these amounts vary depending on the player's cooking skill, and the combination and quantity of ingredients. The name of the stew will depend on the ingredients added, but the player can also rename it. Stew can be drank in whole, half, or quarter increments, but this does not reduce the weight of the pot of stew. A pot of stew can be poured into either 2 or 4 Bowls of Stew. Cooking the stew will increase its effectiveness. Pouring soup or stew into a bowl will often further reduce boredom and unhappiness. If a stew contains raw ingredients, it must be cooked to prevent Food Poisoning.


Soup vs Stew: Bacon, Bacon Strips, Steak, Meat Patty, and Beef Jerky can be used in stew, but not in soup. Bell Pepper, Cheese and Dry Ramen Noodles can be used in soup, but not in stew. Otherwise, every ingredient behaves the same in both soup and stew.
Soup takes 50 minutes to cook, and burns in 100 minutes.
Stew takes 70 minutes to cook, and burns in 140 minutes.

Effects

Hunger

Each ingredient added to the stew will add its hunger reduction to the total. A maximum of 6 ingredient may be added, excluding spices. Spices must be added before the 6th ingredient. When adding ingredients, the hunger reduction will be shown next to the ingredient name in parentheses. Cooking any stew will increase it's hunger reduction, but will disallow adding further ingredients.



Boredom & Unhappiness

Each new ingredient added to the stew will add -5 Boredom/Unhappiness, but the maximum is limited by cooking skill level. At cooking level 0, the maximum is -10 Boredom/Unhappiness. Each ingredient added beyond this will INCREASE Boredom/Unhappiness. However, at cooking level 2, the maximum becomes -20 (4 ingredients). The player can add more ingredients, but at level 2, 4 ingredients is the optimal number for Boredom/Unhappiness reduction.


Adding a second ingredient that has already been added will not affect the Boredom/Unhappiness of the stew (though it will change Hunger). However, adding a third or more of a same ingredient will INCREASE Boredom/Unhappiness.



Stale & Rotten Ingredients

Ingredients that have gone stale can still be used in stews. Their hunger reduction will be added to the stew, while the boredom and unhappiness penalties will not. This is a good way to extend the life of your perishable foods, and is one of the best uses of soups and stews.


Ingredients that have gone rotten can be used by players with cooking skill of 4 or 5. This will add a small amount of the hunger reduction but will not create rotten stew; an expert chef can trim the rotten pieces off, saving any good parts.
Skill level 4 allows 5% of the ingredient to be saved.
Skill level 5 allows 10% of the ingredient to be saved.


Crafting

Output Ingredients Description Skill Level













The type of stew created will depend on the ingredients added.
For example:


The Hunger, Boredom, and Unhappiness amounts will vary depending on the player's cooking skill, the values and quantities of ingredients added, and whether the stew is cooked or uncooked.


Code

From items.txt (Project Zomboid directory/media/scripts/)

	item PotOfStew
        HungerChange	=	-40,
        ThirstChange	=	-40,
        Weight	=	4,
        Type	=	Food,
        IsCookable	=	TRUE,
        UnhappyChange	=	-20,
        MinutesToBurn	=	140,
        DisplayName	=	Pot of Stew,
        ReplaceOnUse	=	Pot,
        Icon	=	PotFull,
        MinutesToCook	=	70,
        BoredomChange	=	-10,
        DaysTotallyRotten	=	5,
        DaysFresh = 3,
        BadInMicrowave = true,
        BadCold = true,

Template:Navbox/Consumables