Recette

Wiki Project Zomboid

Make Jar of Bell Peppers

Nom variable Make Jar of Bell Peppers Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 100

Recette

Ingrédients

ConsomméBocal (vide)
ConsomméPoivron× 5
ConsomméWater× 10
ConsomméVinaigre× 2
Consommé[Recipe.GetItemTypes.Sugar];1

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake Jar of Bell Peppers
Nom variableMake Jar of Bell Peppers
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1744 → 1758
Recipe PK2861
Recipe Sig9340e5d563ec57d7fd3c7c508b05246abe258a40

Callbacks

OnCreateRecipe.OnCreate.CannedFood
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

    recipe Make Jar of Bell Peppers
    {
        EmptyJar,
        JarLid,
        BellPepper=5,
        Water=10,
        Vinegar=2,
        [Recipe.GetItemTypes.Sugar];1,

        Result:CannedBellPepper,
        Time:100.0,
        OnCreate:Recipe.OnCreate.CannedFood,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking10,
    }