Simple Soup: Difference between revisions

From PZwiki
Simple Soup
(PZ Updater automated execution(task: deploy ReLookup, eid: 36274ad2831104b1a7da5137c1d59ad4))
m (Cleanup)
Line 1: Line 1:
__NOTOC__
{{Languages}}{{Header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Infobox food
{{languages|Simple Soup}}
|display_name=Simple Soup
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete|link=Soup}}{{Consumables
|name_colour=Food
|image = Pot of Soup.png
|name_text_colour=Food
|hunger = -84
|image=PotFull.png
|weight = 6.5
|image_width=120px
|alternate_image=BowlFull.png
|alternate_name=Simple Bowl of Soup
|alternate_link=Simple Bowl of Soup
|weight=6.5
|category=Food
|hunger_change=-84
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-15
|cook_minutes=
|burn_minutes=
|days_fresh=
|days_rotten=
|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.<br />
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.
 
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<br>


== Crafting ==
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2006 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2006 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
Line 30: Line 46:
|}
|}


 
==Code==
== Code ==
<pre>
<nowiki>item SimpleSoup
item SimpleSoup
Type = Food,
Type = Food,
DisplayName = Simple Soup,
DisplayName = Simple Soup,
Line 44: Line 60:
UnhappyChange = -15,
UnhappyChange = -15,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
</nowiki>
</pre>
 
== History ==


==History==
{| class="pztable" width="550" style="text-align:center;"
{| class="pztable" width="550" style="text-align:center;"
|-
|-
Line 55: Line 70:
|}
|}


{{Navbox/Consumables}}
{{Navbox food}}
 
[[Category:Food]]

Revision as of 14:20, 8 April 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

Moodles: -10

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.