Recette

Wiki Project Zomboid

Ouvrir le sac

Nom variable Open Sack of Eggplants Mod Vanilla Vanilla Time 15

Recette

Ingrédients

ConsomméSac d'aubergines

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéOuvrir le sac
Nom variableOpen Sack of Eggplants
ModVanilla — Vanilla
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 4107 → 4117
Recipe PK4342
Recipe Sig4f0163e51617eba5d8b39650cd022642f434ca67

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Eggplants
    {
        SackProduce_Eggplant,

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