Bacon: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Bacon}}
{{languages|Bacon}}
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=11}}{{Infobox food
|image = Bacon.png
|display_name=Bacon
|hunger = -12
|name_colour=Food
|weight = 0.3}}
|name_text_colour=Food
'''Bacon''' is a [[Food#Perishable|perishable]] food item which is often found in [[refrigerator]]s. It can be crafted into [[Bacon Rashers|bacon rashers]] using a [[Kitchen Knife|kitchen knife]], which can in turn be crafted into [[Bacon Bits|bacon bits]] using a kitchen knife.  It is more efficient to eat bacon bits than bacon or bacon rashers.  Bacon takes three in-game days to go stale, and five in-game days to rot. This process is slower when the item is in a refrigerator. Bacon is better when it is eaten hot rather than cold.
|image=Bacon_120px.png
|alternate_image=BaconRotten.png
|alternate_name=Bacon (Rotten)
|alternate_link=
|alternate_image2=BaconCooked.png
|alternate_name2=Bacon (Cooked)
|alternate_link2=
|alternate_image3=BaconBurnt.png
|alternate_name3=Bacon (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.3
|days_fresh=3
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-12
|calories=160
|lipids=14
|proteins=10
|carbohydrates=0
<!--COOKING-->
|cook_minutes=20
|burn_minutes=50
|dangerous_uncooked=True
|bad_microwaved=
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=farming.Bacon
}}'''Bacon''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


== Nutritional information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Bacon can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Bacon.png
|image = Bacon.png
Line 37: Line 66:
|cooked image = Item_BaconCooked.png
|cooked image = Item_BaconCooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 10 <br>
Lipids = 14 <br>
Calories = 160 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
Bacon can be used is various cooking recipes.
|-
===Cooking===
! Name
{{Main|Cooking}}
! class="unsortable" | Recipe
{{Cooking table header}}
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2047}}
{{RecipeLookup|2047}}
{{RecipeLookup|2048}}
{{Crafting table footer}}
|}
====Evolved recipes====
 
{{EvolvedRecipesForItem|stew=12|pie=12|stirfry=12|sandwich=12|burger=12|roastedvegetables=12|ricepot=12|ricepan=12|pastapot=12|pastapan=12|}}
== Evolved recipes ==
{{EvolvedRecipesForItem
|stew=12|pie=12|stirfry=12|sandwich=12|burger=12|roastedvegetables=12|ricepot=12|ricepan=12|pastapot=12|pastapan=12|}}
 
== Trapping ==
 
Bacon bits (bacon cut up as rashers, then cut into bits as shown in recipes) can also be used in [[Trapping|traps]] to capture [[Dead_Mouse|mice]] and [[Dead_Rat|rats]].


Refer to [[Trapping|trapping]] for further information.
==Distribution==
Bacon can be found [[refrigerator]]s


== Code ==
== Code ==
<nowiki>
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
    item Bacon
{{Retrieved|version=40|incver=11}}
<pre> item Bacon
Type = Food,
Type = Food,
DisplayName = Bacon,
DisplayName = Bacon,
Line 88: Line 103:
         Packaged = TRUE,
         Packaged = TRUE,
         GoodHot = true,
         GoodHot = true,
         BadCold = true,
         BadCold = true,</pre>
</nowiki>


==See also==
==See also==

Revision as of 14:15, 1 September 2018

Bacon
Bacon
Bacon (Rotten) Bacon (Cooked) Bacon (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-12
Calories
Calories
160
Carbohydrates
Carbohydrates
0
Proteins
Proteins
10
Fat
Fat
14
Cooking
Time until cooked 20 minutes
Time until burned 50 minutes
Dangerous uncooked True
Good hot True
Bad cold True
Technical details
Item ID farming.Bacon

Bacon is a perishable food item used in cooking.

Usage

Consumable properties

Bacon can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Bacon can be used is various cooking recipes.

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Product Nutrition
Stew
Stew
12
Stir Fry
Stir Fry
12
Roasted Vegetables
Roasted Vegetables
12
Sandwich
Sandwich
12
Burger
Burger
12
Pie (savory)
Pie (savory)
12
Rice Pot/Saucepan
Rice Pot/Saucepan
12
Pasta Pot/Saucepan
Pasta Pot/Saucepan
12

Distribution

Bacon can be found refrigerators

Code

From farming.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.11

	item Bacon
		Type			= Food,
		DisplayName		= Bacon,
		Icon			= Bacon,
		Weight			= 0.3,
		IsCookable		= true,
		MinutesToCook   	= 20,
		MinutesToBurn   	= 50,
		HungerChange 		= -12,
		DaysFresh 		= 3,
		DaysTotallyRotten 	= 5,
		DangerousUncooked 	= true,
		EvolvedRecipe       	= Stew:12;Pie:12;Stir fry:12;Sandwich:12|Cooked;Burger:12;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
		FoodType    		= Meat,
        	Carbohydrates 		= 0,
        	Proteins 		= 10,
        	Lipids 			= 14,
        	Calories 		= 160,
        	Packaged 		= TRUE,
        	GoodHot 		= true,
        	BadCold 		= true,

See also

Template:Navbox/Consumables