Pasta: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: b7421fabff9af0983f72db569fec7c16))
Line 27: Line 27:
== Crafting ==
== Crafting ==
Pasta is a [[cooking]] [[Recipe Ingredients|ingredient]].
Pasta is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Cooking table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2075 -->
{{RecipeLookup|2075}}
{{Crafting/core|ing=3
{{RecipeLookup|2077}}
| product_image = [[File:SaucepanFilled.png]] | product_name = [[Saucepan|Saucepan (Full of pasta)]] | product_quantity = x1
{{Crafting table footer}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:SaucepanEmpty.png|link=Saucepan|Saucepan]] | i1 = [[Saucepan]] | q1 = x1
| f2 = [[File:Water_drop.png|link=Water|Water]] | i2 = [[Water]] | q2 = (25 units)
| f3 = [[File:SpagettiRaw.png|link=Pasta|Pasta]] | i3 = [[Pasta]] | q3 = x10
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2077 -->
{{Crafting/core|ing=3
| product_image = [[File:Pot Water.png]] | product_name = [[Cooking_Pot|Cooking Pot (Full of Pasta)]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Pot Water.png]] | i1 = [[Cooking_Pot|Cooking Pot]] | q1 = x1
| f2 = [[File:Water_drop.png|link=Water|Water]] | i2 = [[Water]] | q2 = (25 units)
| f3 = [[File:SpagettiRaw.png|link=Pasta|Pasta]] | i3 = [[Pasta]] | q3 = x10
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:46, 26 March 2022

Pasta
Pasta
General
Category Food
Encumbrance
Heavy Load
2
Packaged True
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 is best used as a meal component, as eating it raw suffers large penalties to thirst and happiness.

Crafting

Pasta is a cooking ingredient.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SaucepanFilled.png
Saucepan (Full of pasta) x1
none Saucepan
Saucepan x1
Water
Water (25 units)
Pasta
Pasta x10
Pot Water.png
Cooking Pot (Full of Pasta) x1
none Pot Water.png
Cooking Pot x1
Water
Water (25 units)
Pasta
Pasta x10


Distribution

Pasta can be found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Pasta
        	Weight		= 2,
        	Type		= Food,
        	DisplayName	= Pasta,
        	Icon		= SpagettiRaw,
        	HungerChange    = -60,
        	UnhappyChange   = 40,
        	ThirstChange    = 60,
       		Carbohydrates 	= 656,
        	Proteins 	= 112,
        	Lipids 		= 16,
        	Calories 	= 3360,
        	Packaged 	= TRUE,

See also

Template:Navbox/Consumables