Cheese Sandwich

From PZwiki
Revision as of 05:01, 14 March 2022 by Vaileasys (talk | contribs) (updated to 41.68 + added model + navbox)
Project ZomboidItemsFoodPerishable FoodCheese Sandwich

Template:Infobox food

PlushSpiffo.pngThis article is about sandwiches that spawn naturally. For sandwiches made by the player, see Recipe ingredients.

A cheese sandwich is a perishable food item.

Usage

Consumable properties

A cheese sandwich 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

Cheese sandwiches can be found in cafeterias and fridges.

Code

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

    item CheeseSandwich
    {
        DisplayCategory = Food,
        HungerChange	=	-50,
        Weight	=	0.3,
        Type	=	Food,
        DisplayName	=	Cheese Sandwich,
        Icon	=	Sandwich_cheese,
        DaysFresh	=	2,
        DaysTotallyRotten	=	4,
        Carbohydrates = 0.93,
        Proteins = 8.4,
        Lipids = 12.37,
        Calories = 135,
        WorldStaticModel = CheeseSandwich,
    }

See also