Recette

Wiki Project Zomboid

Open Sack of Bell Peppers

Nom variable Open Sack of Bell Peppers Mod KAVALASH_Custom Kavalash Custom Mod Time 15

Recette

Ingrédients

ConsomméSac de poivrons

Résultat

Poivron× 12

Condition

Aucune compétence requise.

Résumé
Nom affichéOpen Sack of Bell Peppers
Nom variableOpen Sack of Bell Peppers
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 3970 → 3980
Recipe PK3029
Recipe Sig39f2aaf85aefadb7f1c2c518b24ae94f3ccfe5c5

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,
    }