Cheese: Difference between revisions

From PZwiki
m (Consumable rating was wrong on hunger. Forgot to change.)
(Update of NavBar.)
Line 3: Line 3:
<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 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: 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:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Cheese.png
|image = Cheese.png

Revision as of 19:24, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Cheese   

Cheese is a perishable item that goes bad as time passes, and is found within houses, inside of refrigerators. Cheese take fourteen in-game days to go stale, and twenty days in-game days to rot. Cheese can be used in multiple recipes.

Previously ingame, Cheese could be utilised to make several special recipes such as Brocolli Chicken Casserole, or the Cheese Sandwich (unique from current sandwiches) but these have since been removed.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 0.87
Proteins = 6.4
Lipids = 9.33
Calories = 113

Evolved Recipes

Product Nutrition
Soup
Soup
15
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Code

	
	item Cheese
		HungerChange		= -15,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 20,
		DisplayName		= Cheese,
		Icon			= Cheese,
		DaysFresh		= 14,
		EvolvedRecipe 		= Soup:15;Sandwich:5;Burger:5;Salad:5;PastaPot:15;PastaPan:15,
		FoodType    		= NoExplicit,
        	Carbohydrates 		= 0.87,
        	Proteins 		= 6.4,
        	Lipids 			= 9.33,
        	Calories 		= 113,

See Also

Template:Navbox/Consumables