Item: Baies

Wiki Project Zomboid

Baies

Variable Base.BerryGeneric1 Mod Vanilla

Résumé

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

Navigation

Nom variableBerryGeneric1
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4819
Lignes1307 → 1329
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 12 12
Carbohydrates 3 3
CustomEatSound EatingFruit
DaysFresh 6 6
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Berries
EvolvedRecipe Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5;ConeIcecream:5;PieSweet:5;Oatmeal:5
EvolvedRecipeName Berry
FoodType Berry
HerbalistType Berry
HungerChange -5 -5
Icon BerryGeneric1
Lipids 0 0
OnEat OnEat_WildFoodGeneric
Proteins 2 2
ThirstChange -1 -1
Type Food
Weight 0.1 0.1
WorldStaticModel BerryGeneric1
Raw block
	item BerryGeneric1
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryGeneric1,
		EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;Muffin:5;ConeIcecream:5;PieSweet:5;Oatmeal:5,
		FoodType = Berry,
		HerbalistType = Berry,
		OnEat = OnEat_WildFoodGeneric,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		ThirstChange = -1,
		Calories = 12,
		Carbohydrates = 3,
		Lipids = 0,
		Proteins = 2,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryGeneric1,
		EvolvedRecipeName = Berry,
	}