Modjeska: Difference between revisions

From PZwiki
(added model to infobox)
m (Minor cleanups)
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|Non-Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
|display_name=Modjeska
|display_name=Modjeska
|name_colour=Food
|name_colour=Food
Line 19: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Modjeska
|class_name=Base.Modjeska
}}A '''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}
A '''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
Line 28: Line 31:


==Trivia==
==Trivia==
The Modjeska is a gooey caramel candy with a marshmallow center created in the 1880s by french confectioner Anton Busath, who named it in honor of the Polish actress Helena Modjeska, after she visited [[Louisville, KY|Louisville, Kentucky]].
The Modjeska is a gooey caramel candy with a marshmallow center created in the 1880s by french confectioner Anton Busath, who named it in honor of the Polish actress Helena Modjeska, after she visited [[Louisville|Louisville, Kentucky]].


==Gallery==
==Gallery==
<gallery>
<gallery>
File:Modjeska Model.png|Model for: [[File:Modjeska.png]]
Modjeska Model.png|Model for: [[File:Modjeska.png]]
</gallery>
</gallery>



Revision as of 17:28, 10 September 2023

Modjeska
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

A Modjeska is a non-perishable food item.

Usage

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

Distribution

Modjeskas can be found in gift stores and candy stores.

Trivia

The Modjeska is a gooey caramel candy with a marshmallow center created in the 1880s by french confectioner Anton Busath, who named it in honor 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