Recette

Wiki Project Zomboid

Mettre les tomates en bocal

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

Recette

Ingrédients

ConsomméBocal (vide)
ConsomméTomate× 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 tomates en bocal
Nom variableMake Jar of Tomatoes
ModVanilla — Vanilla
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1582 → 1596
Recipe PK4151
Recipe Sig3813268f2b3839ffe1fffdfb8fd0c8aeec812fbd

Callbacks

OnCreateRecipe.OnCreate.CannedFood
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

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

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