Modjeska: Difference between revisions

From PZwiki
(Created page with "{{Notice|Improve}} {{languages}} {{Consumables |image = SNACKModjeska.png |weight = 0.1 }} == Effects == Hungry: -10 == Code == <nowiki>item Modjeska { HungerChan...")
 
(8 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
<!--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.


==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|Louisville, Kentucky]].


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


== Code ==
==See also==
<nowiki>item Modjeska
*[[Candy Cane]]
{
*[[Lollipop]]
HungerChange = -10,
*[[Mint Candy]]
Weight = 0.1,
Type = Food,
DisplayName = Modjeska,
Icon = Modjeska,
}</nowiki>


<!-- {{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable Food]]

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