Simple Soup: Difference between revisions

From PZwiki
Simple Soup
m (Added obsolete notice box and category)
m (Automated Formatting)
(33 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Notice|Obsolete}}
{{Page version|41.78.16}}
{{Consumables
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
|image = Pot of Soup.png
{{Infobox item
|hunger = -84
|name=Simple Soup
|weight = 6.5
|icon=PotFull.png
|weight=6.5
|category=Food
|hunger_change=-84
|unhappy_change=-15
|boredom_change=-10
|cook_minutes=70
|burn_minutes=120
}}
}}
Simple Soup is a tasty yet nutritious food item that is crafted with three units of [[Water|water]], a [[Cooking Pot]] and two [[Soup_Ingredients|soup ingredients]], the soup relieves a large amount of hunger and a small amount of boredom and unhappiness.<br />
'''Simple soup''' was originally a non-perishable food in Project Zomboid that was removed due to an 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|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<br>
*[[Boredom]]: -10
[[Hunger]]: -84<br>
 
[[Unhappy]]: -15
==Crafting==
== Crafting ==
{{Crafting header|ing=4}}
{| class="wikitable sortable" style="text-align:center;"
{{Crafting|ing=4
|-
| product_image = [[File:PotFull.png|link=Simple Soup]]
! Name
| product_name = [[Simple Soup]]
! class="unsortable" | Recipe
| product_quantity =
! class="unsortable" | Description
| rec =
{{RecipeLookup|2006}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{RecipeLookup|2010}}
| 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''
}}
|}
|}


== Code ==
==Code==
<nowiki>item SimpleSoup
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = false
  | start =
  | source = items.txt
  | retrieved = true
  | version =
  | hidecat = true
  | code =
item SimpleSoup
{
{
Type = Food,
Type = Food,
Line 37: Line 74:
UnhappyChange = -15,
UnhappyChange = -15,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
}
}}}}


== History ==
==History==
 
{| class="wikitable theme-red" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Alpha ||
! Alpha ||
|-
|-
| RC 2.9.8a || Add history here.  
| RC 2.9.8a || [[Simple Bowl of Soup]]. No longer in game. Replaced by Soup Recipe.
|}
|}


==See Also==
==See also==
* [[bowl]]
{{Navbox items|food}}
 
{{Navbox/Consumables}}
[[Category:Obsolete Items]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 12:05, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Recipe ingredients.
Simple Soup
Simple Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
6.5
Nutrition
HungerMoodle Icon Hungry.png
-84
Effect
UnhappinessMoodle Icon Unhappy.png
-15
BoredomMoodle Icon Bored.png
-10
Cooking
Time until cooked
70 minutes
Time until burned
120 minutes

Simple soup was originally a non-perishable food in Project Zomboid that was removed due to an 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Unknown version
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.

See also