Recette

Wiki Project Zomboid

Make Jar of Red Radishes

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

Recette

Ingrédients

ConsomméBocal (vide)
ConsomméRadis× 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 Red Radishes
Nom variableMake Jar of Red Radishes
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1717 → 1731
Recipe PK2859
Recipe Sig0e21f9e78345170e495823d56b7918892e0c14f4

Callbacks

OnCreateRecipe.OnCreate.CannedFood
OnGiveXPRecipe.OnGiveXP.Cooking10

Raw block

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

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