Item: Citrouille d'Halloween

Wiki Project Zomboid

Citrouille d'Halloween

Variable Base.HalloweenPumpkin Mod Vanilla

Résumé

VariableBase.HalloweenPumpkin
TypeFood
CatégorieFood
Poids1
Icône
Jackolantern

Navigation

Nom variableHalloweenPumpkin
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5122
Lignes7845 → 7860
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Pumpkin Make Halloween Pumpkin
Make Halloween Pumpkin
Base
KAVALASH_Custom Cooking 60 HalloweenPumpkin=1
Pumpkin Creuser une citrouille d'Halloween
Make Halloween Pumpkin
Base
Vanilla Cooking 60 HalloweenPumpkin=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

13 propriétés
Key Value (raw) Num Bool JSON
Calories 404 404
Carbohydrates 20.45 20.45
DaysFresh 5 5
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Jack'o'lantern
HungerChange -40 -40
Icon Jackolantern
Lipids 20.61 20.61
Proteins 34.53 34.53
Type Food
Weight 1 1
WorldStaticModel Jackolantern_Ground
Raw block
	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,
	}