Meat Steam Bun: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 943d49c6))
m (Minor fixes)
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=Meat Steam Bun
|display_name=Meat Steam Bun
|name_colour=Food
|name_colour=Food
Line 17: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MeatSteamBun
|class_name=Base.MeatSteamBun
}}'''Meat steam bun''' is a [[Food#Perishable|perishable]] food [[items|item]].
}}
A '''meat steam bun''' is a [[Food#Perishable|perishable]] food [[items|item]].


==Usage==
==Usage==
Meat steam bun can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
A meat steam bun can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.


===Consumable properties===
===Consumable properties===
{{Consumables2
{{Consumables
|image = MeatSteamBun.png
|image = MeatSteamBun.png
|hunger = -15
|hunger = -15
Line 43: Line 46:
==Gallery==
==Gallery==
<gallery>
<gallery>
File:MeatSteamBun Model.png|Model for: [[File:MeatSteamBun.png]]
MeatSteamBun Model.png|Model for: [[File:MeatSteamBun.png]]
</gallery>
</gallery>



Revision as of 19:43, 2 September 2023

Project ZomboidItemsFoodPerishable FoodMeat Steam Bun
Meat Steam Bun
Meat Steam Bun
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
35
Carbohydrates
Carbohydrates
12
Proteins
Proteins
18
Fat
Fat
4
Technical details
Item ID Base.MeatSteamBun

A meat steam bun is a perishable food item.

Usage

A meat steam bun can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Consumable properties

Fresh Stale Rotten

MeatSteamBun.png
Hunger: -15


MeatSteamBun.png
Hunger: -11
Boredom: +10
Unhappiness: +10

MeatSteamBun.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

Meat steam bun can often found inside displays in restaurant.

Gallery

Code

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

    item MeatSteamBun
	{
		DisplayName = Meat Steam Bun,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MeatSteamBun,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -15,
		Calories = 35,
		Carbohydrates = 12,
		Lipids = 4,
		Proteins = 18,
		WorldStaticModel = MeatSteamBun_Ground,
	}