Pasta

From PZwiki
Revision as of 02:24, 28 February 2023 by Faalagorn (talk | contribs) (Remove obsolete template)
Pasta
Pasta
General
Category Food
Encumbrance
Heavy Load
2.0
Packaged Yes
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
+60
Calories
Calories
3360
Carbohydrates
Carbohydrates
656
Proteins
Proteins
112
Fat
Fat
16
Effect
Unhappiness
Unhappiness
+40
Technical details
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

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

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) 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