Boring Soup: Difference between revisions

From PZwiki
(Movement of Page to Removed Foods Category, modernised layout, + navbar)
m (Automatic formatting)
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Obsolete items}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Obsolete|item=true|2=Recipe ingredients#Soup & Stew Ingredients}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox item
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Removed_Food|Removed Foods]] -> [[Boring_Soup|Boring Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name=Boring Soup
{{Notice|Obsolete}}
|icon=PotFull.png
{{Consumables
|weight=6
|image = Pot of Soup.png
|category=Food
|hunger = -42
|hunger_change=-35
|unhappiness = -10
|unhappy_change=-10
|boredom = -5
|boredom_change=-5
|weight = 6
|cook_minutes=50
|burn_minutes=100
|days_fresh=1
|days_rotten=3
|item_id=Base.BoringSoup
}}
}}


The information below was the last recorded values of the Boring Soup on the Wikipedia before removal.
'''Boring soup''' was a previously craftable item that has since been removed from Project Zomboid due to different crafting methods being introduced.
<br>
Originally the soup was a non-perishable, which was a omitted error and it did not rot, leading to many players making piles of soup to conserve food supplies that were about to rot. The [[Boring_Bowl_of_Soup|Boring Bowl of Soup]] which was 4 bowls of this pot of soup was however a perishable, meaning once it was divided it began to rot.


== Former Description ==
The information below was the last recorded values of the Boring Soup on the wiki before removal.


Although not the tastiest food item, Boring Soup is very nutritious. Crafted with one unit of [[Water|water]], a [[Cooking Pot]] and one [[Soup_Ingredients|soup ingredient]], it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.
Originally the soup was a non-perishable, which was an omitted error, and it did not rot, leading to many players making piles of soup to conserve food supplies that were about to rot. The [[Boring Bowl of Soup]] which was 4 bowls of this pot of soup was however a perishable, meaning once it was divided it began to rot.


== Nutritional Information ==
==Former description==
[[Boredom]]: -5<br>
Although not the tastiest food item, Boring Soup is very nutritious. Crafted with one unit of [[water]], a [[Cooking Pot]] and one [[Recipe ingredients#Soup & Stew Ingredients|soup ingredient]], it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.
[[Hunger]]: -42<br>
[[Unhappy]]: -10<br>


== Crafting ==
==Nutritional information==
{| class="wikitable sortable" style="text-align:center;"
[[Boredom]]: -5
|-
 
! Name
==Former crafting==
! class="unsortable" | Recipe  
{{Crafting header|ing=4}}
! class="unsortable" | Description
{{Crafting|ing=4
{{RecipeLookup|2005}}
| product_image = [[File:PotFull.png|link=Boring Soup]]
{{RecipeLookup|2011}}
| product_name = [[Boring 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]]
| i3 = [[Recipe ingredients#Soup & Stew Ingredients|Soup Ingredients]]
| q3 =
| tag3 = (consumed)
| f4 = [[File:Heat source.gif|link=Heat source]]
| i4 = [[Heat source]]
| q4 =
| tag4 = (cooked:50min burned:100min)
| sl = ''none''
| req =
}}
{{Crafting|ing=4
| product_image = [[File:BowlFull.png|link=Boring Bowl of Soup]]
| product_name = [[Boring Bowl of Soup]]
| product_quantity = x4
| rec =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| f1 = [[File:PotFull.png|link=Boring Soup]]
| i1 = [[Boring Soup]]
| q1 =
| tag1 = (consumed)
| f2 = [[File:Bowl.png|link=Bowl]]
| i2 = [[Bowl]]
| q2 = x4
| tag2 = (consumed)
| f3 = [[File:Heat source.gif|link=Heat source]]
| i3 = [[Heat source]]
| q3 =
| tag3 = (cooked:13min burned:25min)
| sl = ''none''
}}
|}
|}


== Code ==
==Code==
<nowiki>item BoringSoup
{{CodeBox
Type = Food,
| {{CodeSnip
DisplayName = Boring Soup,
  | lang = java
Icon = PotFull,
  | line = true
Weight = 6,
  | start = 323
IsCookable = true,
  | source = items.txt
MinutesToCook = 50,
  | retrieved = true
MinutesToBurn = 100,
  | version = 2.9.7
HungerChange = -42,
  | version_link = RC 2.9.7
BoredomChange = -5,
  | hidecat = true
UnhappyChange = -10,
  | code =
ReplaceOnUse = Pot
item BoringSoup
</nowiki>
{
HungerChange = -35,
Weight = 5,
Type = Food,
IsCookable = TRUE,
UnhappyChange = -10,
MinutesToBurn = 100,
DisplayName = Boring Soup,
ReplaceOnUse = Pot,
Icon = PotFull,
MinutesToCook = 50,
BoredomChange = -5,
}
}}}}


{{Navbox/Consumables}}
{{Navbox food}}
[[Category:Consumables]]
[[Category:Removed Food]]
[[Category:Version 34.28]]

Revision as of 15:11, 25 March 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.
Boring Soup
Boring Soup
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
6
Properties
Days fresh
1 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-35
Effect
UnhappinessMoodle Icon Unhappy.png
-10
BoredomMoodle Icon Bored.png
-5
Cooking
Time until cooked
50 minutes
Time until burned
100 minutes
Technical
Item ID
Base.BoringSoup

Boring soup was a previously craftable 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 Soup on the wiki before removal.

Originally the soup was a non-perishable, which was an omitted error, and it did not rot, leading to many players making piles of soup to conserve food supplies that were about to rot. The Boring Bowl of Soup which was 4 bowls of this pot of soup was however a perishable, meaning once it was divided it began to rot.

Former description

Although not the tastiest food item, Boring Soup is very nutritious. Crafted with one unit of water, a Cooking Pot and one soup ingredient, it relieves a good amount of hunger, unhappiness, and boredom. Cooking the soup will greatly increase its effectiveness.

Nutritional information

Moodles: -5

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
PotFull.png
Boring Soup
none Water drop.png
Water
(consumed)
Pot.png
Cooking Pot
Soup Ingredients.png
Soup Ingredients
(consumed)
Heat source.gif
Heat source
(cooked:50min burned:100min)
BowlFull.png
Boring Bowl of Soup x4
none PotFull.png
Boring Soup
(consumed)
Bowl.png
Bowl x4
(consumed)
Heat source.gif
Heat source
(cooked:13min burned:25min)

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 BoringSoup
	{
		HungerChange	=	-35,
		Weight	=	5,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-10,
		MinutesToBurn	=	100,
		DisplayName	=	Boring Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	50,
		BoredomChange	=	-5,
	}