Bacon Bits

From PZwiki
Project ZomboidItemsFoodProteinBacon Bits
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Bacon Bits
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
Days fresh
1 days
Days until rotten
1 days
Nutrition
HungerMoodle Icon Hungry.png
-1
CaloriesCalories
10
CarbohydratesCarbohydrates
0
ProteinsProteins
0.7
FatFat
1
Cooking
Time until cooked
15 minutes
Time until burned
15 minutes
Dangerous uncooked
True
Good hot
True
Bad cold
True
Technical
Item ID
farming.BaconBits

A bacon bits are a perishable spice food item used in cooking and trapping.

Usage

Trapping

Main article: Trapping

Bacon bits can be used as bait in traps to capture mice and rats.

Consumable properties

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

Fresh Stale Rotten
Uncooked
TZ BaconBits.png
Hunger: -1
Dangerous uncooked, may cause sickness.
TZ BaconBits.png
Hunger: -1
Boredom: +10
Unhappiness: +10
Dangerous uncooked, may cause sickness.
TZ BaconBitsRotten.png
Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.
Cooked
TZ BaconBitsCooked.png
Hunger: -1
TZ BaconBitsCooked.png
Hunger: -1
Boredom: +10
Unhappiness: +10
TZ BaconBitsCooked.png
Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.
Burned
TZ BaconBitsOverdone.png

Hunger: -1
Boredom: +40
Unhappiness: +40
Dangerous, will cause sickness.

Crafting

Obtaining

Bacon bits are made by slicing bacon strips.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
TZ BaconBits.png
Bacon Bits x4
0.75 Cooking none
(keep)
TZ BaconRashers.png
Bacon Strips
(consumed)

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Bacon Bits (Cooked)
Bacon Bits (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 15 mins)
Bacon Bits (Uncooked)
Bacon Bits (Uncooked)
(consumed)

Evolved recipes

Bacon bits are a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Stew
Stew
1
Salad
Salad
1
Stir Fry
Stir Fry
1
Roasted Vegetables
Roasted Vegetables
1
Sandwich
Sandwich
1
Burger
Burger
1
Pie (savory)
Pie (savory)
1
Rice Pot/Saucepan
Rice Pot/Saucepan
1
Pasta Pot/Saucepan
Pasta Pot/Saucepan
1
Taco
Taco
1
Burrito
Burrito
1
Omelette
Omelette
1
Pizza
Pizza
1
Toast
Toast
1

Distribution

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

Trivia

  • Currently, burnt bacon bits are missing unique model and are using the uncooked one, while rotten cooked bacon bits are missing unique icon.

Code

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

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.73
item BaconBits
{
  DisplayCategory            = Food,
  Type                       = Food,
  DisplayName                = Bacon Bits,
  Icon                       = TZ_BaconBits,
  Weight                     = 0.1,
  IsCookable                 = true,
  MinutesToCook              = 15,
  MinutesToBurn              = 30,
  HungerChange               = -1,
  DaysFresh                  = 1,
  DaysTotallyRotten          = 2,
  DangerousUncooked          = true,
  EvolvedRecipe              = Pizza:1;Omelette:1;Stew:1;Pie:1;Stir fry Griddle Pan:1;Stir fry:1;Sandwich:1

See also