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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
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
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
33
CarbohydratesCarbohydrates
0.33
ProteinsProteins
3.78
FatFat
1.06
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.

Fresh Stale Rotten
BaloneySlices.png
Hunger: -5
BaloneySlices.png
Hunger: -3
Boredom: +10
Unhappiness: +10
BaloneySlices.png
Hunger: -2
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Obtaining

Baloney slices are made by slicing baloney.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
BaloneySlices.png
Baloney Slices x6
0.75 Cooking none
(keep)
Baloney.png
Baloney
(consumed)

Evolved recipes

Baloney slices are a cooking ingredient.

Product Nutrition
Stew
Stew
5
Stir Fry
Stir Fry
5
Roasted Vegetables
Roasted Vegetables
5
Sandwich
Sandwich
5
Rice Pot/Saucepan
Rice Pot/Saucepan
5
Pasta Pot/Saucepan
Pasta Pot/Saucepan
5
Pizza
Pizza
5

Distribution

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

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BaloneySlice
	{
		DisplayName = Baloney Slices,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.04,
		Icon = BaloneySlices,
		EvolvedRecipe = 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,
		FoodType = Sausage,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -5,
		Calories = 33,
		Carbohydrates = 0.33,
		Lipids = 1.06,
		Proteins = 3.78,
		WorldStaticModel = BaloneySlice,
		EvolvedRecipeName = Baloney,
	}