Meat Steam Bun: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Meat Steam Bun}}
{{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=Meat Steam Bun
|display_name=Meat Steam Bun
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=MeatSteamBun 120px.png
|image=MeatSteamBun.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 18: Line 17:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MeatSteamBun
|class_name=Base.MeatSteamBun
}}
}}'''Meat steam bun''' is a [[Food#Perishable|perishable]] food [[items|item]].
'''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.
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
{{Consumables2
|image = MeatSteamBun.png
|image = MeatSteamBun.png
Line 40: Line 38:
}}
}}


== Distribution ==
==Distribution==
Meat steam bun can often found inside [[Containers#Displays|displays]] in restaurant.
Meat steam bun can often found inside [[Containers#Displays|displays]] in restaurant.


Line 48: Line 46:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item MeatSteamBun
<pre>
    item MeatSteamBun
{
{
DisplayName = Meat Steam Bun,
DisplayName = Meat Steam Bun,

Revision as of 22:39, 24 February 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 2 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
35
Carbohydrates
Carbohydrates
12
Proteins
Proteins
18
Fat
Fat
4
Technical details
Item ID Base.MeatSteamBun

Meat steam bun is a perishable food item.

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.

Consumable properties

Template:Consumables2

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