Recette

Wiki Project Zomboid

Mettre les poivrons en bocal

Nom variable Make Jar of Bell Peppers Mod Vanilla Vanilla 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éMettre les poivrons en bocal
Nom variableMake Jar of Bell Peppers
ModVanilla — Vanilla
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1744 → 1758
Recipe PK4163
Recipe Sig8c8cb2ef304d215bc4fcd9cfdf8bee741c677f11

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,
    }