Baloney: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 1332269e))
m (Minor cleanups)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Baloney
|display_name=Baloney
|name_colour=Food
|name_colour=Food
Line 17: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Baloney
|class_name=Base.Baloney
}}'''Baloney''' is a [[Food#Perishable|perishable]] food [[item]].
}}
'''Baloney''' is a [[Food#Perishable|perishable]] food [[item]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Baloney can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Baloney can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = Baloney.png
|image = Baloney.png
|hunger = -30
|hunger = -30
Line 50: Line 53:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:Baloney Model.png|Baloney model when placed in the world.
Baloney Model.png|Baloney model when placed in the world.
</gallery>
</gallery>


Line 56: Line 59:
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Baloney
<pre>
item Baloney
{
{
DisplayName = Baloney,
DisplayName = Baloney,
Line 74: Line 78:
WorldStaticModel = Baloney_Ground,
WorldStaticModel = Baloney_Ground,
Tooltip = Tooltip_item_NeedsSliced,
Tooltip = Tooltip_item_NeedsSliced,
}</pre>
}
</pre>


{{Navbox food}}
{{Navbox food}}

Revision as of 19:23, 2 September 2023

Baloney
Baloney
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-30
Calories
Calories
200
Carbohydrates
Carbohydrates
2
Proteins
Proteins
22.65
Fat
Fat
6.35
Technical details
Item ID Base.Baloney

Baloney is a perishable food item.

Usage

Consumable properties

Baloney 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

Baloney.png
Hunger: -30


Baloney.png
Hunger: -23
Boredom: +10
Unhappiness: +10

Baloney.png
Hunger: -13
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

What it can make

Baloney needs to be cut into slices before addition to most recipes.

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

Distribution

Baloney can be found inside refrigerators.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item Baloney
	{
		DisplayName = Baloney,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Baloney,
		/*EvolvedRecipe = Stew:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5;Sandwich Baguette:5;Roasted Vegetables:15;PastaPot:15;PastaPan:15;RicePot:15;RicePan:15,*/
		FoodType = Sausage,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -30,
		Calories = 200,
		Carbohydrates = 2,
		Lipids = 6.35,
		Proteins = 22.65,
		WorldStaticModel = Baloney_Ground,
		Tooltip = Tooltip_item_NeedsSliced,
	}