Simple Soup: Difference between revisions

From PZwiki
Simple Soup
m (clean up, replaced: wikitable → pztable (2))
m (Automated Formatting)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages|Simple Soup}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}{{Notice|Obsolete}}{{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
}}The '''Simple Soup''' was originally a non-perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
|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.


== 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 />
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==
{| class="pztable sortable" style="text-align:center;"
{{Crafting header|ing=4}}
|-
{{Crafting|ing=4
! Name
| product_image = [[File:PotFull.png|link=Simple Soup]]
! class="unsortable" | Recipe  
| product_name = [[Simple Soup]]
! class="unsortable" | Description
| product_quantity =
! class="unsortable" | Level
| rec =
{{RecipeLookup|2006}}
| 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''
}}
|}
|}


== 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,
Line 39: Line 74:
UnhappyChange = -15,
UnhappyChange = -15,
ReplaceOnUse = Pot
ReplaceOnUse = Pot
</nowiki>
}
}}}}


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


{{Navbox/Consumables}}
==See also==
 
{{Navbox items|food}}
[[Category:Food]]

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