Cupcake: Difference between revisions

From PZwiki
m (category change - now perishable)
(PZ Updater automated execution(task: test fix infobox based on file, eid: 5e968dbb))
Tag: Reverted
Line 11: Line 11:
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|days_fresh=4
|days_fresh=undefined
|days_rotten=4
|days_rotten=undefined
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-20
|hunger_change=-20

Revision as of 14:00, 3 July 2023

Cupcake
Cupcake
Cupcake
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale undefined days
Days until rotten undefined days
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 perishable food item.

Usage

Consumable properties

Cupcakes 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

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

Gallery

Code

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

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

See also