Modjeska: Difference between revisions

From PZwiki
(New infobox + new layout)
(Update distribution file)
 
(28 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Modjeska}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Modjeska
{{Infobox item
|name_colour=Food
|name=Modjeska
|name_text_colour=Food
|model=Modjeska_Model.png
|image=Modjeska_120px.png
|icon=Modjeska.png
|icon_name=Modjeska
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 10: Line 11:
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
|thirst_change=
|calories=60
|calories=60
|lipids=0
|lipids=0
|proteins=0
|proteins=0
|carbohydrates=15
|carbohydrates=15
<!--EFFECTS-->
|unhappy_change=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Modjeska
|item_id=Base.Modjeska
}}A '''Modjeska''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}
A '''Modjeska''' is a non-perishable [[food]] [[Items|item]].


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


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|Modjeska|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>Modjeska distribution
        <span class="mw-customtoggle-togglebox-Modjeska" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Modjeska">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | GroceryBag1
    | {{ll|GroceryBag1}}
    | 1.01%
    |-
    | GroceryBag3
    | {{ll|GroceryBag3}}
    | 6.41%
    |-
    | candystorage
    | {{ll|crate}}
    | 23.28%
    |-
    | candystorage
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | candystore
    | {{ll|counter}}
    | 23.28%
    |-
    | candystore
    | {{ll|displaycase}}
    | 23.28%
    |-
    | candystore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstore
    | {{ll|crate}}
    | 23.28%
    |-
    | generalstore
    | {{ll|shelves}}
    | 23.28%
    |-
    | generalstorestorage
    | {{ll|shelves}}
    | 23.28%
    |-
    | gigamart
    | {{ll|crate}}
    | 23.28%
    |-
    | gigamart
    | {{ll|shelves}}
    | 23.28%
    |-
    | grocery
    | {{ll|crate}}
    | 23.28%
    |-
    | grocery
    | {{ll|shelves}}
    | 23.28%
    |-
    | grocery
    | {{ll|smallcrate}}
    | 23.28%
    |-
    | grocerystorage
    | {{ll|crate}}
    | 3.98%
    |-
    | grocerystorage
    | {{ll|metal_shelves}}
    | 3.98%
    |-
    | grocerystorage
    | {{ll|smallcrate}}
    | 3.98%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Modjeska" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Modjeska|41.78.16-->
Modjeskas can be found in gift stores and candy stores.
Modjeskas can be found in gift stores and candy stores.


==Trivia==
==Trivia==
The Modjeska is a gooey caramel candy with a marshmallow centre, created in the 1880s by french confectioner Anton Busath. He named it in honour of the Polish actress Helena Modjeska, after she visited [[Louisville|Louisville, Kentucky]].
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 ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
{{Retrieved|version=40|incver=14}}
{{CodeSnip
<pre> item Modjeska
  | lang = java
HungerChange = -10,
  | line = true
Weight = 0.1,
  | start = 5454
Type = Food,
  | source = items_food.txt
DisplayName = Modjeska,
  | retrieved = true
Icon = Modjeska,
  | version = 41.78.16
  | code =
item Modjeska
{
DisplayName = Modjeska,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = Modjeska,
HungerChange = -10,
Calories = 60,
Carbohydrates = 15,
Carbohydrates = 15,
        Proteins = 0,
Lipids = 0,
        Lipids = 0,
Proteins = 0,
        Calories = 60,</pre>
WorldStaticModel = Modjeska,
}
}}
}}


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


{{Navbox/Consumables}}
{{Navbox items|miscellaneous_food}}
 
 
[[Category:Non-perishable food]]

Latest revision as of 13:21, 30 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.

Modjeska distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
GroceryBag1 GroceryBag1 1.01%
GroceryBag3 GroceryBag3 6.41%
candystorage crate 23.28%
candystorage metal_shelves 23.28%
candystore counter 23.28%
candystore displaycase 23.28%
candystore shelves 23.28%
generalstore crate 23.28%
generalstore shelves 23.28%
generalstorestorage shelves 23.28%
gigamart crate 23.28%
gigamart shelves 23.28%
grocery crate 23.28%
grocery shelves 23.28%
grocery smallcrate 23.28%
grocerystorage crate 3.98%
grocerystorage metal_shelves 3.98%
grocerystorage smallcrate 3.98%

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