Recette

Wiki Project Zomboid

Open Sack of Apples

Nom variable Open Sack of Apples Mod KAVALASH_Custom Kavalash Custom Mod Time 15

Recette

Ingrédients

ConsomméSac de pommes

Résultat

Pomme× 12

Condition

Aucune compétence requise.

Résumé
Nom affichéOpen Sack of Apples
Nom variableOpen Sack of Apples
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 3958 → 3968
Recipe PK3028
Recipe Sigad3a422a72f51d2dfbec02ec35017f13ef4e3069

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Apples
    {
        SackProduce_Apple,

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