Recette

Wiki Project Zomboid

Open Sack of Onions

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

Recette

Ingrédients

ConsomméSac d'oignons

Résultat

Oignon× 12

Condition

Aucune compétence requise.

Résumé
Nom affichéOpen Sack of Onions
Nom variableOpen Sack of Onions
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 4090 → 4100
Recipe PK3039
Recipe Sig4f91cf00d7afd575c74858ac78a08ad143bd8a4e

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Onions
    {
        SackProduce_Onion,

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