Modjeska: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(26 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Sweets}}
{{languages}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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=Modjeska
<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 -->
|model=Modjeska_Model.png
{{Consumables
|icon=Modjeska.png
|image = SNACKModjeska.png
|icon_name=Modjeska
|hunger = -10
<!--GENERAL-->
|weight = 0.1
|category=Food
|weight=0.1
<!--NUTRITION-->
|hunger_change=-10
|calories=60
|lipids=0
|proteins=0
|carbohydrates=15
<!--TECHNICAL DETAILS-->
|item_id=Base.Modjeska
}}
}}
A '''Modjeska''' is a 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==
Modjeskas can be eaten, providing the player with some positive effects.


== Nutritional information ==
==Distribution==
<br>
The loot distributions can be found in the table(s) below.
'''Its nutritional values are as follows:'''<br>
 
Carbohydrates = 15 <br>
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
Proteins = 0 <br>
! colspan="4" | Containers
Lipids = 0 <br>
|-
Calories = 60 <br><br>
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|candystorage
|[[metal_shelves]]
|4
|1
|-
|candystore
|[[counter]]
|4
|1
|-
|grocerystorage
|[[crate]]
|4
|1
|}
Modjeskas can be found in gift stores and candy stores.


==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 center created in the 1880s by french confectioner Anton Busath, who named it in honor of the Polish actress Helena Modjeska, after she visited [[Louisville|Louisville, Kentucky]].
 
==Code==
{{CodeBox|
{{CodeSnip
  | lang = java
  | line = true
  | start = 5454
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Modjeska
{
DisplayName = Modjeska,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = Modjeska,
HungerChange = -10,
Calories = 60,
Carbohydrates = 15,
Lipids = 0,
Proteins = 0,
WorldStaticModel = Modjeska,
}
}}
}}
 
==See also==
*[[Candy Cane]]
*[[Chocolate]]
*[[Lollipop]]
*[[Mint Candy]]


== Code ==
{{Navbox items|miscellaneous_food}}
<nowiki>
item Modjeska
HungerChange = -10,
Weight = 0.1,
Type = Food,
DisplayName = Modjeska,
Icon = Modjeska,
</nowiki>




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

Revision as of 10:20, 14 April 2024

Project ZomboidItemsFoodSweetsModjeska
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Modjeska
Modjeska Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
60
CarbohydratesCarbohydrates
15
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.Modjeska

A Modjeska is a non-perishable food item.

Usage

Modjeskas can be eaten, providing the player with some positive effects.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
candystorage metal_shelves 4 1
candystore counter 4 1
grocerystorage crate 4 1

Modjeskas can be found in gift stores and candy stores.

Trivia

The Modjeska is a gooey caramel candy with a marshmallow center created in the 1880s by french confectioner Anton Busath, who named it in honor of the Polish actress Helena Modjeska, after she visited Louisville, Kentucky.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

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

See also