Baloney: Difference between revisions

From PZwiki
(Created page with "Baloney is a perishable food item. It can be used in various cooking recipes.")
 
mNo edit summary
Line 1: Line 1:
Baloney is a perishable food item. It can be used in various cooking recipes.
{{languages|Baloney}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Baloney
|name_colour=Food
|name_text_colour=Food
|image=Baloney_120px.png
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=2
|days_rotten=2
<!--NUTRITION-->
|hunger_change=-30
|calories=200
|lipids=6.35
|proteins=22.65
|carbohydrates=2
<!--TECHNICAL DETAILS-->
|class_name=Base.Baloney
}}'''Baloney''' is a [[Food#Perishable|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.
{{Consumables2
|image = Baloney.png
|hunger = -30
|thirst = 0
|unrotten hunger = -23
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|rotten hunger = -13
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = 0
|perishable = 1
|rotten image = Baloney.png
}}
 
== Crafting ==
===What it can make===
Baloney needs to be cut into [[Baloney_Slices|slices]] before addition to most recipes.
{{Crafting header|ing=2}}
{{Crafting cooking|146|ing=2}}
{{Crafting table footer}}
 
==Distribution==
Baloney can be found inside [[refrigerator]]s.
 
==Gallery==
<gallery>
File:Baloney Model.png|Baloney model when placed in the world.
</gallery>
 
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
<pre> 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,
}</pre>
 
{{Navbox_food}}

Revision as of 16:05, 30 September 2022

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