Peanut Butter Sandwich

From PZwiki
Revision as of 23:53, 14 August 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28

A peanut butter sandwich is a perishable food item which is often found in bakery display cases.
Peanut butter sandwiches take two in-game days to go stale, and four in-game days to rot.

In earlier versions of Project Zomboid, a peanut butter sandwich could have been created using bread and peanut butter. This recipe has since been removed due to the introduction of the cooking system.

Nutritional information

Template:Consumables2












Its nutritional values are as follows:
At this time, a peanut butter sandwich has no nutritional benefit ingame, which could be a temporary oversight.

Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 0

Code

	
	item PeanutButterSandwich
		HungerChange		=	-40,
		Weight			=	0.4,
		Type			=	Food,
		UnhappyChange		=	-10,
		DisplayName		=	Peanut Butter Sandwich,
		Icon			=	Sandwich_peanut,
		DaysFresh		=	2,
		DaysTotallyRotten	=	4,

Template:Navbox/Consumables