Recette

Wiki Project Zomboid

Make Jar of Cabbage

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

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