Fruit Muffin: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
mNo edit summary
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Fruit Muffin
|display_name=Fruit Muffin
|name_colour=Food
|name_colour=Food
Line 19: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.MuffinFruit
|class_name=Base.MuffinFruit
}}'''Fruit muffin''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}'''Fruit muffin''' is a [[Food#Perishable|perishable]] food [[items|item]].


==Usage==
==Usage==

Revision as of 18:04, 11 March 2023

Fruit Muffin
Fruit Muffin
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 5 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-7
Calories
Calories
120
Carbohydrates
Carbohydrates
10.45
Proteins
Proteins
14.53
Fat
Fat
12.61
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.MuffinFruit

Fruit muffin is a perishable food item.

Usage

Consumable properties

Fruit muffin 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

Fruit muffin 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 MuffinFruit
	{
		DisplayName = Fruit Muffin,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MuffinFruit,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 120,
		Carbohydrates = 10.45,
		Lipids = 12.61,
		Proteins = 14.53,
		WorldStaticModel = MuffinFruit_Ground,
	}