Recette

Wiki Project Zomboid

Ouvrir le bocal

Nom variable Open Jar of Bell Peppers Mod Vanilla Vanilla Cat. Cooking Time 30

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéOuvrir le bocal
Nom variableOpen Jar of Bell Peppers
ModVanilla — Vanilla
CatégorieCooking
Temps30
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1760 → 1769
Recipe PK4164
Recipe Sig9b42081938766b3f65d9cfa8bb277f970f97a40e

Callbacks

OnCreateRecipe.OnCreate.OpenCannedFood
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Jar of Bell Peppers
    {
        CannedBellPepper,

        Result:BellPepper=5,
        Time:30.0,
        OnCreate:Recipe.OnCreate.OpenCannedFood,
        Category:Cooking,
        OnGiveXP:Recipe.OnGiveXP.None,
    }