Item: Poivron en dés

Wiki Project Zomboid

Poivron en dés

Variable SapphCooking.DicedBellPepper Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.DicedBellPepper
TypeFood
CatégorieFood
Poids0.1
Icône
DicedTomatoIcon

Navigation

Nom variableDicedBellPepper
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3573
Lignes4415 → 4435
File ID1107

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Cleaver Dice Bell Pepper
Dice Bell Pepper
SapphCooking
KAVALASH_sapphcooking Cooking 150 DicedBellPepper=1

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 30 30
Carbohydrates 7 7
DaysFresh 5 5
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Diced Bell Pepper
EvolvedRecipe Omelette:8;Soup:8;Pie:8;Stir fry Griddle Pan:8;Stir fry:8;Sandwich:8;Sandwich Baguette:8;Burger:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8;Taco:8;Burrito:8
EvolvedRecipeName Bell Pepper
FoodType Vegetables
HungerChange -8 -8
Icon DicedTomatoIcon
Lipids 0 0
Proteins 1 1
Tags Pepper;SlicedVegetables
ThirstChange -2 -2
Type Food
Weight 0.1 0.1
WorldStaticModel DicedPeppers_Ground
Raw block
	item DicedBellPepper
	{
		DisplayName = Diced Bell Pepper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = DicedTomatoIcon,
		EvolvedRecipe = Omelette:8;Soup:8;Pie:8;Stir fry Griddle Pan:8;Stir fry:8;Sandwich:8;Sandwich Baguette:8;Burger:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8;Taco:8;Burrito:8,
		FoodType = Vegetables,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -8,
		ThirstChange = -2,
		Calories = 30,
		Carbohydrates = 7,
		Lipids = 0,
		Proteins = 1,
		WorldStaticModel = DicedPeppers_Ground,
		Tags = Pepper;SlicedVegetables,
		EvolvedRecipeName = Bell Pepper,
	}