Item: Baies

Wiki Project Zomboid

Baies

Variable Base.BerryGeneric5 Mod Vanilla

Résumé

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

Navigation

Nom variableBerryGeneric5
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4823
Lignes1403 → 1425
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.

20 propriétés
Key Value (raw) Num Bool JSON
Calories 23 23
Carbohydrates 5 5
CustomEatSound EatingFruit
DaysFresh 6 6
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Berries
EvolvedRecipe Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10;ConeIcecream:5;PieSweet:10;Oatmeal:5
EvolvedRecipeName Berry
FoodType Berry
HerbalistType Berry
HungerChange -10 -10
Icon BerryGeneric5
Lipids 0 0
OnEat OnEat_WildFoodGeneric
Proteins 4 4
ThirstChange -1 -1
Type Food
Weight 0.1 0.1
WorldStaticModel BerryGeneric5
Raw block
	item BerryGeneric5
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric5,
		EvolvedRecipe = Cake:10;FruitSalad:10;Pancakes:10;Waffles:10;Muffin:10;ConeIcecream:5;PieSweet:10;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -10,
		ThirstChange = -1,
		Calories = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric5,
		EvolvedRecipeName = Berry,
	}