Item: Orange

Wiki Project Zomboid

Orange

Variable Base.Orange Mod Vanilla

Résumé

VariableBase.Orange
TypeFood
CatégorieFood
Poids0.2
Icône
Orange

Navigation

Nom variableOrange
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4832
Lignes1607 → 1628
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.

18 propriétés
Key Value (raw) Num Bool JSON
Calories 65 65
Carbohydrates 16.27 16.27
CustomEatSound EatingFruit
DaysFresh 6 6
DaysTotallyRotten 9 9
DisplayCategory Food
DisplayName Orange
EvolvedRecipe Cake:12;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6;PieSweet:12;Salad:6
FoodType Fruits
HungerChange -12 -12
Icon Orange
Lipids 0.3 0.3
Proteins 1 1
StaticModel RoundFood_Orange
ThirstChange -8 -8
Type Food
Weight 0.2 0.2
WorldStaticModel Orange_Ground
Raw block
	item Orange
	{
		DisplayName = Orange,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Orange,
		EvolvedRecipe = Cake:12;FruitSalad:6;Pancakes:6;Waffles:6;Muffin:6;PieSweet:12;Salad:6,
		FoodType = Fruits,
		DaysFresh = 6,
		DaysTotallyRotten = 9,
		HungerChange = -12,
		ThirstChange = -20,
		ThirstChange = -8,
		Calories = 65,
		Carbohydrates = 16.27,
		Lipids = 0.3,
		Proteins = 1,
		CustomEatSound = EatingFruit,
		StaticModel = RoundFood_Orange,
		WorldStaticModel = Orange_Ground,
	}