Item: Bocal de poivrons

Wiki Project Zomboid

Bocal de poivrons

Variable Base.CannedBellPepper Mod Vanilla

Résumé

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

Navigation

Nom variableCannedBellPepper
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5762
Lignes2809 → 2824
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 Bell Peppers
Make Jar of Bell Peppers
Base
KAVALASH_Custom Cooking 100 CannedBellPepper=1
JarEmpty2 Mettre les poivrons en bocal
Make Jar of Bell Peppers
Base
Vanilla Cooking 100 CannedBellPepper=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
BellPepper Open Jar of Bell Peppers
Open Jar of Bell Peppers
Base
KAVALASH_Custom Cooking 30 BellPepper=5
BellPepper Ouvrir le bocal
Open Jar of Bell Peppers
Base
Vanilla Cooking 30 BellPepper=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 Bell Peppers
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 JarFoodBellPeppers_Ground
Raw block
	item CannedBellPepper
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Jar of Bell Peppers,
        Icon				=		JarBrown,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodBellPeppers_Ground,
    }