Modjeska: Difference between revisions

From PZwiki
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Modjeska}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Modjeska
|display_name=Modjeska
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Modjeska_120px.png
|image=Modjeska_Model.png
|image_width=150px
|alternate_image=Modjeska.png
|alternate_name=Modjeska
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 28: Line 32:


==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|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]].


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item Modjeska
<pre>   item Modjeska
HungerChange = -10,
    {
Weight = 0.1,
        DisplayCategory = Food,
Type = Food,
        HungerChange = -10,
DisplayName = Modjeska,
        Weight = 0.1,
Icon = Modjeska,
        Type = Food,
Carbohydrates = 15,
        DisplayName = Modjeska,
        Proteins = 0,
        Icon = Modjeska,
        Lipids = 0,
        Carbohydrates = 15,
        Calories = 60,</pre>
        Proteins = 0,
        Lipids = 0,
        Calories = 60,
        WorldStaticModel = Modjeska,
    }</pre>


==See also==
==See also==
*[[Candy Cane]]
*[[Candy Cane]]
*[[Chocolate]]
*[[Lollipop]]
*[[Lollipop]]
*[[Mint Candy]]
*[[Mint Candy]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 12:20, 14 March 2022

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

A modjeska can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

Modjeskas 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.

Code

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

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

See also