Item: Bocal d'aubergines

Wiki Project Zomboid

Bocal d'aubergines

Variable Base.CannedEggplant Mod Vanilla

Résumé

VariableBase.CannedEggplant
TypeFood
CatégorieFood
Poids0.5
Icône
JamPurple

Navigation

Nom variableCannedEggplant
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5759
Lignes2758 → 2773
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 Eggplants
Make Jar of Eggplants
Base
KAVALASH_Custom Cooking 100 CannedEggplant=1
JarEmpty2 Mettre les aubergines en bocal
Make Jar of Eggplants
Base
Vanilla Cooking 100 CannedEggplant=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
Eggplant Open Jar of Eggplants
Open Jar of Eggplants
Base
KAVALASH_Custom Cooking 30 Eggplant=5
Eggplant Ouvrir le bocal
Open Jar of Eggplants
Base
Vanilla Cooking 30 Eggplant=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 Eggplants
Icon JamPurple
IsCookable TRUE 1 1
MinutesToBurn 120 120
MinutesToCook 60 60
OnCooked CannedFood_OnCooked
StaticModel CanClosed
Type Food
Weight 0.5 0.5
WorldStaticModel JarFoodEggplants_Ground
Raw block
	item CannedEggplant
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Jar of Eggplants,
        Icon				=		JamPurple,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodEggplants_Ground,
    }