Meat Steam Bun: Difference between revisions

From PZwiki
(Created page with "{{languages|{{PAGENAME}}}} <!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template...")
 
mNo edit summary
Line 1: Line 1:
{{languages|{{PAGENAME}}}}
{{languages|Meat Steam Bun}}
<!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template with a working explanation. The header connects categories and Version number. PLEASE ENTER THE VERSION AND INCREMENT NUMBER WHEN YOU MAKE OR EDIT A PAGE. It helps everyone else know how old the page is version-wise -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}<!--
Comment: This section is for the infobox which will be positioned on the right of the page. The information can be pulled from the items/newitems.txt file in [Zomboid Folder\media\scripts]. For more info on how to use the infobox, see: https://pzwiki.net/wiki/Template:Infobox_food. Image.png is the default question mark image-->
{{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.png
|image=MeatSteamBun 120px.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 19:
|class_name=Base.MeatSteamBun
|class_name=Base.MeatSteamBun
}}
}}
A '''Meat Steam Bun''' is a [[Food#Perishable|perishable]] food [[items|item]]
'''Meat steam bun''' is a [[Food#Perishable|perishable]] food [[items|item]]
 
__TOC__


== Usage ==
== 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.
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 ===
Line 46: Line 41:


== Distribution ==
== Distribution ==
Meat Steam Buns can be found inside [[refrigerator]]s in restaurants.
Meat steam bun can often found inside [[Containers#Displays|displays]] in restaurant.
 
==Gallery==
<gallery>
File:MeatSteamBun Model.png|Model for: [[File:MeatSteamBun.png]]
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=73}}
<pre>    item MeatSteamBun
<pre>    item MeatSteamBun
    {
{
        HungerChange = -15,
DisplayName = Meat Steam Bun,
        Weight = 0.1,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DaysTotallyRotten = 4,
Weight = 0.1,
        DisplayName = Meat Steam Bun,
Icon = MeatSteamBun,
        Icon = MeatSteamBun,
DaysFresh = 2,
        DaysFresh = 2,
DaysTotallyRotten = 4,
        Carbohydrates = 12,
HungerChange = -15,
        Proteins = 18,
Calories = 35,
        Lipids = 4,
Carbohydrates = 12,
        Calories = 35,
Lipids = 4,
        WorldStaticModel = MeatSteamBun_Ground,</pre>
Proteins = 18,
 
WorldStaticModel = MeatSteamBun_Ground,
==See also==
}
</pre>


{{Navbox/Consumables}}
{{Navbox food}}
[[Category:Food]]

Revision as of 11:15, 6 October 2022

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