Item: Vinaigre de riz

Wiki Project Zomboid

Vinaigre de riz

Variable Base.RiceVinegar Mod Vanilla

Résumé

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

Navigation

Nom variableRiceVinegar
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5068
Lignes6764 → 6783
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.

17 propriétés
Key Value (raw) Num Bool JSON
Calories 20 20
CantBeFrozen TRUE 1 1
Carbohydrates 0 0
DisplayCategory Food
DisplayName Rice Vinegar
EvolvedRecipe Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Stir fry Griddle Pan:2;Stir fry:2;Salad:2;Roasted Vegetables:2;Taco:2;Burrito:2
FoodType NoExplicit
HungerChange -20 -20
Icon RiceVinegar
Lipids 0 0
Packaged TRUE 1 1
Proteins 0 0
Spice true 1 1
Type Food
UnhappyChange 50 50
Weight 0.2 0.2
WorldStaticModel RiceVinegar_Ground
Raw block
	item RiceVinegar
	{
		DisplayName = Rice Vinegar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = RiceVinegar,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Stir fry Griddle Pan:2;Stir fry:2;Salad:2;Roasted Vegetables:2;Taco:2;Burrito:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		UnhappyChange = 50,
		Calories = 20,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = RiceVinegar_Ground,
		FoodType = NoExplicit,
	}