Item: Bol de poutine

Wiki Project Zomboid

Bol de poutine

Variable SapphCooking.PoutineBowl Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.PoutineBowl
TypeFood
CatégorieFood
Poids1.5
Icône
BowlofPoutineIcon

Navigation

Nom variablePoutineBowl
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3342
Lignes980 → 1003
File ID1106

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
Bowl Make Bowl of Poutine
Make Bowl of Poutine
SapphCooking
KAVALASH_sapphcooking Cooking 80 PoutineBowl=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.

21 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -15 -15
Calories 750 750
Carbohydrates 115 115
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Bowl of Poutine
EatType 2hand
GoodHot true 1 1
HungerChange -50 -50
Icon BowlofPoutineIcon
Lipids 2 2
Proteins 12 12
ReplaceOnUse Bowl
StaticModel H_PoutineBowl
StressChange -10 -10
Tags returnBowl
Type Food
UnhappyChange -15 -15
Weight 1.5 1.5
WorldStaticModel PoutineBowl_Ground
Raw block
	item PoutineBowl
	{
		DisplayName = Bowl of Poutine,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.5,
		Icon = BowlofPoutineIcon,
		EatType = 2hand,
		GoodHot = true,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -50,
		UnhappyChange = -15,
		BoredomChange 	= -15,
		StressChange 	= -10,
		Calories = 750,
		Carbohydrates = 115,
		Lipids = 2,
		Proteins = 12,
		StaticModel = H_PoutineBowl,
		WorldStaticModel = PoutineBowl_Ground,
		Tags = returnBowl,
	}