Recette

Wiki Project Zomboid

Make Four-Log Stack

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

Recette

Ingrédients

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

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéMake Four-Log Stack
Nom variableMake Four-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: 1853 → 1865
Recipe PK2869
Recipe Sig1ea832145c226317dc0909b0ba2980616bacf340

Callbacks

OnCreateRecipe.OnCreate.CreateLogStack
OnGiveXPRecipe.OnGiveXP.None

Raw block

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

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