Jack-o'-lantern: Difference between revisions

From PZwiki
m (Replace old template)
(PZ Updater automated execution(task: fix infobox based on file, eid: 48263514))
Line 8: Line 8:
|weight=1
|weight=1
|days_fresh=5
|days_fresh=5
|days_rotten=3
|days_rotten=8
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-40
|hunger_change=-40

Revision as of 14:58, 3 July 2023

Project ZomboidItemsFoodPerishable FoodFruitJack-o'-lantern

Template:Infobox foodJack-o'-lantern is a perishable food item.

Usage

Consumable properties

Jack-o'-lantern can be eaten, providing the player with some positive effects, however, these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Main article: Cooking

Obtaining

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Jackolantern.png
Jack-o'-lantern
0.75 Cooking none
(keep)
Pumpkin
Pumpkin
(consumed)

Distribution

Jack-o'-lantern do not spawn naturally and can only be obtained through crafting.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	item HalloweenPumpkin
	{
		DisplayName = Jack'o'lantern,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = Jackolantern,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -40,
		Calories = 404,
		Carbohydrates = 20.45,
		Lipids = 20.61,
		Proteins = 34.53,
		WorldStaticModel = Jackolantern_Ground,
	}