Cheese Sandwich: Difference between revisions

From PZwiki
(New infobox + new layout)
m (about)
Line 20: Line 20:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CheeseSandwich
|class_name=Base.CheeseSandwich
}}A '''cheese sandwich''' is a [[Food#Perishable|perishable]] food [[item]].  
}}{{About|sandwiches that spawn naturally|sandwiches made by the player|[[Recipe Ingredients#Sandwich & Burger Ingredients|Sandwich & Burger Ingredients]]}}
A '''cheese sandwich''' is a [[Food#Perishable|perishable]] food [[item]].  


==Usage==
==Usage==

Revision as of 15:26, 22 September 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
PlushSpiffo.pngThis article is about sandwiches that spawn naturally. For sandwiches made by the player, see [[Sandwich & Burger Ingredients]].

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