Meat Steam Bun: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(Update distribution file)
 
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
|display_name=Meat Steam Bun
{{Page version|41.78.16}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Meat Steam Bun
|image=MeatSteamBun.png
|model=MeatSteamBun_Model.png
|icon=MeatSteamBun.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=2
|days_fresh=2
|days_rotten=2
|days_rotten=4
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-15
|hunger_change=-15
Line 16: Line 17:
|carbohydrates=12
|carbohydrates=12
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MeatSteamBun
|item_id=Base.MeatSteamBun
}}'''Meat steam bun''' is a [[Food#Perishable|perishable]] food [[items|item]].
}}
A '''meat steam bun''' is a 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 39: Line 41:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|MeatSteamBun|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>MeatSteamBun distribution
        <span class="mw-customtoggle-togglebox-MeatSteamBun" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-MeatSteamBun">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | chinesekitchen
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | chinesekitchen
    | {{ll|restaurantdisplay}}
    | 41.14%
    |-
    | chineserestaurant
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | chineserestaurant
    | {{ll|restaurantdisplay}}
    | 41.14%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-MeatSteamBun" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|MeatSteamBun|41.78.16-->
Meat steam bun can often found inside [[Containers#Displays|displays]] in restaurant.
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/)'''''
{{CodeBox
{{Retrieved|version=41|incver=73}}
| {{CodeSnip
<pre>
  | lang = java
    item MeatSteamBun
  | line = true
  | start = 6477
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item MeatSteamBun
{
{
DisplayName = Meat Steam Bun,
DisplayName = Meat Steam Bun,
Line 66: Line 106:
WorldStaticModel = MeatSteamBun_Ground,
WorldStaticModel = MeatSteamBun_Ground,
}
}
</pre>
}}
}}
 
==See also==
 
{{Navbox items|food}}


{{Navbox food}}
[[Category:Perishable food]]

Latest revision as of 13:16, 30 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Meat Steam Bun
MeatSteamBun Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
35
CarbohydratesCarbohydrates
12
ProteinsProteins
18
FatFat
4
Technical
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

The loot distributions can be found in the table(s) below.

MeatSteamBun distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
chinesekitchen restaurantdisplay 23.28%
chinesekitchen restaurantdisplay 41.14%
chineserestaurant restaurantdisplay 23.28%
chineserestaurant restaurantdisplay 41.14%

Meat steam bun can often found inside displays in restaurant.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
	}

See also