Marinara

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsFoodSpicesMarinara
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Marinara
Marinara Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
350
CarbohydratesCarbohydrates
55
ProteinsProteins
10
FatFat
7.5
Technical
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

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

Marinara distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 10.0
cafeteriakitchen counter 4 10.0
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 10.0
cafeteriakitchen crate 4 50.0
generalstore crate 4 10.0
generalstore crate 4 20.0
kitchen counter 4 10.0

Marinara can be found in kitchen counters.

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 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,
	}

See also