Recette

Wiki Project Zomboid

Open Sack of Cherries

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

Recette

Ingrédients

ConsomméSac de cerises

Résultat

Cerise× 16

Condition

Aucune compétence requise.

Résumé
Nom affichéOpen Sack of Cherries
Nom variableOpen Sack of Cherries
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 4018 → 4028
Recipe PK3033
Recipe Sigb86b0273d5caf7328f53989d2297d6dcb48bcd02

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Cherries
    {
        SackProduce_Cherry,

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