Mac and Cheese: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Mac and Cheese}}
{{languages|Mac and Cheese}}
<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|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{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=Mac and Cheese
<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:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
|name_text_colour=Food
|image=Macandcheese_120px.png
<!--GENERAL-->
|category=Food
|weight=0.5
|packaged=True
<!--NUTRITION-->
|hunger_change=-40
|thirst_change=
|calories=126
|lipids=12
|proteins=21
|carbohydrates=126
<!--TECHNICAL DETAILS-->
|class_name=Base.Macandcheese
}}'''Mac and cheese''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].


{{Consumables
==Usage==
|image = Macandcheese.png
===Consumption===
|hunger = -40
Mac and cheese can only be consumed, reducing some of the player's [[Moodles#Hungry|Hunger]].  
|weight = 0.5
}}
'''Mac and cheese''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. It does not require anything to open and cannot be improved beyond its -40 hunger bonus.


== Nutritional information ==
==Distribution==
'''Its nutritional values are as follows:'''<br>
Mac and cheese can often be found in [[Containers#Kitchen_Counter|kitchen counters]].
Carbohydrates = 126 <br>
Proteins = 21 <br>
Lipids = 12 <br>
Calories = 690 <br><br>


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
    item Macandcheese
<pre> item Macandcheese
        Type = Food,
Type = Food,
        DisplayName = Mac and Cheese,
DisplayName = Mac and Cheese,
        Icon = Macandcheese,
Icon = Macandcheese,
        Weight = 0.5,
Weight = 0.5,
        HungerChange = -40,
HungerChange = -40,
        Carbohydrates = 126,
Carbohydrates = 126,
        Proteins = 21,
Proteins = 21,
        Lipids = 12,
Lipids = 12,
        Calories = 690,
Calories = 690,
        Packaged = TRUE,
Packaged = TRUE,</pre>
    </nowiki>
 
==See also==
*[[Can of Oats]]
*[[Cereal]]
*[[Instant Popcorn]]
*[[TV Dinner]]


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

Revision as of 18:55, 10 September 2018

Mac and Cheese
Mac and Cheese
General
Category Food
Encumbrance
Heavy Load
0.5
Packaged True
Nutrition
Hunger
Hunger
-40
Calories
Calories
126
Carbohydrates
Carbohydrates
126
Proteins
Proteins
21
Fat
Fat
12
Technical details
Item ID Base.Macandcheese

Mac and cheese is a non-perishable food item.

Usage

Consumption

Mac and cheese can only be consumed, reducing some of the player's Hunger.

Distribution

Mac and cheese can often be found in kitchen counters.

Code

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

	item Macandcheese
		Type			= Food,
		DisplayName		= Mac and Cheese,
		Icon			= Macandcheese,
		Weight			= 0.5,
		HungerChange 		= -40,
		Carbohydrates 		= 126,
		Proteins 		= 21,
		Lipids 			= 12,
		Calories 		= 690,
		Packaged 		= TRUE,

See also

Template:Navbox/Consumables