Recette

Wiki Project Zomboid

Make Two-Log Stack

Nom variable Make Two-Log Stack Mod KAVALASH_Custom Kavalash Custom Mod Cat. Carpentry Time 60

Recette

Ingrédients

ConsomméBûches× 2
Consommé[Recipe.GetItemTypes.CraftLogStack]× 2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake Two-Log Stack
Nom variableMake Two-Log Stack
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCarpentry
Temps60
OnCreate
OnTest
SoundLogAddToStack
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 1825 → 1837
Recipe PK2867
Recipe Sig81c425d5c55526df7ae73406d839d2963c35645a

Callbacks

OnCreateRecipe.OnCreate.CreateLogStack
OnGiveXPRecipe.OnGiveXP.None

Raw block

    recipe Make Two-Log Stack
    {
        Log=2,
        [Recipe.GetItemTypes.CraftLogStack]=2,

        CanBeDoneFromFloor:true,
        Result:LogStacks2,
        Time:60.0,
        Category:Carpentry,
        OnCreate:Recipe.OnCreate.CreateLogStack,
        OnGiveXP:Recipe.OnGiveXP.None,
        Sound:LogAddToStack,
    }