Pasta

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.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pasta
Pasta Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
2.0
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-60
ThirstMoodle Icon Thirsty.png
+60
CaloriesCalories
3360
CarbohydratesCarbohydrates
656
ProteinsProteins
112
FatFat
16
Effect
UnhappinessMoodle Icon Unhappy.png
+40
Technical
Item ID
Base.Pasta

Pasta is a non-perishable food item.

Usage

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

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
SaucepanFilled.png
Recipe ingredients
SaucepanEmpty.png Saucepan ×1
WaterDrop.png Water ×25 unit(s)
SpagettiRaw.png Pasta ×10 unit(s)
none none none none
Pot Water.png
Recipe ingredients
Pot.png Cooking Pot ×1
WaterDrop.png Water ×25 unit(s)
SpagettiRaw.png Pasta ×10 unit(s)
none none none none

Distribution

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

Pasta distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 10.0
all GroceryBag1 1 1.0
all GroceryBag2 1 2.0
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 50.0
cafeteriakitchen crate 4 10.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
italiankitchen counter 4 10.0
italiankitchen counter 4 20.0
kitchen counter 4 10.0

Pasta can be found in kitchen counters and grocery/food stores, though it is fairly rare compared to canned food.

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 Pasta
	{
		DisplayName = Pasta,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = SpagettiRaw,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 3360,
		Carbohydrates = 656,
		Lipids = 16,
		Proteins = 112,
		WorldStaticModel = Pasta,
	}

See also