Simple Soup: Difference between revisions

From PZwiki
Simple Soup
m (moved Simple Soup to Simple Soup over redirect)
m (Automated Formatting)
(39 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Consumables
{{Page version|41.78.16}}
|image = Pot of Soup.png
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
|hunger = -84
{{Infobox item
|weight = 6.5
|name=Simple Soup
|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''' 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.
 
==Effects==
*[[Boredom]]: -10
 
==Crafting==
{{Crafting header|ing=4}}
{{Crafting|ing=4
| 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. -->
| 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''
}}
}}
The simple soup is a nonperishable food item that is made by putting a pot of water along with 2 soup ingredients. The simple soup takes out a large amount of hunger, and a small amount of unhappiness. When cooked, the hunger reduction is greatly increased.
== Effects ==
[[Boredom]]: -10<br>
[[Hunger]]: -84<br>
[[Unhappy]]: -15
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2006}}
{{RecipeLookup|2010}}
|}
|}


== 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,
DisplayName = Simple Soup,
DisplayName = Simple Soup,
Icon = PotFull,
Icon = PotFull,
Weight = 6.5,
Weight = 6.5,
IsCookable = true,
IsCookable = true,
MinutesToCook = 70,
MinutesToCook = 70,
MinutesToBurn = 120,
MinutesToBurn = 120,
HungerChange = -84,
HungerChange = -84,
BoredomChange = -10,
BoredomChange = -10,
UnhappyChange = -15,
UnhappyChange = -15,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
}</nowiki>
}
 
}}}}
== History ==


{| class="wikitable" width="550" style="text-align:center;"
==History==
{| class="wikitable theme-red" 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: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