Recette

Wiki Project Zomboid

Ouvrir le sac

Nom variable Open Sack of Bell Peppers Mod Vanilla Vanilla Time 15

Recette

Ingrédients

ConsomméSac de poivrons

Résultat

Poivron× 12

Condition

Aucune compétence requise.

Résumé
Nom affichéOuvrir le sac
Nom variableOpen Sack of Bell Peppers
ModVanilla — Vanilla
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 4035 → 4045
Recipe PK4336
Recipe Sig230e12c889b8083dc5e2a8c0f0f045e1969c6cfa

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Bell Peppers
    {
        SackProduce_BellPepper,

        Result:BellPepper=12,
        OnCreate:Recipe.OnCreate.OpenSackProduce,
        OnGiveXP:Recipe.OnGiveXP.None,
        Sound:PutItemInBag,
        Time:15.0,
        AllowRottenItem:true,
    }