Item: Boisson froide

Wiki Project Zomboid

Boisson froide

Variable Base.ColdCuppa Mod Vanilla

Résumé

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

Navigation

Nom variableColdCuppa
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4908
Lignes3498 → 3521
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.

21 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 Cold Cuppa
FatigueChange 0 0
HungerChange -5 -5
Icon MugFulll
Lipids 0 0
Proteins 0.12 0.12
ReplaceOnUse Mugl
StaticModel Mug
StressChange 0 0
Tags CoffeeMaker
ThirstChange -50 -50
Type Food
UnhappyChange -5 -5
Weight 1 1
WorldStaticModel Mug
Raw block
	item ColdCuppa
	{
		DisplayName = Cold Cuppa,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = MugFulll,
		CantBeFrozen = TRUE,
		ReplaceOnUse = Mugl,
		FatigueChange = 0,
		HungerChange = -5,
		StressChange = 0,
		ThirstChange = -50,
		UnhappyChange = -5,
		Calories = 4,
		Carbohydrates = 0.75,
		Lipids = 0,
		Proteins = 0.12,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
		StaticModel = Mug,
		WorldStaticModel = Mug,
		Tags = CoffeeMaker,	
	}