Modjeska: Difference between revisions

From PZwiki
No edit summary
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Notice|Improve}}
{{languages|Modjeska}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Consumables
|display_name=Modjeska
|image = SNACKModjeska.png
|name_colour=Food
|weight = 0.1
|name_text_colour=Food
}}
|image=Modjeska_120px.png
A Modjeska is a confection consisting of a marshmallow dipped in caramel. It was created in the 1880s in Louisville, Kentucky by confectioner Anton Busath to honor Shakespearean actress Helena Modjeska, who was performing there at the time.[1] Other Louisville shops began to make versions of the candy, which continues to be popular in the region today.
<!--GENERAL-->
|category=Food
|weight=0.1
<!--NUTRITION-->
|hunger_change=-10
|thirst_change=
|calories=60
|lipids=0
|proteins=0
|carbohydrates=15
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
|class_name=Base.Modjeska
}}A '''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
A modjeska can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].


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


== Effects ==
==Trivia==
[[Hunger]]: -10
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]].


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


<!-- {{Navbox/Consumables}}
==See also==
[[Category:Consumables]]
*[[Candy Cane]]
[[Category:Food]]
*[[Lollipop]]
[[Category:Non-Perishable Food]]
*[[Mint Candy]]
 
{{Navbox/Consumables}}

Revision as of 15:49, 13 September 2018

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 newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

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

See also

Template:Navbox/Consumables