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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Baloney Slices

From PZwiki
Project ZomboidItemsFoodProteinBaloney Slices
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Baloney Slices
BaloneySlice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.04
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
33
CarbohydratesCarbohydrates
0.33
ProteinsProteins
3.78
FatFat
1.06
Cooking
Time until cooked
5 minutes
Time until burned
20 minutes
Good hot
True
Custom recipe
Baloney
Technical
Item ID
Base.BaloneySlice

Baloney slices are a perishable food item.

Usage

Consumable properties

Baloney slices can be eaten, providing 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 Baloney Slices (Fresh Uncooked) -5 - - -
Fresh Cooked Baloney Slices (Fresh Cooked) -7 - - -
Stale Uncooked Baloney Slices (Stale Uncooked) -4 +10 +10 -
Stale Cooked Baloney Slices (Stale Cooked) -4 +10 +10 -
Rotten Baloney Slices (Rotten) -2 +20 +20 100%
Burned Baloney Slices (Burned) -2 +20 +20 100%

Crafting

Obtaining

Baloney slices are made by slicing baloney.

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
BaloneySlices.png
Baloney Slices ×6
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
Baloney.png Baloney ×1
none none none 0.75 Cooking

Evolved recipes

Baloney slices are a cooking ingredient.

Product Nutrition
PotFull.png
Stew
5
Stir Fry
Stir Fry
5
RoastingpanFull.png
Roasted Vegetables
5
SandwichSandwich
Sandwich
5
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
5
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
5
PizzaWhole.png
Pizza (crafted)
5

Location

Baloney slices do not spawn naturally and can only be obtained through crafting.

History

Base.BaloneySlice

Version Description
Build 42.0.0 CookingSound added with value FryingFood.
EvolvedRecipe changed from {'Pizza': '5', 'Stew': '5', 'Stir fry Griddle Pan': '5', 'Stir fry': '5', 'Sandwich': '5', 'Sandwich Baguette': '5', 'Roasted Vegetables': '5', 'PastaPot': '5', 'PastaPan': '5', 'RicePot': '5', 'RicePan': '5'} to {'Pizza': '5', 'Stew': '5', 'Stir fry': '5', 'Sandwich': '5', 'Pasta': '5', 'Rice': '5', 'Burger': '5'}.
GoodHot added with value true.
IsCookable added with value TRUE.
MinutesToBurn added with value 20.
MinutesToCook added with value 5.
StaticModel added with value BaloneySlice_Hand.
Item tag added with value HideUncooked.
Build 41.72 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_food_meat.txt

Retrieved: Build 42.0.2
item BaloneySlice
	{
		DisplayName = Baloney Slices,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.04,
		Icon = BaloneySlices,
		EvolvedRecipe = Pizza:5;Stew:5;Stir fry:5;Sandwich:5;Pasta:5;Rice:5;Burger:5,
		FoodType = Sausage,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -5,
		Calories = 33,
		Carbohydrates = 0.33,
		Lipids = 1.06,
		Proteins = 3.78,
		StaticModel = BaloneySlice_Hand,
		WorldStaticModel = BaloneySlice,
		EvolvedRecipeName = Baloney,
		CookingSound = FryingFood,
		Tags = HideUncooked,
		IsCookable = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 20,
		GoodHot = true,
	}