Simple Soup: Difference between revisions

From PZwiki
Simple Soup
m (→‎Crafting: Replace PotFull image)
m (Cleanup)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Obsolete|link=Recipe Ingredients#Soup & Stew Ingredients}}{{Infobox food
{{Languages}}
{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Obsolete|link=Recipe ingredients#Soup & Stew Ingredients}}
{{Infobox food
|display_name=Simple Soup
|display_name=Simple Soup
|name_colour=Food
|name_colour=Food
Line 22: Line 25:
|days_rotten=
|days_rotten=
|class_name=
|class_name=
}}The '''Simple Soup''' was originally a non-perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
}}
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==  
==Former description==  
Simple Soup is a tasty yet nutritious food item that is crafted with three units of [[water]], a [[Cooking Pot|cooking pot]] and two [[Soup Ingredients|soup ingredients]], the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.
Simple Soup is a tasty yet nutritious food item that is crafted with three units of [[water]], a [[Cooking Pot|cooking pot]] and two [[Recipe ingredients#Soup & Stew Ingredients|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.
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==
==Effects==
[[Boredom]]: -10
*[[Boredom]]: -10


==Crafting==
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2006 -->
{{Crafting header|ing=4}}
{{Crafting/core|ing=4
{{Crafting/core|ing=4
  | product_image = [[File:PotFull.png|link=Simple Soup|Simple Soup]] | product_name = [[Simple Soup]] | product_quantity = x1
  | product_image = [[File:PotFull.png|link=Simple Soup]]
| product_name = [[Simple Soup]]
| product_quantity =  
| rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
| f1 = [[File:Water drop.png|link=Water]]
| i1 = [[Water]]
| q1 =
| tag1 = (consumed)
| f2 = [[File:Pot.png|link=Cooking Pot]]
| i2 = [[Cooking Pot]]
| q2 =
| f3 = [[File:Soup Ingredients.png|link=Recipe ingredients#Soup & Stew Ingredients|Soup ingredients]]
| i3 = [[Recipe ingredients#Soup & Stew Ingredients|Soup ingredients]]
| q3 = x2
| tag3 = (consumed)
| f4 = [[File:Heat source.gif|link=Heat source]]
| i4 = [[Heat source]]
| q4 =
| tag4 = (cooked:70min burned:120min)
  | sl = ''none''
  | sl = ''none''
| req =
| f1 = [[File:Water drop.png|link=Water|Water]] | i1 = [[Water]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Pot.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
}}
}}
|}
|}

Revision as of 10:48, 28 August 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Simple Soup
Simple Soup
Simple Bowl of Soup
General
Category Food
Encumbrance
Heavy Load
6.5
Nutrition
Hunger
Hunger
-84
Effect
Unhappiness
Unhappiness
-15
Technical details
Item ID

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

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
PotFull.png
Simple Soup
none Water drop.png
Water
(consumed)
Pot.png
Cooking Pot
Soup ingredients
Soup ingredients x2
(consumed)
Heat source.gif
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.