Maki

From PZwiki
Revision as of 19:19, 21 January 2022 by ASadHam (talk | contribs)
Maki
Maki
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-8
Calories
Calories
12
Carbohydrates
Carbohydrates
5
Proteins
Proteins
2
Fat
Fat
1
Technical details
Item ID Base.Maki

Maki is a perishable food item

Usage

Consumable properties

Maki 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

Maki can be found inside refrigerators in restaurants.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

    item Maki
	{
		HungerChange	=	-8,
		Weight	=	0.1,
		Type	=	Food,
		DaysTotallyRotten	=	4,
		DisplayName	=	Maki,
		Icon	=	Maki,
		DaysFresh	=	2,
        Carbohydrates = 5,
        Proteins = 2,
        Lipids = 1,
        Calories = 12,
        WorldStaticModel = Maki_Ground,

See also

Template:Navbox/Consumables