Pumpkin

From PZwiki
Project ZomboidItemsFoodFruitPumpkin
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pumpkin
Pumpkin Model.png
PumpkinRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-40
CaloriesCalories
404
CarbohydratesCarbohydrates
20.45
ProteinsProteins
34.53
FatFat
20.61
Technical
Item ID
Base.Pumpkin

Pumpkin is a perishable food item.

Usage

Consumable properties

Pumpkin can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish.

Fresh Stale Rotten

Pumpkin.png
Hunger: -40


Pumpkin.png
Hunger: -30
Boredom: +10
Unhappiness: +10

PumpkinRotten.png
Hunger: -18
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
Jackolantern.png
Jack-o'-lantern
One of:
KnifeChopping.png Kitchen Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
HuntingKnife.png Hunting Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
Pumpkin.png Pumpkin ×1
none none none 0.75 Cooking

Evolved recipes

Pumpkin is a cooking ingredient.

Product Nutrition
Pie (savory)
Pie (savory)
20

Distribution

Pumpkin can only be found by foraging.

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 Pumpkin
	{
		DisplayName = Pumpkin,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = Pumpkin,
		EvolvedRecipe = PieSweet:20,
		FoodType = NoExplicit,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -40,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 34.53,
		WorldStaticModel = Pumpkin_Ground,
	}

See also