Dried Split Peas

From PZwiki
Revision as of 19:24, 15 April 2022 by TheBustyDuck (talk | contribs) (Created the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Dried Split Peas
Dried Split Peas
General
Category Food
Encumbrance
Heavy Load
2.0
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
+60
Calories
Calories
2217
Carbohydrates
Carbohydrates
544
Proteins
Proteins
221
Fat
Fat
0
Effect
Unhappiness
Unhappiness
40
Technical details
Item ID Base.DriedSplitPeas

Dried Split Peas are a non-perishable food item.

Usage

Dried split peas do not need to be opened, but can be eaten from directly or added as an ingredient to other recipes.

Consumable properties

Dried split peas can be eaten on their own but will provide the player with thirst and unhappiness. These effects can be countered by adding dried split peas to Soup, Stew, Rice, and Pasta.

Distribution

Dried split peas can often be found in kitchen counters and shop shelves.

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Dried Split Peas DriedSplitPeas.png Retrieved: Build 41

    item DriedSplitPeas
	{
        DisplayCategory = Food,
        Weight	=	2,
        Type	=	Food,
        DisplayName	=	Dried Split Peas,
        Icon	=	DriedSplitPeas,
        HungerChange    =   -60,
        UnhappyChange   =   40,
        ThirstChange    =   60,
        Carbohydrates = 544,
        Proteins = 221,
        Lipids = 0,
        Calories = 2217,
        Packaged = TRUE,
        EvolvedRecipe = Soup:10;Stew:10;RicePot:10;PastaPot:10,
        FoodType    =   Vegetables,
        WorldStaticModel = DriedSplitPeas_Ground,
	}

See also