Item: Tranches de carotte

Wiki Project Zomboid

Tranches de carotte

Variable SapphCooking.SlicedCarrots Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.SlicedCarrots
TypeFood
CatégorieFood
Poids0.2
Icône
SlicedCarrotIcon

Navigation

Nom variableSlicedCarrots
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3602
Lignes4966 → 4986
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 Carrots
Slice Carrots
SapphCooking
KAVALASH_sapphcooking Cooking 150 SlicedCarrots=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 25 25
Carbohydrates 5.84 5.84
DaysFresh 6 6
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Sliced Carrots
EvolvedRecipe SapphCooking.SkewersVegetable:4;Soup:8;Stew:8;Pie:8;Stir fry Griddle Pan:8;Stir fry:8;Sandwich:8;Sandwich Baguette:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8
EvolvedRecipeName Carrots
FoodType Vegetables
HungerChange -8 -8
Icon SlicedCarrotIcon
Lipids 0.15 0.15
Proteins 0.57 0.57
Tags SlicedVegetables
ThirstChange -4 -4
Type Food
Weight 0.2 0.2
WorldStaticModel SlicedCarrot_Ground
Raw block
	item SlicedCarrots
	{
		DisplayName = Sliced Carrots,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = SlicedCarrotIcon,
		EvolvedRecipe = SapphCooking.SkewersVegetable:4;Soup:8;Stew:8;Pie:8;Stir fry Griddle Pan:8;Stir fry:8;Sandwich:8;Sandwich Baguette:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8,
		FoodType = Vegetables,
		DaysFresh = 6,
		DaysTotallyRotten = 8,
		HungerChange = -8,
		ThirstChange = -4,
		Calories = 25,
		Carbohydrates = 5.84,
		Lipids = 0.15,
		Proteins = 0.57,
		WorldStaticModel = SlicedCarrot_Ground,
		Tags = SlicedVegetables,
		EvolvedRecipeName = Carrots,
	}