Burger: Difference between revisions

From PZwiki
m (Removed {{clear}} line above ==Distribution==)
m (Automated linking update.)
Line 23: Line 23:
}}
}}
{{About|burgers that spawn naturally|burgers made by the player|recipe ingredients#Sandwich & burger ingredients|in-game fast food chain|Burgers}}
{{About|burgers that spawn naturally|burgers made by the player|recipe ingredients#Sandwich & burger ingredients|in-game fast food chain|Burgers}}
A '''burger''' is a [[Food#Perishable|perishable]] food [[item]].
A '''burger''' is a [[Food#Perishable|perishable]] food [[items|item]]]].


==Usage==
==Usage==

Revision as of 01:21, 7 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Burger
Burger Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-25
CaloriesCalories
440
CarbohydratesCarbohydrates
0
ProteinsProteins
25
FatFat
37
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Burger
PlushSpiffo.pngThis article is about burgers that spawn naturally. For burgers made by the player, see recipe ingredients. For in-game fast food chain, see Burgers.

A burger is a perishable food item]].

Usage

Consumable properties

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

Fresh Stale Rotten

Burger.png
Hunger: -25

Unhappiness: -10

Burger.png
Hunger: -19
Boredom: +10

Burger.png
Hunger: -11
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

Containers
Building/Room Container Rolls Chance
bandkitchen fridge 4 8
breakroom fridge 4 4
burgerkitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2
motelroomoccupied fridge 1 6

Burgers can be found inside refrigerators or on tables alongside other food items such as fries in Spiffo's or Burger restaurants or the trunk of a Spiffo's van.

Gallery

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 Burger
{
    DisplayName             = Burger,
    DisplayCategory         = Food,
    Type                    = Food,
    Weight                  = 0.3,
    Icon                    = Burger,
    EatType                 = 2handforced,
    DaysFresh               = 3,
    DaysTotallyRotten       = 5,
    HungerChange            = -25,
    UnhappyChange           = -10,
    Calories                = 440,
    Carbohydrates           = 0,
    Lipids                  = 37,
    Proteins                = 25,
    StaticModel             = Burger,
    WorldStaticModel        = Burger_Ground,
}

See also