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: 4382 → 4391
Recipe PK3060
Recipe Sig9af41d63df90ef1f0226102dc0c8b4621f283470

Callbacks

OnCanPerformRecipe.OnCanPerform.GetBiscuit
OnCreateRecipe.OnCreate.GetCookies

Raw block

    recipe Get 6 Cookies
    {
        CookiesSugarDough,

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