Tomato Paste

From PZwiki
Project ZomboidItemsFoodSpicesTomato Paste
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tomato Paste
TomatoPaste Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
120
CarbohydratesCarbohydrates
32
ProteinsProteins
0
FatFat
8
Effect
UnhappinessMoodle Icon Unhappy.png
20
Cooking
Spice
True
Technical
Item ID
Base.TomatoPaste

A tomato paste is a non-perishable 'spice' food item used in cooking.

Crafting

What it makes

Product Ingredients Tools Requirements Workstation XP
PizzaWhole.png
Pizza
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
One of:
Cornflour.png Corn Flour ×1
Flour.png Flour ×1
One of:
OilOlive.png Olive Oil ×1
OilVegetable.png Vegetable Oil ×1
Each of:
Bowl.png Empty Bowl ×1
RollingPin.png Rolling Pin ×1
TomatoPaste.png Tomato Paste ×15 unit(s)
Water.png Water ×3 unit(s)
Salt.png Salt ×2 unit(s)
Yeast.png Yeast ×1 unit(s)
Cheese.png Cheese ×15 unit(s)
none
Profession chef2.png
Chef occupation
(or)
Trait cook.png
Cook trait
(or)
MagazineFood2.png
Good Cooking Magazine Vol.2
none 10 Cooking

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
Soup
Soup
3
Stew
Stew
3
Salad
Salad
3
Stir Fry
Stir Fry
3
Roasted Vegetables
Roasted Vegetables
3
Sandwich
Sandwich
3
Pie (savory)
Pie (savory)
3
Rice Pot/Saucepan
Rice Pot/Saucepan
3
Pasta Pot/Saucepan
Pasta Pot/Saucepan
3
Omelette
Omelette
3
Pizza
Pizza
3

Distribution

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

Containers
Building/Room Container Rolls Chance
generalstore crate 4 8
italiankitchen counter 4 1
counter 4 1
counter 4 2
counter 4 2
counter 4 5
kitchen counter 4 8

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 TomatoPaste
	{

		DisplayName = Tomato Paste,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = TomatoPaste,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Pizza:3;Soup:3;Stew:3;Omelette:3;RicePot:3;RicePan:3;PastaPot:3;PastaPan:3;Stir fry:3;Stir fry Griddle Pan:3;Pie:3;Salad:3;Roasted Vegetables:3;Sandwich:3;Sandwich Baguette:3,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -15,
		UnhappyChange = 20,
		Calories = 120,
		Carbohydrates = 32,
		Lipids = 8,
		Proteins = 0,
		FoodType = NoExplicit,
		EvolvedRecipeName = Tomato,
        WorldStaticModel = TomatoPaste_Ground,
		Tags = PizzaSauce,
	}

See also