Recette

Wiki Project Zomboid

Mettre le chou en bocal

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

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMettre le chou en bocal
Nom variableMake Jar of Cabbage
ModVanilla — Vanilla
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1771 → 1785
Recipe PK4165
Recipe Sig65c26bee93af4c546501fa4946a0ecf36480fdbf

Callbacks

OnCreateRecipe.OnCreate.CannedFood
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

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

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