Item: Bocal de pommes de terre

Wiki Project Zomboid

Bocal de pommes de terre

Variable Base.CannedPotato Mod Vanilla

Résumé

VariableBase.CannedPotato
TypeFood
CatégorieFood
Poids0.5
Icône
JarWhite

Navigation

Nom variableCannedPotato
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5758
Lignes2741 → 2756
File ID1370

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
JarEmpty2 Make Jar of Potatoes
Make Jar of Potatoes
Base
KAVALASH_Custom Cooking 100 CannedPotato=1
JarEmpty2 Mettre les pommes de terre en bocal
Make Jar of Potatoes
Base
Vanilla Cooking 100 CannedPotato=1

Recettes qui utilisent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
Potato Open Jar of Potatoes
Open Jar of Potatoes
Base
KAVALASH_Custom Cooking 30 farming.Potato=5
SaucepanBeefStewIcon Cook Beef Stew with Canned Vegetables
Cook Beef Stew with Canned Vegetables
SapphCooking
KAVALASH_sapphcooking Cooking 150 SaucepanwithBeefStew=1
SaucepanwithRisottoIcon Make Mashed Potato with Canned Potatoes
Make Mashed Potato with Canned Potatoes
SapphCooking
KAVALASH_sapphcooking Cooking 200 SaucepanwithMashedPotatoes=1
Potato Ouvrir le bocal
Open Jar of Potatoes
Base
Vanilla Cooking 30 farming.Potato=5

Propriétés

Toutes les propriétés extraites pour cet item.

13 propriétés
Key Value (raw) Num Bool JSON
DaysFresh 60 60
DaysTotallyRotten 90 90
DisplayCategory Food
DisplayName Jar of Potatoes
Icon JarWhite
IsCookable TRUE 1 1
MinutesToBurn 120 120
MinutesToCook 60 60
OnCooked CannedFood_OnCooked
StaticModel CanClosed
Type Food
Weight 0.5 0.5
WorldStaticModel JarFoodPotatoes_Ground
Raw block
	item CannedPotato
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Jar of Potatoes,
        Icon				=		JarWhite,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodPotatoes_Ground,
    }