Simple Soup: Difference between revisions

From PZwiki
Simple Soup
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 36274ad2831104b1a7da5137c1d59ad4))
Line 17: Line 17:


== Crafting ==
== Crafting ==
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2006 -->
|-  
{{Crafting/core|ing=4
! Name
| product_image = [[File:Smallpotofsoup.png|link=Simple Soup|Simple Soup]] | product_name = [[Simple Soup]] | product_quantity = x1
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
! class="unsortable" | Level
| req =
{{RecipeLookup|2006}}
| f1 = [[File:Water drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Smallpot.png|link=Cooking Pot|Cooking Pot]] | i2 = [[Cooking Pot]] | q2 = x1
| f3 = [[File:Soup_Ingredients.png|link=Soup Ingredients|Soup Ingredients]] | i3 = [[Soup Ingredients]] | q3 = x2 | tag3 = (consumed)
| f4 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i4 = [[Heat Source]] | q4 =  | tag4 = (cooked:70min burned:120min) |opt4=1
}}
|}
|}


== Code ==
== Code ==

Revision as of 03:51, 26 March 2022


BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

The Simple Soup was originally a non-perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.

Former Description

Simple Soup is a tasty yet nutritious food item that is crafted with three units of water, a cooking pot and two soup ingredients, the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.
It is not advised to eat simple soup if the 'hungry' moodle has not appeared, as a good amount of will go to waste. Cooking the soup will greatly increase its effectiveness.

Effects

Moodles: -10
Hungry: -84
Unhappy: -15

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Simple Soup
Simple Soup x1
none Water
Water x1
(consumed)
Cooking Pot
Cooking Pot x1
Soup Ingredients
Recipe ingredients x2
(consumed)
Heat Source
Heat source
(cooked:70min burned:120min)


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 Soup. No longer in game. Replaced by Soup Recipe.

Template:Navbox/Consumables