Item: Bonbon à la menthe

Wiki Project Zomboid

Bonbon à la menthe

Variable Base.MintCandy Mod Vanilla

Résumé

VariableBase.MintCandy
TypeFood
CatégorieFood
Poids0.1
Icône
MintCandy

Navigation

Nom variableMintCandy
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4928
Lignes3927 → 3941
File ID1361

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
Take Candy from Bowl
Take Candy from Bowl
SapphCooking
KAVALASH_sapphcooking 50 MintCandy=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.

12 propriétés
Key Value (raw) Num Bool JSON
Calories 60 60
Carbohydrates 15 15
DisplayCategory Food
DisplayName Mint Candy
HungerChange -2 -2
Icon MintCandy
Lipids 0 0
Proteins 0 0
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
WorldStaticModel MintCandy
Raw block
	item MintCandy
	{
		DisplayName = Mint Candy,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MintCandy,
		HungerChange = -2,
		UnhappyChange = -10,
		Calories = 60,
		Carbohydrates = 15,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = MintCandy,
	}