Recette

Wiki Project Zomboid

Get 6 Cookies

Nom variable Get 6 Cookies Mod KAVALASH_Custom Kavalash Custom Mod Cat. Cooking Time 60

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéGet 6 Cookies
Nom variableGet 6 Cookies
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCooking
Temps60
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 4410 → 4419
Recipe PK3062
Recipe Sigf07ce9bc88f17da733951f604f33d503e6670c74

Callbacks

OnCanPerformRecipe.OnCanPerform.GetBiscuit
OnCreateRecipe.OnCreate.GetCookies

Raw block

    recipe Get 6 Cookies
    {
        CookiesShortbreadDough,

        Result:CookiesShortbread=6,
        Category:Cooking,
        OnCanPerform:Recipe.OnCanPerform.GetBiscuit,
        OnCreate:Recipe.OnCreate.GetCookies,
        Time:60,
    }