Mac and Cheese: Difference between revisions

From PZwiki
m (Automatically add empty line after navbox)
m (Automated Formatting)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Mac and Cheese
|name=Mac and Cheese
|model=MacAndCheese Model.png
|model=MacAndCheese_Model.png
|icon=Macandcheese.png
|icon=Macandcheese.png
|icon_name=Mac and Cheese
|icon_name=Mac and Cheese
Line 19: Line 19:
|item_id=Base.Macandcheese
|item_id=Base.Macandcheese
}}
}}
'''Mac and cheese''' is a non-perishable [[food]] [[Items|item]].
'''Mac and cheese''' is a non-perishable [[food]] [[Items|item]].


Line 31: Line 30:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| generalstore
|generalstore
| [[shelves]]
|[[shelves]]
| 4
|4
| 1
|1
|-
|-
| grocerystorage
|grocerystorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
| kitchen
|kitchen
| [[counter]]
|[[counter]]
| 4
|4
| 1
|1
|}
|}
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]].
Line 57: Line 56:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 5101
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item Macandcheese
item Macandcheese
{
{
  DisplayName         = Mac and Cheese,
DisplayName = Mac and Cheese,
  DisplayCategory     = Food,
DisplayCategory = Food,
  Type               = Food,
Type = Food,
  Weight             = 0.5,
Weight = 0.5,
  Icon               = Macandcheese,
Icon = Macandcheese,
  Packaged           = TRUE,
Packaged = TRUE,
  HungerChange       = -40,
HungerChange = -40,
  Calories           = 690,
Calories = 690,
  Carbohydrates       = 126,
Carbohydrates = 126,
  Lipids             = 12,
Lipids = 12,
  Proteins           = 21,
Proteins = 21,
  WorldStaticModel   = MacAndCheese,
WorldStaticModel = MacAndCheese,
}
}
  }}
}}
}}
}}


Line 86: Line 86:
*[[TV Dinner]]
*[[TV Dinner]]


{{Navbox food}}
{{Navbox items|food}}


[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 09:59, 14 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]
Mac and Cheese
MacAndCheese Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-40
CaloriesCalories
690
CarbohydratesCarbohydrates
126
ProteinsProteins
21
FatFat
12
Technical
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

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

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 1

Mac and cheese can often be found in kitchen counters.

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 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