Bread Slices

From PZwiki
Revision as of 04:19, 13 August 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Bread Slices   


Bread slices are a perishable food item that cannot be found in the world naturally, and must be crafted by cutting bread with a knife. Three bread slices are created from this process.
Bread slices take three in-game days to go stale, and six in-game days to rot. This process is slower when the item is in a refrigerator.

Nutritional information

Template:Consumables2












Its nutritional values are as follows:
Carbohydrates = 33
Proteins = 5.9
Lipids = 2.22
Calories = 177

Crafting

Name Recipe Description Crafting Level












Trapping

Bread slices can be used in traps to capture birds.

Refer to trapping for further information.

Code

	
	item BreadSlices
		HungerChange		= -10,
		Weight			= 0.1,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Bread Slices,
		Icon			= BreadSlices,
		DaysFresh		= 3,
        	Carbohydrates 		= 33,
        	Proteins 		= 5.9,
        	Lipids 			= 2.22,
       		Calories 		= 177,

See also

Template:Navbox/Consumables