![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Cheese Sandwich
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Cheese Sandwich | Page updated: Version 41.73 |
---|
Cheese Sandwich | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Food | ||
Weight | 0.3 | ||
Days until stale | 2 days | ||
Days until rotten | 4 days | ||
Nutrition | |||
Hunger | See Consumable properties | ||
Calories | See Nutrition | ||
Carbohydrates | See Nutrition | ||
Proteins | See Nutrition | ||
Fat | See Nutrition | ||
Cooking | |||
Time until cooked | 4 minutes | ||
Time until burned | 16 minutes | ||
Technical details | |||
Item ID |
Base.CheeseSandwich Base.GrilledCheese |
This article is about sandwiches that spawn naturally. For sandwiches made by the player, see Recipe ingredients.
Cheese sandwich is a perishable food item.
Usage
Consumable properties
Cheese sandwich can be eaten, providing the player with some positive effects. Consuming after being cooked will reduce more hunger, however these will become negative the longer it's left to perish.
Fresh | Stale | Rotten | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Uncooked
|
|
|
| |||||||||||||||
Cooked
|
|
|
| |||||||||||||||
Burned
|
![]() Hunger: -5 |
Nutrition
Sandwich | Calories | Carbohydrates | Proteins | Lipids | |
---|---|---|---|---|---|
![]() |
113 | 0.87 | 6.4 | 9.33 | |
![]() |
366 | 28 | 12 | 22.5 |
Crafting
- Main article: Cooking
Obtaining
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Cheese Sandwich |
0.75 Cooking | none | ![]() Bread Slices (consumed) |
(consumed) |
Cooking
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Grilled Cheese Sandwich |
2.5 Cooking | none | ![]() Heat source (Cooked: 4 mins) |
![]() Cheese Sandwich (consumed) |
Distribution
Cheese sandwich can often found inside displays in restaurant, or in satchel.
Gallery
Trivia
- Grilled cheese sandwich was previously crafted with a frying pan, bread, butter, cheese and a heat source. It was removed (obtainable only in debug mode) with the addition of evolved recipes, before being craftable again in build 41.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item CheeseSandwich { DisplayName = Cheese Sandwich, DisplayCategory = Food, Type = Food, Weight = 0.3, Icon = Sandwich_cheese, IsCookable = true, ReplaceOnCooked = GrilledCheese, MinutesToCook = 4, DaysFresh = 2, DaysTotallyRotten = 4, HungerChange = -15, Calories = 366, Carbohydrates = 28, Lipids = 22.5, Proteins = 12, WorldStaticModel = CheeseSandwich, Tags = HideCooked, }
Retrieved: Build 41.73
item GrilledCheese { DisplayName = Grilled Cheese Sandwich, DisplayCategory = Food, Type = Food, Weight = 0.3, Icon = Sandwich_grilledcheese, BadInMicrowave = true, IsCookable = TRUE, MinutesToCook = 0, MinutesToBurn = 20, DaysFresh = 2, DaysTotallyRotten = 4, HungerChange = -16, UnhappyChange = -5, Calories = 366, Carbohydrates = 28, Lipids = 22.5, Proteins = 12, CustomEatSound = EatingCrispy, WorldStaticModel = GrilledCheese, Tags = AlreadyCooked;HideCooked, }
See also