Recette

Wiki Project Zomboid

Mettre les carottes en bocal

Nom variable Make Jar of Carrots Mod Vanilla Vanilla Cat. Cooking Time 100

Recette

Ingrédients

ConsomméBocal (vide)
ConsomméCarottes× 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 carottes en bocal
Nom variableMake Jar of Carrots
ModVanilla — Vanilla
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1609 → 1623
Recipe PK4153
Recipe Sig577e25227aa34d00ccf00e99cdb7e06b6bf78f74

Callbacks

OnCreateRecipe.OnCreate.CannedFood
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

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

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