Pot of Soup: Difference between revisions

From PZwiki
No edit summary
(Updated page, +navigation, changed from non-perishable to perishable, updated info, + consumable section, +rewritten description, + version/categories, +nutritional values, +custom evolved recipe tbl)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<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 -->
<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 -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Pot_of_soup|Pot of Soup]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Potofsoup.png  
|image = Potofsoup.png
|hunger = -40
|hunger = -30 / -39
|weight = 6
|unhappiness = -20
|boredom = -10
|weight = 4.0
}}
}}
Combining a [[can opener]], [[canned soup]], and a [[cooking pot]] yields a '''pot of soup'''; allowing the soup to be consumed. The pot of soup can be eaten directly, or heated in an [[oven]].
A '''Pot of Soup''' is [[Food#Perishable|perishable]] food item which is crafted from a [[Canned_Soup|canned tin of soup]] and a empty [[Cooking_Pot|cooking pot]]. <br>
A Pot of Soup can be divided into 4 bowls, and takes three in-game days to go stale, and five in-game days to rot, which is longer than a open can of soup from which it is created.


When consumed, a cooking pot is recovered.
== Nutritional Information ==
 
{| border=0 align=left <!-- Table will be in middle of page without this line -->
== Effects ==
|
[[Boredom]]: -10<br>
{{Consumables2
[[Hunger]]: -40<br>
|image = Smallpotofsoup.png
[[Unhappy]]: -20
|hunger = -30
 
|unhappiness = -20
== Crafting ==
|boredom = -10
{| class="wikitable sortable" style="text-align:center;"
|perishable = 1
|-  
|cookable = 1
! Name
|unrotten hunger = -22
! class="unsortable" | Recipe
|unrotten unhappiness = +10
! class="unsortable" | Description
|unrotten boredom = +10
{{RecipeLookup|2000}}
|rotten hunger = -13
{{RecipeLookup|2014}}
|rotten unhappiness = +20
|rotten boredom = +20
|unrottencooked hunger = -22
|unrottencooked unhappiness = +10
|unrottencooked boredom = +10
|rottencooked hunger = -13
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|cooked hunger = -39
|cooked boredom = -10
|cooked unhappiness = -20
|burned hunger = -13
|burned boredom = +20
|burned unhappiness = +20
|burned image = Smallpotofsoup.png
|rotten image = Smallpotofsoup.png
|cooked image = Smallpotofsoup.png
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 20 <br>
Proteins = 7.5 <br>
Lipids = 2.5 <br>
Calories = 125 <br><br>


== Code ==
== Evolved Recipes ==
<nowiki>item PotOfSoup
{
Type = Food,
DisplayName = Pot of Soup,
Icon = PotFull,
Weight = 6,
IsCookable = true,
MinutesToCook  = 50,
MinutesToBurn  = 100,
HungerChange = -40,
BoredomChange = -10,
UnhappyChange = -20,
ReplaceOnUse = Pot
}</nowiki>


== History ==
The below values represent a pot of cooked soup (fresh) being divided between bowls.
 
<br>
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable"
|-
! colspan="4"| Evolved Recipes
|-
! Name
! Hunger Added
! Boredom Bonus
! Unhappiness Bonus
|-
|[[File:Full_Soup_bowl.png|centre]]2 Bowls of Soup
| style="text-align: center;" |-15 hunger,
| style="text-align: center;" |-10 unhappiness,
| style="text-align: center;" |-5 boredom,
|-
|-
! Alpha ||   
|[[File:Full_Soup_bowl.png|centre]]4 Bowls of Soup
| style="text-align: center;" |-9 hunger,  
| style="text-align: center;" |-5 unhappiness,
| style="text-align: center;" |-2 boredom,
|-
|-
| RC 2.9 || Add some history.
|}
|}


==See Also==
== Code ==
* [[cooking pot]]
<br>
<nowiki>
item PotOfSoup
HungerChange = -30,
Weight = 4,
Type = Food,
IsCookable = TRUE,
UnhappyChange = -20,
MinutesToBurn = 100,
DisplayName = Pot of Soup,
ReplaceOnUse = Pot,
Icon = PotFull,
MinutesToCook = 50,
BoredomChange = -10,
        DaysTotallyRotten = 5,
        DaysFresh = 3,
        CustomContextMenu = Drink,
        CustomEatSound = PZ_DrinkingFromBottle,
        Carbohydrates = 20,
        Proteins = 7.5,
        Lipids = 2.5,
        Calories = 125,
    </nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Perishable_Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 34.28]]
[[Category:Version 0.2.0p]]

Revision as of 17:47, 5 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Pot of Soup   

A Pot of Soup is perishable food item which is crafted from a canned tin of soup and a empty cooking pot.
A Pot of Soup can be divided into 4 bowls, and takes three in-game days to go stale, and five in-game days to rot, which is longer than a open can of soup from which it is created.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 20
Proteins = 7.5
Lipids = 2.5
Calories = 125

Evolved Recipes

The below values represent a pot of cooked soup (fresh) being divided between bowls.

Evolved Recipes
Name Hunger Added Boredom Bonus Unhappiness Bonus
2 Bowls of Soup -15 hunger, -10 unhappiness, -5 boredom,
4 Bowls of Soup -9 hunger, -5 unhappiness, -2 boredom,

Code


	item PotOfSoup
		HungerChange	=	-30,
		Weight	=	4,
		Type	=	Food,
		IsCookable	=	TRUE,
		UnhappyChange	=	-20,
		MinutesToBurn	=	100,
		DisplayName	=	Pot of Soup,
		ReplaceOnUse	=	Pot,
		Icon	=	PotFull,
		MinutesToCook	=	50,
		BoredomChange	=	-10,
        	DaysTotallyRotten	=	5,
        	DaysFresh = 3,
        	CustomContextMenu = Drink,
        	CustomEatSound = PZ_DrinkingFromBottle,
        	Carbohydrates = 20,
        	Proteins = 7.5,
        	Lipids = 2.5,
        	Calories = 125,
    

Template:Navbox/Consumables