Cupcake: Difference between revisions

From PZwiki
No edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Cupcake}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Cupcake
|display_name=Cupcake
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Cupcake_120px.png
|image=Cupcake.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 20:


==Usage==
==Usage==
=== Consumable properties ===
 
===Consumable properties===
Cupcake can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Cupcake can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
Line 45: Line 45:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
Line 70: Line 70:
*[[Pie Slice]]
*[[Pie Slice]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 23:53, 18 February 2023

Cupcake
Cupcake
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 4 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-20
Calories
Calories
305
Carbohydrates
Carbohydrates
67
Proteins
Proteins
4
Fat
Fat
4
Technical details
Item ID Base.Cupcake

Cupcake is a non-perishable food item.

Usage

Consumable properties

Cupcake 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