Modjeska: Difference between revisions

From PZwiki
mNo edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Modjeska}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
|display_name=Modjeska
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=Modjeska_120px.png
|image = SNACKModjeska.png
<!--GENERAL-->
|hunger = -10
|category=Food
|weight = 0.1
|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]].


A '''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food item. Although it does not reduce a lot of hunger, a Modjeska is one of the few [[Food#Non-Perishable|non-perishable]] foods that can be eaten without a can opener or any cooking. It is often found inside gift store shelves and candystore display cases.
==Usage==
A modjeska can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].


== Nutritional information ==
==Distribution==
<br>
Modjeskas can be found in gift stores and candy stores.
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 15 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 60 <br><br>


==Trivia==
==Trivia==
A Modjeska is a candy made out of a marshmallow covered in caramel. It was invented in the 1880s in Louisville, Kentucky by french confectioner Anton Busath to honor Shakespearean actress Helena Modjeska, who was performing in the town at the time. Other shops started to make variants of the candy, which continue to be popular today.
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>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
item Modjeska
{{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>


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 14: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