Simple Bowl of Soup: Difference between revisions

From PZwiki
Simple Bowl of Soup
m (→‎top: category project: "The Game World")
m (Automated Formatting)
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Obsolete items}}
{{Header|Project Zomboid|Items|Obsolete Items|Removed Food|type=Notice|version=Version 39|incver=67.5}}
{{Page version|41.78.16}}
{{Obsolete|link=Recipe ingredients#Soup & Stew Ingredients}}
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
{{Infobox food
{{Infobox item
|display_name=Simple Bowl of Soup
|name=Simple Bowl of Soup
|name_colour=Food
|icon=BowlFull.png
|name_text_colour=Food
|image=BowlFull.png
|image_width=128px
|alternate_image=PotFull.png
|alternate_name=Simple Soup
|alternate_link=Simple Soup
|alternate_link=Simple Soup
|weight=3
|weight=1
|category=Food
|category=Food
|hunger_change=-22
|hunger_change=-22
|thirst_change=
|boredom_change=-3
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-4
|unhappy_change=-4
|cook_minutes=
|cook_minutes=25
|burn_minutes=
|burn_minutes=30
|days_fresh=1
|days_fresh=1
|days_rotten=3
|days_rotten=3
|class_name=
}}
}}
The '''Simple Bowl of Soup''' was originally a perishable food in Project Zomboid that was removed due to a introduction of a better crafting system.
A '''simple bowl of soup''' was originally a perishable [[food]] in Project Zomboid that was removed due to an introduction of a better crafting system.


==Former description==
==Former description==
Line 32: Line 22:


==Effects==
==Effects==
[[Boredom]]: -3
*[[Bored|Boredom]]: -3
*[[Unhappy|Unhappiness]]: -4


==Former crafting==
==Former crafting==
{{Crafting header|ing=3}}
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
{{Crafting|ing=3
  | product_image = [[File:BowlFull.png|link=Simple Bowl of Soup]]
  | product_image = [[File:BowlFull.png|link=Simple Bowl of Soup]]
  | product_name = [[Simple Bowl of Soup]]
  | product_name = [[Simple Bowl of Soup]]
  | product_quantity = x4
  | product_quantity = x4
  | rec =  
  | rec =
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
  | f1 = [[File:PotFull.png|link=Simple Soup]]
  | f1 = [[File:PotFull.png|link=Simple Soup]]
  | i1 = [[Simple Soup]]
  | i1 = [[Simple Soup]]
  | q1 =  
  | q1 =
  | tag1 = (consumed)
  | tag1 = (consumed)
  | f2 = [[File:Bowl.png|link=Bowl]]
  | f2 = [[File:Bowl.png|link=Bowl]]
Line 53: Line 44:
  | f3 = [[File:Heat source.gif|link=Heat source]]
  | f3 = [[File:Heat source.gif|link=Heat source]]
  | i3 = [[Heat source]]
  | i3 = [[Heat source]]
  | q3 =  
  | q3 =
  | tag3 = (cooked:24min burned:30min)
  | tag3 = (cooked:24min burned:30min)
}}
}}
Line 59: Line 50:


==Code==
==Code==
<pre>
{{CodeBox
item SimpleBowl4
| {{CodeSnip
Type = Food,
  | lang = java
DisplayName = Simple Bowl of Soup,
  | line = true
Icon = BowlFull,
  | start = 416
Weight = 3,
  | source = items.txt
IsCookable = true,
  | retrieved = true
MinutesToCook = 24,
  | version = 2.9.7
MinutesToBurn = 30,
  | version_link = RC 2.9.7
Count = 4,
  | hidecat = true
HungerChange = -22,
  | code =
ReplaceOnUse = Bowl,
item SimpleBowl4
BoredomChange = -3,
{
UnhappyChange = -4,
Count = 4,
DaysFresh = 1,
HungerChange = -14,
DaysTotallyRotten = 3,
Type = Food,
</pre>
DisplayName = Simple Bowl of Soup,
MinutesToCook = 24,
Weight = 1,
IsCookable = TRUE,
DaysTotallyRotten = 3,
UnhappyChange = -4,
MinutesToBurn = 30,
Icon = BowlFull,
ReplaceOnUse = Bowl,
DaysFresh = 1,
BoredomChange = -3,
}
}}}}


{{Navbox food}}
==See also==
{{Navbox items|food}}

Revision as of 12:05, 14 April 2024

Project ZomboidItemsObsolete itemsSimple Bowl of Soup
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 Bowl of Soup
Simple Bowl of Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-22
Effect
UnhappinessMoodle Icon Unhappy.png
-4
BoredomMoodle Icon Bored.png
-3
Cooking
Time until cooked
25 minutes
Time until burned
30 minutes

A simple bowl of soup was originally a perishable food in Project Zomboid that was removed due to an introduction of a better crafting system.

Former description

A classic bowl of satisfying soup. Can be crafted with Bowls and Soup for portable use, but consumes less hunger.

Effects

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
BowlFull.png
Simple Bowl of Soup x4
none PotFull.png
Soup
(consumed)
Bowl.png
Bowl x4
(consumed)
Heat source.gif
Heat source
(cooked:24min burned:30min)

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: RC 2.9.7
item SimpleBowl4
	{
		Count	=	4,
		HungerChange	=	-14,
		Type	=	Food,
		DisplayName	=	Simple Bowl of Soup,
		MinutesToCook	=	24,
		Weight	=	1,
		IsCookable	=	TRUE,
		DaysTotallyRotten	=	3,
		UnhappyChange	=	-4,
		MinutesToBurn	=	30,
		Icon	=	BowlFull,
		ReplaceOnUse	=	Bowl,
		DaysFresh	=	1,
		BoredomChange	=	-3,
	}

See also