Recette

Wiki Project Zomboid

Slice Cheese Wheel

Nom variable Slice Cheese Wheel Mod KAVALASH_sapphcooking Sapph's Cooking Cat. Cooking Time 150

Recette

Ingrédients

GarderCouperet / [Recipe.GetItemTypes.DullKnife] / [Recipe.GetItemTypes.SharpKnife]
ConsomméMeule de fromage

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSlice Cheese Wheel
Nom variableSlice Cheese Wheel
ModKAVALASH_sapphcooking — Sapph's Cooking
CatégorieCooking
Temps150
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_recipes.txt
lignes: 5817 → 5826
Recipe PK3683
Recipe Sig042e61326bd0732afdcdaccf3d2616ee4f076879

Callbacks

OnCreateRecipe.OnCreate.SapphSliceIntoFives
OnGiveXPRecipe.OnGiveXP.Cooking3

Raw block

	recipe Slice Cheese Wheel
    {
        keep [Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/MeatCleaver,
        Parmesan_CheeseWheel,
        Result:ParmesanCheese=5,
        Time:150.0,
        OnCreate:Recipe.OnCreate.SapphSliceIntoFives,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.Cooking3,
    }