Item: Poutine

Wiki Project Zomboid

Poutine

Variable SapphCooking.PoutineBowlEvolved Mod KAVALASH_sapphcooking

Résumé

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

Navigation

Nom variablePoutineBowlEvolved
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3343
Lignes1004 → 1027
File ID1106

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

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 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 PoutineBowlEvolved
	{
		DisplayName = 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,
	}