Mac and Cheese: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Mac and Cheese}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Mac and Cheese
|display_name=Mac and Cheese
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=MacAndCheese_Model.png
|image=Macandcheese_120px.png
|image_width=175px
|alternate_image=Macandcheese.png
|alternate_name=Mac and Cheese
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.5
|weight=0.5
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-40
|hunger_change=-40
|thirst_change=
|calories=690
|calories=126
|lipids=12
|lipids=12
|proteins=21
|proteins=21
Line 25: Line 20:


==Usage==
==Usage==
===Consumption===
Mac and cheese can be eaten, providing the player with some positive effects. As it is non-perishable, mac and cheese will never go stale or rotten.  
Mac and cheese can only be consumed, reducing some of the player's [[Moodles#Hungry|Hunger]].  


==Distribution==
==Distribution==
Mac and cheese can often be found in [[Containers#Kitchen_Counter|kitchen counters]].  
Mac and cheese can often be found in [[Containers#Kitchen_Counter|kitchen counters]].  
==Gallery==
<gallery>
File:MacAndCheese Model.png|Model for: [[File:Macandcheese.png]]
</gallery>


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Macandcheese
<pre>    item Macandcheese
    {
{
        DisplayCategory = Food,
DisplayName = Mac and Cheese,
        Type = Food,
DisplayCategory = Food,
        DisplayName = Mac and Cheese,
Type = Food,
        Icon = Macandcheese,
Weight = 0.5,
        Weight = 0.5,
Icon = Macandcheese,
        HungerChange = -40,
Packaged = TRUE,
        Carbohydrates = 126,
HungerChange = -40,
        Proteins = 21,
Calories = 690,
        Lipids = 12,
Carbohydrates = 126,
        Calories = 690,
Lipids = 12,
        Packaged = TRUE,
Proteins = 21,
        WorldStaticModel = MacAndCheese,
WorldStaticModel = MacAndCheese,
    }</pre>
}</pre>


==See also==
==See also==

Revision as of 08:28, 6 October 2022

Mac and Cheese
Mac and Cheese
General
Category Food
Encumbrance
Heavy Load
0.5
Packaged Yes
Nutrition
Hunger
Hunger
-40
Calories
Calories
690
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

Mac and cheese can be eaten, providing the player with some positive effects. As it is non-perishable, mac and cheese will never go stale or rotten.

Distribution

Mac and cheese can often be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

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

See also