Burger: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Burger}}
{{languages|Burger}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Burger
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = SNACKHamburger.png
|image=Burger_120px.png
|hunger = -25
<!--GENERAL-->
|unhappiness = -10
|category=Food
|weight = 0.3
|weight=0.3
}}
|days_fresh=3
{{About|burgers that spawn naturally in the game world|burgers custom-made by a character|[[Recipe Ingredients#Sandwich & Burger Ingredients|burger (recipe)]]}}
|days_rotten=5
<!--NUTRITION-->
|hunger_change=-25
|calories=440
|lipids=37
|proteins=25
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.Burger
}}{{About|burgers that spawn naturally|burgers made by the player|[[Recipe Ingredients#Sandwich & Burger Ingredients|Sandwich & Burger Ingredients]]}}
A '''burger''' is a [[Food#Perishable|perishable]] food [[item]].


A '''burger''' is a [[Food#Perishable|perishable]] food item which is often found in [[refrigerator]]s.<br>
==Usage==
Burgers take three in-game days to go stale, and five in-game days to rot.
=== 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.
== Nutritional information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
{{Consumables2
{{Consumables2
|image = SNACKHamburger.png
|image = Burger.png
|hunger = -25
|hunger = -25
|unhappiness = -10  
|unhappiness = -10  
Line 29: Line 37:
|rotten unhappiness = +10
|rotten unhappiness = +10
|perishable = 1
|perishable = 1
|rotten image = SNACKHamburger.png
|rotten image = Burger.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
==Distribution==
'''Its nutritional values are as follows:'''<br>
Burgers can be found inside [[refrigerator]]s and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
Carbohydrates = 0 <br>
Proteins = 25 <br>
Lipids = 37 <br>
Calories = 440 <br><br>


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
    item Burger
<pre> item Burger
        HungerChange = -25,
HungerChange = -25,
        Weight = 0.3,
Weight = 0.3,
        Type = Food,
Type = Food,
        UnhappyChange = -10,
UnhappyChange = -10,
        DisplayName = Burger,
DisplayName = Burger,
        DaysTotallyRotten = 5,
DaysTotallyRotten = 5,
        DaysFresh = 3,
DaysFresh = 3,
        Icon = Burger,
Icon = Burger,
        Carbohydrates = 0,
Carbohydrates = 0,
        Proteins = 25,
Proteins = 25,
        Lipids = 37,
Lipids = 37,
        Calories = 440,
Calories = 440,</pre>
    </nowiki>


==See also==
==See also==
* [[Items#Luxury Food|Luxury Food]]
* [[Fries]]
* [[Fried Chicken]]
* [[Corndog]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 12:21, 21 August 2018

Burger
Burger
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-25
Calories
Calories
440
Carbohydrates
Carbohydrates
0
Proteins
Proteins
25
Fat
Fat
37
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.Burger
PlushSpiffo.pngThis article is about burgers that spawn naturally. For burgers made by the player, see [[Sandwich & Burger Ingredients]].

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. Template:Consumables2

Distribution

Burgers can be found inside refrigerators and the trunk of a Spiffo's van.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Burger
		HungerChange		= -25,
		Weight			= 0.3,
		Type			= Food,
		UnhappyChange		= -10,
		DisplayName		= Burger,
		DaysTotallyRotten	= 5,
		DaysFresh 		= 3,
		Icon			= Burger,
		Carbohydrates 		= 0,
		Proteins 		= 25,
		Lipids 			= 37,
		Calories 		= 440,

See also

Template:Navbox/Consumables