Item: Baies

Wiki Project Zomboid

Baies

Variable Base.BerryPoisonIvy Mod Vanilla

Résumé

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

Navigation

Nom variableBerryPoisonIvy
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4824
Lignes1427 → 1449
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: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 BerryPoisonIvy
Lipids 0 0
OnEat OnEat_WildFoodGeneric
Proteins 4 4
ThirstChange -1 -1
Type Food
Weight 0.1 0.1
WorldStaticModel BerryWhite
Raw block
	item BerryPoisonIvy
	{
		DisplayName = Berries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BerryPoisonIvy,
		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 = 23,
		Carbohydrates = 5,
		Lipids = 0,
		Proteins = 4,
		CustomEatSound = EatingFruit,
		WorldStaticModel = BerryWhite,
		EvolvedRecipeName = Berry,
	}