Item: Pamplemousse

Wiki Project Zomboid

Pamplemousse

Variable Base.Grapefruit Mod Vanilla

Résumé

VariableBase.Grapefruit
TypeFood
CatégorieFood
Poids0.3
Icône
Grapefruit

Navigation

Nom variableGrapefruit
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5046
Lignes6309 → 6328
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.

17 propriétés
Key Value (raw) Num Bool JSON
Calories 15 15
Carbohydrates 101.11 101.11
CustomEatSound EatingFruit
DaysFresh 6 6
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Grapefruit
EvolvedRecipe Salad:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10
FoodType Fruits
HungerChange -20 -20
Icon Grapefruit
Lipids 3.78 3.78
Proteins 17.56 17.56
ThirstChange -50 -50
Type Food
Weight 0.3 0.3
WorldStaticModel Grapefruit_Ground
Raw block
	item Grapefruit
	{
		DisplayName = Grapefruit,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Grapefruit,
		EvolvedRecipe = Salad:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10,
		FoodType = Fruits,
		DaysFresh = 6,
		DaysTotallyRotten = 8,
		HungerChange = -20,
		ThirstChange = -50,
		Calories = 15,
		Carbohydrates = 101.11,
		Lipids = 3.78,
		Proteins = 17.56,
		CustomEatSound = EatingFruit,
		WorldStaticModel = Grapefruit_Ground,
	}