Item: Tranches de poivron

Wiki Project Zomboid

Tranches de poivron

Variable SapphCooking.SlicedBellPepper Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.SlicedBellPepper
TypeFood
CatégorieFood
Poids0.1
Icône
SlicedBellpepperIcon

Navigation

Nom variableSlicedBellPepper
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3601
Lignes4945 → 4965
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 Slice Bellpepper
Slice Bell Pepper
SapphCooking
KAVALASH_sapphcooking Cooking 150 SlicedBellPepper=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
RoastingPanRatattouilleIcon Make Roasting Pan of Confit Byaldi Ratattouile
Make Roasting Pan of Confit Byaldi Ratattouile
SapphCooking
KAVALASH_sapphcooking Cooking 200 RoastingpanwithRatatouilleUn=1

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 Sliced Bell Pepper
EvolvedRecipe SapphCooking.SkewersVegetable:4;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 SlicedBellpepperIcon
Lipids 0 0
Proteins 1 1
Tags Pepper;SlicedVegetables
ThirstChange -2 -2
Type Food
Weight 0.1 0.1
WorldStaticModel SlicedBellpepper_Ground
Raw block
	item SlicedBellPepper
	{
		DisplayName = Sliced Bell Pepper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = SlicedBellpepperIcon,
		EvolvedRecipe = SapphCooking.SkewersVegetable:4;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 = SlicedBellpepper_Ground,
		Tags = Pepper;SlicedVegetables,
		EvolvedRecipeName = Bell Pepper,
	}