Recette

Wiki Project Zomboid

Make Jar of Potatoes

Nom variable Make Jar of Potatoes Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 100

Recette

Ingrédients

ConsomméBocal (vide)
ConsomméPomme de terre× 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 Potatoes
Nom variableMake Jar of Potatoes
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1636 → 1650
Recipe PK2853
Recipe Sig2038cd2bdcea7704536b98a6f859d0d255544d16

Callbacks

OnCreateRecipe.OnCreate.CannedFood
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

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

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