Pasta

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SaucepanFilled.png
Recipe ingredients
0 XP none SaucepanEmpty.png
Saucepan
(consumed)
WaterDrop.png
Water
(25 units)

(consumed)
SpagettiRaw.png
Pasta
(10 units)

(consumed)
Pot Water.png
Recipe ingredients
0 XP none Pot.png
Cooking Pot
(consumed)
WaterDrop.png
Water
(25 units)

(consumed)
SpagettiRaw.png
Pasta
(10 units)

(consumed)

Distribution

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

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

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.73
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