Recette

Wiki Project Zomboid

Open Sack of Radishes

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

Recette

Ingrédients

ConsomméSac de radis

Résultat

Radis× 12

Condition

Aucune compétence requise.

Résumé
Nom affichéOpen Sack of Radishes
Nom variableOpen Sack of Radishes
ModKAVALASH_Custom — Kavalash Custom Mod
Catégorie
Temps15
OnCreate
OnTest
SoundPutItemInBag
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 4138 → 4148
Recipe PK3043
Recipe Sigfbf2a66ee89e5d3e815dcc2f81b6e46bb5936ecd

Callbacks

AllowRottenItem1
OnCreateRecipe.OnCreate.OpenSackProduce
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Open Sack of Radishes
    {
        SackProduce_RedRadish,

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