Boring Bowl of Soup: Difference between revisions

From PZwiki
Boring Bowl of Soup
(PZ Updater automated execution(task: deploy ReLookup, eid: ebcb817149323c2d162e1a340be21361))
(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}}
|display_name=Boring Bowl of 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 = BowlFull.png
|name_text_colour=Food
|hunger = -11
|image=BowlFull.png
|weight = 3
|image_width=120px
|alternate_image=Pot of Soup.png
|alternate_name=Boring Soup
|alternate_link=Boring Soup
|weight=3
|category=Food
|hunger_change=-11
|thirst_change=
|calories=
|carbohydrates=
|proteins=
|lipids=
|unhappy_change=-3
|cook_minutes=
|burn_minutes=
|days_fresh=1
|days_rotten=3
|class_name=
}}The '''Boring Bowl of Soup''' was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.
}}The '''Boring Bowl of Soup''' was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced.
The information below was the last recorded values of the Boring Bowl of Soup on the Wikipedia before removal.
The information below was the last recorded values of the Boring Bowl of Soup on the Wikipedia before removal.
<br>
Originally the soup would take one in-game days to go stale, and three in-game days to rot.  


== Nutritional Information ==
==Nutritional information==
[[Boredom]]: -2<br>
[[Boredom]]: -2
[[Hunger]]: -11<br>
 
[[Unhappy]]: -3
==Crafting==
<br>
== Crafting ==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2011 -->
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2011 -->
{{Crafting/core|ing=3
{{Crafting/core|ing=3
Line 28: Line 41:
|}
|}


 
==Code==
== Code ==
<pre>
<nowiki>item BoringBowl4
item BoringBowl4
Type = Food,
Type = Food,
DisplayName = Boring Bowl of Soup,
DisplayName = Boring Bowl of Soup,
Line 45: Line 58:
DaysFresh = 1,
DaysFresh = 1,
DaysTotallyRotten = 3,
DaysTotallyRotten = 3,
</nowiki>
</pre>


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

Revision as of 12:18, 8 April 2023

The Game WorldItemsObsolete ItemsRemoved FoodBoring Bowl of Soup
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Boring Bowl of Soup
Boring Bowl of Soup
Boring Soup
General
Category Food
Encumbrance
Heavy Load
3
Days until stale 1 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-11
Effect
Unhappiness
Unhappiness
-3
Technical details
Item ID

The Boring Bowl of Soup was a previously craftable ingame item that has since been removed from Project Zomboid due to different crafting methods being introduced. The information below was the last recorded values of the Boring Bowl of Soup on the Wikipedia before removal.

Nutritional information

Moodles: -2

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Boring Bowl of Soup
Boring Bowl of Soup x4
none Boring Soup
Soup x1
(consumed)
Bowl
Bowl x4
(consumed)
Heat Source
Heat source
(cooked:13min burned:25min)

Code

item BoringBowl4
	Type 			= Food,
	DisplayName 		= Boring Bowl of Soup,
	Icon 			= BowlFull,
	Weight 			= 3,
	IsCookable 		= true,
 	MinutesToCook 		= 13,
	MinutesToBurn 		= 25,
	Count 			= 4,
	HungerChange 		= -11,
	ReplaceOnUse 		= Bowl,
	BoredomChange 		= -2,
	UnhappyChange 		= -3,
	DaysFresh 		= 1,
	DaysTotallyRotten 	= 3,