Cheese Sandwich: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Cheese Sandwich}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Cheese Sandwich
<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_colour=Food
<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 -->
|name_text_colour=Food
{{Consumables
|image=Sandwich_cheese_120px.png
|image = Cheese Sandwich.png
<!--GENERAL-->
|hunger = -50
|category=Food
|boredom = -10
|weight=0.2
|weight = 0.3
|days_fresh=2
}}
|days_rotten=4
A '''cheese sandwich''' is a [[Food#Perishable|perishable]] food item which is often found in bakery display cases.<br> Cheese sandwiches take two in-game days to go stale, and four in-game days to rot.
<!--NUTRITION-->
|hunger_change=-50
|calories=135
|lipids=12.37
|proteins=8.4
|carbohydrates=0.93
<!--EFFECT-->
|boredom_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.CheeseSandwich
}}A '''cheese sandwich''' is a [[Food#Perishable|perishable]] food [[item]].  


In earlier versions of Project Zomboid, a cheese sandwich could have been created using bread and cheese. This recipe has since been removed due to the introduction of the cooking system.
==Usage==
 
=== Consumable properties ===
== Nutritional information ==
A cheese sandwich can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Cheese Sandwich.png
|image = Sandwich_cheese.png
|hunger = -50
|hunger = -50
|boredom = -10
|boredom = -10
|thirst = 0
|unrotten hunger = -38
|unrotten hunger = -38
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten image = Cheese Sandwich.png
|rotten hunger = -23
|rotten hunger = -23
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = Cheese Sandwich.png
|rotten image = Sandwich_cheese.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''Its nutritional values are as follows:'''<br>
At this time, a cheese sandwich has no nutritional benefit ingame, which could be a temporary oversight.


Carbohydrates = 0 <br>
==Distribution==
Proteins = 0 <br>
Cheese sandwiches can be found in bakery [[Containers#Displays|display cases]].
Lipids = 0 <br>
Calories = 0 <br><br>


== Crafting ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
<pre> item CheeseSandwich
HungerChange = -50,
Weight = 0.3,
Type = Food,
DisplayName = Cheese Sandwich,
Icon = Sandwich_cheese,
BoredomChange = -10,
DaysFresh = 2,
DaysTotallyRotten = 4,
Carbohydrates = 0.93,
Proteins = 8.4,
Lipids = 12.37,
Calories = 135,</pre>


{| class="wikitable sortable" style="text-align:center;"
==See also==
|-
*[[Peanut Butter Sandwich]]
! Name
*[[Burger]]
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2008}}
{{RecipeLookup|2012}}
{{RecipeLookup|2013}}
|}
 
== Code ==
<nowiki>
item CheeseSandwich
HungerChange = -50,
Weight = 0.3,
Type = Food,
DisplayName = Cheese Sandwich,
Icon = Sandwich_cheese,
BoredomChange = -10,
DaysFresh = 2,
DaysTotallyRotten = 4,
</nowiki>


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

Revision as of 12:51, 21 August 2018

Project ZomboidItemsFoodPerishable FoodCheese Sandwich
Cheese Sandwich
Cheese Sandwich
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-50
Calories
Calories
135
Carbohydrates
Carbohydrates
0.93
Proteins
Proteins
8.4
Fat
Fat
12.37
Effect
Boredom
Boredom
-10
Technical details
Item ID Base.CheeseSandwich

A cheese sandwich is a perishable food item.

Usage

Consumable properties

A cheese sandwich can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Distribution

Cheese sandwiches can be found in bakery display cases.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item CheeseSandwich
		HungerChange		= -50,
		Weight			= 0.3,
		Type			= Food,
		DisplayName		= Cheese Sandwich,
		Icon			= Sandwich_cheese,
		BoredomChange		= -10,
		DaysFresh		= 2,
		DaysTotallyRotten	= 4,
		Carbohydrates		= 0.93,
		Proteins		= 8.4,
		Lipids			= 12.37,
		Calories		= 135,

See also

Template:Navbox/Consumables