Cupcake

From PZwiki
Revision as of 11:32, 14 March 2022 by Vaileasys (talk | contribs) (updated to 41.68 + added model + navbox)
Cupcake
Cupcake
Cupcake
General
Category Food
Encumbrance
Heavy Load
0.2
Nutrition
Hunger
Hunger
-20
Calories
Calories
305
Carbohydrates
Carbohydrates
67
Proteins
Proteins
4
Fat
Fat
4
Technical details
Item ID Base.Cupcake

A cupcake is a non-perishable food item.

Usage

A cupcake can be eaten, providing the player with some positive effects.

Distribution

Cupcakes can be found in bakeries, cafes, candy stores, and some convenience store shelves.

Code

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

    item Cupcake
	{
		DisplayCategory = Food,
		HungerChange	=	-20,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	TRUE,
		Type	=	Food,
		DisplayName	=	Cupcake,
		Icon	=	Cupcake,
        	Carbohydrates = 67,
        	Proteins = 4,
        	Lipids = 4,
        	Calories = 305,
        	WorldStaticModel = Cupcake,
	}

See also