Processed Cheese: Difference between revisions

From PZwiki
(Created page with "{{consumables |image = DAIRYProcessedCheese.png |weight = 0,1 |hunger = -10 }} Processed cheese is a perishable food which is mostly found in refrigerators. =...")
 
m (Distribution table update)
 
(45 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{consumables
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
|image = DAIRYProcessedCheese.png
{{Page version|41.78.16}}
|weight = 0,1
{{Reupload|Missing 3D variant model (Rotten)}}
|hunger = -10
{{Infobox item
|name=Processed Cheese
|model=ProcessedCheese_Model.png
|icon=Processedcheese.png
|icon_name=Processed Cheese
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=6
|days_rotten=10
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-5
|calories=70
|lipids=6
|proteins=4
|carbohydrates=0
<!--TECHNICAL DETAILS-->
|item_id=Base.Processedcheese
}}
}}
'''Processed cheese''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


Processed cheese is a perishable food which is mostly found in [[Containers|refrigerators]].
==Usage==
===Consumable properties===
Processed cheese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
|image = Processedcheese.png
|perishable = 1
|hunger = -5
|unrotten hunger = -3
|unrotten boredom = +10
|unrotten unhappiness = +10
|rotten hunger = -2
|rotten boredom = +20
|rotten unhappiness = +20
|rotten image = Processedcheese.png
}}


== Nutritional information ==
==Crafting==
It takes 6 in-game days for the food to go stale and 10 to rot .
{{Main|Cooking}}


{{Consumables2
===What it can make===
|image = DAIRYProcessedCheese.png
Processed cheese can be used to make a [[Cheese Sandwich|cheese sandwich]].
|hunger = -10
{{Crafting/sandbox2
|thirst = 0
|cheese_sandwich
|unrotten hunger = 0
|unrotten boredom = 0
|unrotten unhappiness = 0
|unrotten thirst = 0
|unrotten image = DAIRYProcessedCheese.png
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|rotten image = DAIRYProcessedCheese.png
}}
}}


== Code ==
===Evolved recipes===
<nowiki>item Processedcheese
Processed cheese is a cooking [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|sandwich=5|burger=5|rice=5|pasta=5|bread=5|toast=5}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Processedcheese|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Processedcheese distribution
        <span class="mw-customtoggle-togglebox-Processedcheese" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Processedcheese">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 6.0
    |-
    | all
    | {{ll|GroceryBag5}}
    | 1
    | 10.0
    |-
    | all
    | {{ll|GroceryBag5}}
    | 1
    | 50.0
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 6.0
    |-
    | breakroom
    | {{ll|fridge}}
    | 4
    | 8.0
    |-
    | burgerkitchen
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | burgerkitchen
    | {{ll|fridge}}
    | 4
    | 20.0
    |-
    | conveniencestore
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | conveniencestore
    | {{ll|fridge}}
    | 4
    | 20.0
    |-
    | deepfry_kitchen
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | dinerkitchen
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | restaurantkitchen
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | spiffoskitchen
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | spiffoskitchen
    | {{ll|fridge}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Processedcheese" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Processedcheese|41.78.16-->
Processed cheese can be found inside [[refrigerator]]s and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 5433
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Processedcheese
{
{
HungerChange = -10,
DisplayName = Processed Cheese,
Weight = 0.1,
DisplayCategory = Food,
Type = Food,
Type = Food,
DaysTotallyRotten = 10,
Weight = 0.1,
DisplayName = Processed cheese,
Icon = Processedcheese,
Icon = Processedcheese,
EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Bread:5;Toast:5,
DaysFresh = 6,
FoodType = Cheese,
} </nowiki>
Packaged = TRUE,
DaysFresh = 6,
DaysTotallyRotten = 10,
HungerChange = -5,
Calories = 70,
Carbohydrates = 0,
Lipids = 6,
Proteins = 4,
WorldStaticModel = ProcessedCheese,
Tags = Cheese,
}
}}
}}
 
==See also==
*[[Cheese]]
*[[Cheese Sandwich]]
 
{{Navbox items|food}}
 
[[Category:Perishable food]]

Latest revision as of 16:24, 24 April 2024

Project ZomboidItemsFoodMiscellaneous foodProcessed Cheese
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D variant model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Processed Cheese
ProcessedCheese Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Packaged
Yes
Days fresh
6 days
Days until rotten
10 days
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
70
CarbohydratesCarbohydrates
0
ProteinsProteins
4
FatFat
6
Technical
Item ID
Base.Processedcheese

Processed cheese is a perishable food item used in cooking.

Usage

Consumable properties

Processed 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

Processedcheese.png
Hunger: -5


Processedcheese.png
Hunger: -3
Boredom: +10
Unhappiness: +10

Processedcheese.png
Hunger: -2
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

What it can make

Processed cheese can be used to make a cheese sandwich.

Product Ingredients Tools Requirements Workstation XP
Sandwich cheese.png
Cheese Sandwich
One of:
Cheese.png Cheese ×1
Processedcheese.png Processed Cheese ×1
Each of:
BreadSlices.png Bread Slices ×1
none none none 0.75 Cooking

Evolved recipes

Processed cheese is a cooking ingredient.

Product Nutrition
Sandwich
Sandwich
5
Burger
Burger
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5
Bread
Bread
5
Toast
Toast
5

Distribution

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

Processedcheese distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 6.0
all GroceryBag5 1 10.0
all GroceryBag5 1 50.0
all fridge 4 6.0
breakroom fridge 4 8.0
burgerkitchen fridge 4 10.0
burgerkitchen fridge 4 20.0
conveniencestore fridge 4 10.0
conveniencestore fridge 4 20.0
deepfry_kitchen fridge 4 10.0
dinerkitchen fridge 4 10.0
restaurantkitchen fridge 4 10.0
spiffoskitchen fridge 4 10.0
spiffoskitchen fridge 4 20.0

Processed cheese can be found inside refrigerators and the trunk of a Spiffo's van.

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 Processedcheese
	{
		DisplayName = Processed Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Processedcheese,
		EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Bread:5;Toast:5,
		FoodType = Cheese,
		Packaged = TRUE,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 0,
		Lipids = 6,
		Proteins = 4,
		WorldStaticModel = ProcessedCheese,
		Tags = Cheese,
	}

See also