Bread Slices: Difference between revisions

From PZwiki
(Update of NavBar.)
mNo edit summary
Line 10: Line 10:
}}
}}


A perishable food item generally not found in game already created. It can be created by using a [[Kitchen Knife|knife]] on [[Bread]] which will create 3 slices.
'''Bread slices''' are a [[Food#Perishable|perishable]] food item that cannot be found in the world naturally, and must be crafted by cutting [[bread]] with a [[Kitchen Knife|knife]]. Three bread slices are created from this process.
<br>
<br>
Bread takes three in-game days to go stale, and six in-game days to rot.
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 ==
== Nutritional information ==
{| border=0 align=left
{| border=0 align=left
|
|
Line 35: Line 35:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 33 <br>
Carbohydrates = 33 <br>
Proteins = 5.9 <br>
Proteins = 5.9 <br>
Line 53: Line 53:
== Trapping ==
== Trapping ==


Bread slices can also be used in [[Trapping|traps]] to capture [[Dead_Bird|birds]].
Bread slices can be used in [[Trapping|traps]] to capture [[Dead_Bird|birds]].


Refer to [[Trapping|trapping]] for further information.
Refer to [[Trapping|trapping]] for further information.
Line 73: Line 73:
</nowiki>
</nowiki>


==See Also==
==See also==
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 04:19, 13 August 2018


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