Modjeska

From PZwiki
Revision as of 21:42, 24 February 2023 by Faalagorn (talk | contribs) (Remove 120px, minor fixes)
Modjeska
Modjeska
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-10
Calories
Calories
60
Carbohydrates
Carbohydrates
15
Proteins
Proteins
0
Fat
Fat
0
Technical details
Item ID Base.Modjeska

Modjeska is a non-perishable food item.

Usage

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

Distribution

Modjeska can be found in gift stores and candy stores.

Trivia

The Modjeska is a gooey caramel candy with a marshmallow centre created in the 1880s by french confectioner Anton Busath, who named it in honour of the Polish actress Helena Modjeska, after she visited Louisville, Kentucky.

Gallery

Code

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

    item Modjeska
	{
		DisplayName = Modjeska,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Modjeska,
		HungerChange = -10,
		Calories = 60,
		Carbohydrates = 15,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = Modjeska,
	}

See also