Cheese: Difference between revisions

From PZwiki
(Redesigned Cheese Page + Nav Bar, +Description, +updated info, +categories, +nutrition info/values, mentioned removal of BCC and Cheese Sandwich crafting.)
m (Automated Formatting)
(30 intermediate revisions by 8 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{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 -->
{{Infobox item
<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 -->
|name=Cheese
<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 -->
|model=Cheese_Model.png
{{Consumables
|icon=Cheese.png
|image = Cheese.png
|icon_name=Cheese
|hunger = -20
|icon2=CheeseRotten.png
|weight = 0.2
|icon_name2=Cheese (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=14
|days_rotten=20
<!--NUTRITION-->
|hunger_change=-15
|calories=113
|lipids=9.33
|proteins=6.4
|carbohydrates=0.87
<!--TECHNICAL DETAILS-->
|item_id=Base.Cheese
}}
}}
Cheese is a [[Food#Perishable|perishable]] item that goes bad as time passes, and is found within houses, inside of [[refrigerator]]s. Cheese take fourteen in-game days to go stale, and twenty days in-game days to rot. Cheese can be used in multiple recipes.
'''Cheese''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


Previously ingame, Cheese could be utilised to make several special recipes such as [[Broccoli_Chicken_Casserole|Brocolli Chicken Casserole]], or the [[Cheese_Sandwich|Cheese Sandwich]] ''(unique from current sandwiches)'' but these have since been removed.
==Usage==
===Trapping===
{{Main|Trapping}}
Cheese can be used as bait in [[Trapping|traps]] to capture [[Dead Mouse|mice]] and [[Dead Rat|rats]].


== Nutritional Information ==
===Consumable properties===
{| border=0 align=left
Cheese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
|
{{Consumables
{{Consumables2
|image = Cheese.png
|image = Cheese.png
|hunger = -15  
|hunger = -15
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 0
|dangerous uncooked = 0
|unhappiness = 0
|unrotten hunger = -11
|unrotten hunger = -11
|unrotten unhappiness = +10
|unrotten unhappiness = +10
Line 29: Line 42:
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten boredom = +20
|unrottencooked hunger = 0
|rotten image = CheeseRotten.png
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = Rotten_Cheese.png
|cooked image =
}}
}}
==Crafting==
{{Main|Cooking}}
===Evolved recipes===
Cheese is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=15|sandwich=5|burger=5|salad=5|pasta=15|taco=5|burrito=5|pizza=15|bread=5|toast=5}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|all
|[[fridge]]
|4
|2
|-
|[[fridge]]
|4
|2
|-
|rowspan="2"|conveniencestore
|[[fridge]]
|4
|1
|-
|[[fridge]]
|4
|2
|-
|dinerkitchen
|[[fridge]]
|4
|4
|-
|rowspan="7"|pizzakitchen
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|[[counter]]
|4
|2
|-
|[[counter]]
|4
|5
|-
|[[fridge]]
|4
|1
|-
|[[fridge]]
|4
|2
|-
|restaurantkitchen
|[[fridge]]
|4
|4
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
Cheese is often found in [[refrigerator]]s.
'''It's Nutritional Values are as follows:'''<br>
 
Carbohydrates = 0.87 <br>
==Gallery==
Proteins = 6.4 <br>
<gallery>
Lipids = 9.33 <br>
Cheese Model.png|Cheese model when placed in the world
Calories = 113 <br><br>
CheeseRotten Model.png|Rotten cheese model when placed in the world
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 4502
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Cheese
{
DisplayName = Cheese,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Cheese,
EvolvedRecipe = Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5,
FoodType = Cheese,
DaysFresh = 14,
DaysTotallyRotten = 20,
HungerChange = -15,
Calories = 113,
Carbohydrates = 0.87,
Lipids = 9.33,
Proteins = 6.4,
WorldStaticModel = Cheese,
Tags = Cheese,
}
}}
}}


== Evolved Recipes ==
==See also==
{{EvolvedRecipesForItem
*[[Butter]]
|soup=15|sandwich=5|burger=5|salad=5|pastapot=15|pastapan=15|}}
*[[Processed Cheese]]


== Code ==
{{Navbox items|food}}
<nowiki>
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,
</nowiki>


==See Also==
[[Category:Perishable food]]
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 07:25, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cheese
Cheese Model.png
Cheese (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
14 days
Days until rotten
20 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
113
CarbohydratesCarbohydrates
0.87
ProteinsProteins
6.4
FatFat
9.33
Technical
Item ID
Base.Cheese

Cheese is a perishable food item used in cooking.

Usage

Trapping

Main article: Trapping

Cheese can be used as bait in traps to capture mice and rats.

Consumable properties

Cheese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

Cheese.png
Hunger: -15


Cheese.png
Hunger: -11
Boredom: +10
Unhappiness: +10

CheeseRotten.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Cheese is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Salad
Salad
5
Sandwich
Sandwich
5
Burger
Burger
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15
Taco
Taco
5
Burrito
Burrito
5
Pizza
Pizza
15
Bread
Bread
5
Toast
Toast
5

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
conveniencestore fridge 4 1
fridge 4 2
dinerkitchen fridge 4 4
pizzakitchen counter 4 1
counter 4 1
counter 4 2
counter 4 2
counter 4 5
fridge 4 1
fridge 4 2
restaurantkitchen fridge 4 4

Cheese is often found in refrigerators.

Gallery

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Cheese
	{
		DisplayName = Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Cheese,
		EvolvedRecipe = Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5,
		FoodType = Cheese,
		DaysFresh = 14,
		DaysTotallyRotten = 20,
		HungerChange = -15,
		Calories = 113,
		Carbohydrates = 0.87,
		Lipids = 9.33,
		Proteins = 6.4,
		WorldStaticModel = Cheese,
		Tags = Cheese,
	}

See also