Recette

Wiki Project Zomboid

Mettre les pommes de terre en bocal

Nom variable Make Jar of Potatoes Mod Vanilla Vanilla 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éMettre les pommes de terre en bocal
Nom variableMake Jar of Potatoes
ModVanilla — Vanilla
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1636 → 1650
Recipe PK4155
Recipe Sig8cab2ce903afe323f20a5c79c1493b77b53aac9f

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