Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Bacon Strips

From PZwiki
Project ZomboidItemsFoodProteinBacon Strips
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bacon Strips
BaconBits Model.png
BaconBitsCooked Model.png
BaconBitsRotten Model.png
BaconBitsCookedRotten Model.png
BaconBits Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Can boil water
True
Days fresh
1 days
Days until rotten
2 days
Nutrition
HungerUI Hunger.png
-4
CaloriesCalories
40
CarbohydratesCarbohydrates
0
ProteinsProteins
2.5
FatFat
3.5
Cooking
Time until cooked
15 minutes
Time until burned
35 minutes
Dangerous uncooked
True
Good hot
True
Bad cold
True
Custom recipe
Bacon
Technical
Item ID
farming.BaconRashers

A bacon strips are a perishable food item used in cooking.

Usage

Consumable properties

Bacon strips 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.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Uncooked Bacon Strips (Fresh Uncooked) -4 - - 75%
Fresh Cooked Bacon Strips (Fresh Cooked) -5 - - -
Stale Uncooked Bacon Strips (Stale Uncooked) -3 +10 +10 75%
Stale Cooked Bacon Strips (Stale Cooked) -3 +10 +10 -
Rotten Bacon Strips (Rotten) -2 +20 +20 100%
Burned Bacon Strips (Burned) -1 +20 +20 100%

Crafting

Obtaining

Bacon strips are made by slicing bacon.

Product Ingredients Tools Requirements Workstation XP
TZ BaconRashers.png
Bacon Strips ×4
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
Bacon.png Bacon ×1
none none none 0.75 Cooking

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
Bacon Strips (Cooked)
Bacon Strips (Cooked)
Bacon Strips (Uncooked) Bacon Strips (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking

What it makes

Product Ingredients Tools Requirements Workstation XP
TZ BaconBits.png
Bacon Bits ×4
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
TZ BaconRashers.png Bacon Strips ×1
none none none 0.75 Cooking

Evolved recipes

Bacon strips are a cooking ingredient.

Product Nutrition
PotFull.png
Stew
4
TZ CraftSalat.png
Salad
4
Stir Fry
Stir Fry
4
RoastingpanFull.png
Roasted Vegetables
4
SandwichSandwich
Sandwich
4
Burger
Burger
4
PieWhole.png
Pie (savory)
4
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
4
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
4
Taco.png
Taco (crafted)
4
Burrito.png
Burrito (crafted)
4
PanFull.png
Omelette (crafted)
4
PizzaWhole.png
Pizza (crafted)
4
BreadSlices.png
Toast
4

Location

Bacon strips do not spawn naturally and can only be obtained through crafting.

History

farming.BaconRashers

Version Description
0.2.0r_RC2.5 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item BaconRashers
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=		Bacon Rashers,
		Icon				=		TZ_BaconRashers,
		Weight				=		0.1,
		IsCookable			= 		true,
		MinutesToCook   	= 		15,
		MinutesToBurn   	= 		35,
		HungerChange 		=		-4,
		DaysFresh 			=		1,
		DaysTotallyRotten 	= 		2,
		DangerousUncooked 	= 		true,
		EvolvedRecipe       =       Pizza:4;Omelette:4;Stew:4;Pie:4;Stir fry Griddle Pan:4;Stir fry:4;Sandwich:4

See also