Item: Riz

Wiki Project Zomboid

Riz

Variable SapphCooking.Tray_Rice Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Tray_Rice
TypeFood
CatégorieFood
Poids1.2
Icône
MessTrayRiceIcon

Navigation

Nom variableTray_Rice
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3980
Lignes4939 → 4957
File ID1108

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.

16 propriétés
Key Value (raw) Num Bool JSON
Calories 97 97
Carbohydrates 25 25
DaysFresh 2 2
DaysTotallyRotten 3 3
DisplayCategory Food
DisplayName Rice
EatType can
HungerChange -10 -10
Icon MessTrayRiceIcon
Lipids 0.5 0.5
Proteins 1.4 1.4
ReplaceOnUse MessTray
StaticModel H_MessTrayFood
Type Food
Weight 1.2 1.2
WorldStaticModel MessTrayFood_Ground
Raw block
	item Tray_Rice
	{
		DisplayName = Rice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = MessTrayRiceIcon,
		EatType = can,
		ReplaceOnUse = MessTray,
		DaysFresh = 2,
		DaysTotallyRotten = 3,
		HungerChange = -10,
		Calories = 97,
		Carbohydrates = 25,
		Lipids = 0.5,
		Proteins = 1.4,
		StaticModel = H_MessTrayFood,
		WorldStaticModel = MessTrayFood_Ground,
	}