Modjeska: Difference between revisions

From PZwiki
(Redesigned page, + Nav Bar, New description, old description moved to trivia, noted lack of nutritional value in code, + categories,)
(4 intermediate revisions by 3 users 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''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Modjeska|Modjeska]]   </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]].


Modjeska is a [[Food#Non-Perishable|non-perishable]] food item. Although they do not reduce a lot of hunger, Modjeska is one of the few [[Food#Non-Perishable|non-perishable]] foods that can be eaten without a can opener or any cooking. They are often found inside gift store shelves and display cases 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==
Modjeska provides when completely eaten: -10 hunger.
Modjeskas can be found in gift stores and candy stores.
<br><br>
'''It's Nutritional Values are as follows:'''<br>
At this time, Modjeska's have no nutritional benefit ingame, which could be a temporary oversight. <br><br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>


==Trivia==
==Trivia==
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 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