Modjeska: Difference between revisions

From PZwiki
m (no unhappiness)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Modjeska}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{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
|name_text_colour=Food
|name_text_colour=Food
|image=Modjeska_Model.png
|image=Modjeska_120px.png
|image_width=150px
|alternate_image=Modjeska.png
|alternate_name=Modjeska
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 14: Line 10:
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
|thirst_change=
|calories=60
|calories=60
|lipids=0
|lipids=0
|proteins=0
|proteins=0
|carbohydrates=15
|carbohydrates=15
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Modjeska
|class_name=Base.Modjeska
}}A '''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}'''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
A modjeska can be eaten, providing the player with some positive effects.
Modjeska can be eaten, providing the player with some positive effects.


==Distribution==
==Distribution==
Modjeskas can be found in gift stores and candy stores.
Modjeska can be found in gift stores and candy stores.


==Trivia==
==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, KY|Louisville, Kentucky]].
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, KY|Louisville, Kentucky]].
==Gallery==
<gallery>
File:Modjeska Model.png|Model for: [[File:Modjeska.png]]
</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=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Modjeska
<pre>    item Modjeska
    {
{
        DisplayCategory = Food,
DisplayName = Modjeska,
        HungerChange = -10,
DisplayCategory = Food,
        Weight = 0.1,
Type = Food,
        Type = Food,
Weight = 0.1,
        DisplayName = Modjeska,
Icon = Modjeska,
        Icon = Modjeska,
HungerChange = -10,
        Carbohydrates = 15,
Calories = 60,
        Proteins = 0,
Carbohydrates = 15,
        Lipids = 0,
Lipids = 0,
        Calories = 60,
Proteins = 0,
        WorldStaticModel = Modjeska,
WorldStaticModel = Modjeska,
    }</pre>
}</pre>


==See also==
==See also==

Revision as of 20:45, 5 October 2022

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