Item: Boisson chaude

Wiki Project Zomboid

Boisson chaude

Variable Base.Mugfull Mod Vanilla

Résumé

VariableBase.Mugfull
TypeFood
CatégorieFood
Poids1
Icône
MugFulll

Navigation

Nom variableMugfull
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4907
Lignes3472 → 3496
File ID1361

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.

22 propriétés
Key Value (raw) Num Bool JSON
Calories 4 4
CantBeFrozen TRUE 1 1
Carbohydrates 0.75 0.75
CustomContextMenu Drink
CustomEatSound DrinkingFromMug
DisplayCategory Food
DisplayName Hot Cuppa
EatType Mug
FatigueChange -5 -5
HungerChange -5 -5
Icon MugFulll
Lipids 0 0
Proteins 0.12 0.12
ReplaceOnUse Mugl
StaticModel Mug
StressChange -10 -10
Tags CoffeeMaker
ThirstChange -50 -50
Type Food
UnhappyChange -5 -5
Weight 1 1
WorldStaticModel Mug
Raw block
	item Mugfull
	{
		DisplayName = Hot Cuppa,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = MugFulll,
		CantBeFrozen = TRUE,
		EatType = Mug,
		ReplaceOnUse = Mugl,
		FatigueChange = -5,
		HungerChange = -5,
		StressChange = -10,
		ThirstChange = -50,
		UnhappyChange = -5,
		Calories = 4,
		Carbohydrates = 0.75,
		Lipids = 0,
		Proteins = 0.12,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = Mug,
		WorldStaticModel = Mug,
		Tags = CoffeeMaker,	
	}