Item: Bocal de poireaux

Wiki Project Zomboid

Bocal de poireaux

Variable Base.CannedLeek Mod Vanilla

Résumé

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

Navigation

Nom variableCannedLeek
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5760
Lignes2775 → 2790
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 Leeks
Make Jar of Leeks
Base
KAVALASH_Custom Cooking 100 CannedLeek=1
JarEmpty2 Mettre les poireaux en bocal
Make Jar of Leeks
Base
Vanilla Cooking 100 CannedLeek=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Leek Open Jar of Leeks
Open Jar of Leeks
Base
KAVALASH_Custom Cooking 30 Leek=5
Leek Ouvrir le bocal
Open Jar of Leeks
Base
Vanilla Cooking 30 Leek=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 Leeks
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 JarFoodLeeks_Ground
Raw block
	item CannedLeek
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Jar of Leeks,
        Icon				=		JarWhite,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodLeeks_Ground,
    }