Marinara: Difference between revisions

From PZwiki
(re-added model to infobox)
(- gallery (was only duplicate of model box image))
Line 33: Line 33:
==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==

Revision as of 23:12, 12 December 2023

Marinara
Marinara
Marinara
General
Category Food
Encumbrance
Heavy Load
0.2
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.

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