Item: Conserve de pêches (ouverte)

Wiki Project Zomboid

Conserve de pêches (ouverte)

Variable Base.CannedPeachesOpen Mod Vanilla

Résumé

VariableBase.CannedPeachesOpen
TypeFood
CatégorieFood
Poids0.8
Icône
CannedPeachesOpen

Navigation

Nom variableCannedPeachesOpen
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4795
Lignes764 → 789
File ID1361

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
CannedPeaches Open Canned Peaches
Open Canned Peaches
Base
KAVALASH_Custom Cooking 80 CannedPeachesOpen=1
CannedPeaches Ouvrir la conserve
Open Canned Peaches
Base
Vanilla Cooking 80 CannedPeachesOpen=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.

23 propriétés
Key Value (raw) Num Bool JSON
Calories 250 250
CannedFood TRUE 1 1
Carbohydrates 0 0
DaysFresh 5 5
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Opened Canned Peaches
EatType can
EvolvedRecipe Cake:15;FruitSalad:15;Pancakes:15;Waffles:15;Muffin:15;PieSweet:15;Oatmeal:5
EvolvedRecipeName Peach
FoodType Fruits
HungerChange -15 -15
Icon CannedPeachesOpen
Lipids 24 24
Packaged TRUE 1 1
Proteins 10 10
ReplaceOnUse TinCanEmpty
StaticModel CanOpen
Tags HasMetal
Type Food
UnhappyChange -10 -10
Weight 0.8 0.8
WorldStaticModel CanOpenPeaches_Ground
Raw block
	item CannedPeachesOpen
	{
		DisplayName = Opened Canned Peaches,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPeachesOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Cake:15;FruitSalad:15;Pancakes:15;Waffles:15;Muffin:15;PieSweet:15;Oatmeal:5,
		EvolvedRecipeName = Peach,
		FoodType = Fruits,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 250,
		Carbohydrates = 0,
		Lipids = 24,
		Proteins = 10,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenPeaches_Ground,
		Tags = HasMetal,
	}