Tomato Paste: Difference between revisions

From PZwiki
m (Automated CodeBox update)
(removed stub tag, article appears complete)
Line 1: Line 1:
{{Stub}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}

Revision as of 19:00, 26 March 2024

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

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

Crafting

What it makes

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7 Ingredient 8 Ingredient 9 Ingredient 10
PizzaWhole.png
Pizza
10 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 2
Bowl.png
Empty Bowl
(keep)
RollingPin.png
Rolling Pin
(keep)

(keep)
TomatoPaste.png
Tomato Paste
(15 units)

(consumed)
Water.png
Water
(3 units)

(consumed)
Salt.png
Salt
(2 units)

(consumed)
Yeast.png
Yeast
(1 unit)

(consumed)
Cheese.png
Cheese
(15 units)

(consumed)

(2 units)

(consumed)

(keep)

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