Recette

Wiki Project Zomboid

Make Fork

Nom variable Make Fork Mod KAVALASH_Custom Kavalash Custom Mod Cat. Smithing Time 100

Recette

Ingrédients

ConsomméFer malléable× 18
Garder[Recipe.GetItemTypes.Hammer]

Résultat

Condition

Aucune compétence requise.

Machine nécessaireAnvil
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake Fork
Nom variableMake Fork
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieSmithing
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 2673 → 2685
Recipe PK2930
Recipe Sig324aee032c2ade7cebb3cd83f62b3af2d241992c

Callbacks

OnCreateBSItem_OnCreate
OnGiveXPRecipe.OnGiveXP.Blacksmith10

Raw block

    recipe Make Fork
    {
       IronIngot=18,
       keep [Recipe.GetItemTypes.Hammer],

       NearItem:Anvil,
       Result:Fork,
       Time:100.0,
       Category:Smithing,
       OnGiveXP:Recipe.OnGiveXP.Blacksmith10,
       OnCreate:BSItem_OnCreate,
       NeedToBeLearn:true,
    }