Item: Morceaux de pastèque

Wiki Project Zomboid

Morceaux de pastèque

Variable Base.WatermelonSmashed Mod Vanilla

Résumé

VariableBase.WatermelonSmashed
TypeFood
CatégorieFood
Poids0.6
Icône
WatermelonSmashed

Navigation

Nom variableWatermelonSmashed
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4830
Lignes1563 → 1583
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Watermelon Smash Watermelon
Smash Watermelon
Base
KAVALASH_Custom Cooking 50 WatermelonSmashed=5
Watermelon Éclater la pastèque
Smash Watermelon
Base
Vanilla Cooking 50 WatermelonSmashed=5

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 271 271
Carbohydrates 68.2 68.2
CustomEatSound EatingFruit
DaysFresh 2 2
DaysTotallyRotten 3 3
DisplayCategory Food
DisplayName Watermelon Chunks
EvolvedRecipe Salad:12;FruitSalad:12;Pancakes:12;Waffles:12;Muffin:12
FoodType Fruits
HungerChange -12 -12
Icon WatermelonSmashed
Lipids 1.35 1.35
Proteins 5.51 5.51
StaticModel MelonSlice
ThirstChange -25 -25
Type Food
Weight 0.6 0.6
WorldStaticModel WaterMelonChunks_Ground
Raw block
	item WatermelonSmashed
	{
		DisplayName = Watermelon Chunks,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.6,
		Icon = WatermelonSmashed,
		EvolvedRecipe = Salad:12;FruitSalad:12;Pancakes:12;Waffles:12;Muffin:12,
		FoodType = Fruits,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -12,
		ThirstChange = -25,
		Calories = 271,
		Carbohydrates = 68.2,
		Lipids = 1.35,
		Proteins = 5.51,
		CustomEatSound = EatingFruit,
		StaticModel = MelonSlice,
		WorldStaticModel = WaterMelonChunks_Ground,
	}