Recette

Wiki Project Zomboid

Ouvrir le sac

Nom variable Open Sack of Potatoes Mod Vanilla Vanilla Time 15

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéOuvrir le sac
Nom variableOpen Sack of Potatoes
ModVanilla — Vanilla
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 4191 → 4201
Recipe PK4349
Recipe Sigeb649a43aab909c33820c922a41e75ea47b82215

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Potatoes
    {
        SackProduce_Potato,

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