Marinara: Difference between revisions

From PZwiki
m (spice)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Marinara}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Marinara
|display_name=Marinara
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Marinara_Model.png
|image=Marinarai_120px.png
|image_width=125px
|alternate_image=Marinarai.png
|alternate_name=Marinara
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|max_units=10
|max_units=10
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
Line 20: Line 16:
|proteins=10
|proteins=10
|carbohydrates=55
|carbohydrates=55
<!--EFFECT-->
<!--COOKING-->
|spice=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Marinara
|class_name=Base.Marinara
Line 28: Line 21:


==Usage==
==Usage==
Marinara is used as a spice in cooking recipes.  
Marinara can be eaten raw, providing the player with some positive and negative effects. Marinara is more effective when used as [[cooking]] [[Recipe Ingredients|ingredient]], as all negative effects are removed.


== Crafting ==
== Crafting ==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
==== Evolved recipes ====
=== Evolved recipes ===
Marinara is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
Marinara is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|sandwich=2|burger=2|ricepot=2|ricepan=2|pastapot=2|pastapan=2}}
{{EvolvedRecipesForItem|spice=true|Pizza=5|sandwich=2|burger=2|rice=2|pasta=2}}


==Distribution==
==Distribution==
Marinara can be found in [[Containers#Kitchen_Counter|kitchen counters]].
Marinara can be found in [[Containers#Kitchen_Counter|kitchen counters]].
==Gallery==
<gallery>
Marinara Model.png|Marinara model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item Marinara
<pre>    item Marinara
    {
{
        DisplayCategory = Food,
DisplayName = Marinara,
        HungerChange = -10,
DisplayCategory = Food,
        Weight = 0.2,
Type = Food,
        Type = Food,
Weight = 0.2,
        DisplayName = Marinara,
Icon = Marinarai,
        Icon = Marinarai,
CantBeFrozen = TRUE,
        EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
EvolvedRecipe = Pizza:5;Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
        Spice   =   true,
Packaged = TRUE,
        Carbohydrates = 55,
Spice = true,
        Proteins = 10,
HungerChange = -10,
        Lipids = 7.5,
Calories = 350,
        Calories = 350,
Carbohydrates = 55,
        Packaged = TRUE,
Lipids = 7.5,
        CantBeFrozen = TRUE,
Proteins = 10,
        WorldStaticModel = Marinara,
WorldStaticModel = Marinara,
    }</pre>
FoodType = NoExplicit,
}</pre>


{{Navbox_food}}
{{Navbox_food}}

Revision as of 08:01, 5 October 2022

Marinara
Marinara
General
Category Food
Encumbrance
Heavy Load
0.2
Capacity 10 units
Packaged Yes
Nutrition
Hunger
Hunger
-10
Calories
Calories
350
Carbohydrates
Carbohydrates
55
Proteins
Proteins
10
Fat
Fat
7.5
Technical details
Item ID Base.Marinara

Marinara is a non-perishable 'spice' food item used in cooking.

Usage

Marinara can be eaten raw, providing the player with some positive and negative effects. Marinara is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

Marinara is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2
Pizza
Pizza
5

Distribution

Marinara can be found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    item Marinara
	{
		DisplayName = Marinara,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Marinarai,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Pizza:5;Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -10,
		Calories = 350,
		Carbohydrates = 55,
		Lipids = 7.5,
		Proteins = 10,
		WorldStaticModel = Marinara,
		FoodType = NoExplicit,
	}