Baloney: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Baloney}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{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
|name_text_colour=Food
|name_text_colour=Food
|image=Baloney_120px.png
|image=Baloney.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 20:


==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
{{Consumables2
Line 39: Line 38:
}}
}}


== Crafting ==
==Crafting==
===What it can make===
===What it can make===
Baloney needs to be cut into [[Baloney_Slices|slices]] before addition to most recipes.
Baloney needs to be cut into [[Baloney_Slices|slices]] before addition to most recipes.
Line 54: Line 53:
</gallery>
</gallery>


== Code ==
==Code==
'''''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}}
Line 77: Line 76:
}</pre>
}</pre>


{{Navbox_food}}
{{Navbox food}}

Revision as of 23:42, 17 February 2023

Baloney
Baloney
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 2 days
Days until rotten 2 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. Template:Consumables2

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)

Template:Crafting table footer

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,
	}