Recette

Wiki Project Zomboid

Make Jar of Tomatoes

Nom variable Make Jar of Tomatoes Mod KAVALASH_Custom Kavalash Custom Mod 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éMake Jar of Tomatoes
Nom variableMake Jar of Tomatoes
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1582 → 1596
Recipe PK2849
Recipe Sig7ca517c53e1889d07dc0c2b288f53d06d9d63f60

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