Item: Bocal de carottes

Wiki Project Zomboid

Bocal de carottes

Variable Base.CannedCarrots Mod Vanilla

Résumé

VariableBase.CannedCarrots
TypeFood
CatégorieFood
Poids0.5
Icône
JarBrown

Navigation

Nom variableCannedCarrots
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5757
Lignes2724 → 2739
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 Carrots
Make Jar of Carrots
Base
KAVALASH_Custom Cooking 100 CannedCarrots=1
JarEmpty2 Mettre les carottes en bocal
Make Jar of Carrots
Base
Vanilla Cooking 100 CannedCarrots=1

Recettes qui utilisent cet item

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

3 recettes
Afficher la liste
Recipe Mod Category Time Result
Carrots Open Jar of Carrots
Open Jar of Carrots
Base
KAVALASH_Custom Cooking 30 Carrots=5
SaucepanBeefStewIcon Cook Beef Stew with Canned Vegetables
Cook Beef Stew with Canned Vegetables
SapphCooking
KAVALASH_sapphcooking Cooking 150 SaucepanwithBeefStew=1
Carrots Ouvrir le bocal
Open Jar of Carrots
Base
Vanilla Cooking 30 Carrots=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 Carrots
Icon JarBrown
IsCookable TRUE 1 1
MinutesToBurn 120 120
MinutesToCook 60 60
OnCooked CannedFood_OnCooked
StaticModel CanClosed
Type Food
Weight 0.5 0.5
WorldStaticModel JarFoodCarrots_Ground
Raw block
	item CannedCarrots
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Jar of Carrots,
        Icon				=		JarBrown,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
        IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodCarrots_Ground,
    }