Item: Brochette de guimauve

Wiki Project Zomboid

Brochette de guimauve

Variable SapphCooking.WoodenSkewersMarshmallows Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.WoodenSkewersMarshmallows
TypeFood
CatégorieFood
Poids0.1
Icône
WoodenSkewerMarshmallowIcon

Navigation

Nom variableWoodenSkewersMarshmallows
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3608
Lignes5100 → 5122
File ID1107

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
WoodenSkewerIcon Put Marshmallow on a Stick
Put Marshmallow on a Stick
SapphCooking
KAVALASH_sapphcooking Cooking 50 WoodenSkewersMarshmallows=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.

18 propriétés
Key Value (raw) Num Bool JSON
Calories 30 30
Carbohydrates 8 8
DisplayCategory Food
DisplayName Marshmallow on a Stick
FoodType NoExplicit
HungerChange -5 -5
Icon WoodenSkewerMarshmallowIcon
IsCookable TRUE 1 1
Lipids 0 0
MinutesToBurn 60 60
MinutesToCook 20 20
Proteins 0.5 0.5
ReplaceOnCooked SapphCooking.WoodenSkewersMarshmallows_Melted
StaticModel H_WoodSkewer_Marshmallow
Type Food
UnhappyChange -5 -5
Weight 0.1 0.1
WorldStaticModel WoodSkewer_Marshmallow_Ground
Raw block
	item WoodenSkewersMarshmallows
	{
		DisplayName = Marshmallow on a Stick,
		DisplayCategory = Food,
		IsCookable = TRUE,
		MinutesToCook = 30,
		MinutesToBurn = 60,
		MinutesToCook 		= 20,
		MinutesToBurn 		= 60,
		Type = Food,
		Weight = 0.1,
		Icon = WoodenSkewerMarshmallowIcon,
		FoodType = NoExplicit,
		HungerChange = -5,
		UnhappyChange = -5,
		Calories = 30,
		Carbohydrates = 8,
		Lipids = 0,
		Proteins = 0.5,
		StaticModel = H_WoodSkewer_Marshmallow,
		WorldStaticModel = WoodSkewer_Marshmallow_Ground,
		ReplaceOnCooked = SapphCooking.WoodenSkewersMarshmallows_Melted,
	}