Modjeska

From PZwiki
Revision as of 11:21, 14 March 2022 by Vaileasys (talk | contribs) (no unhappiness)
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.

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