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
Cheese Sandwich
Cheese Sandwich
Cheese Sandwich
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-50
Calories
Calories
135
Carbohydrates
Carbohydrates
0.93
Proteins
Proteins
8.4
Fat
Fat
12.37
Technical details
Item ID Base.CheeseSandwich
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