Recette

Wiki Project Zomboid

Fabriquer une fourchette

Nom variable Make Fork Mod Vanilla Vanilla 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éFabriquer une fourchette
Nom variableMake Fork
ModVanilla — Vanilla
CatégorieSmithing
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 2682 → 2694
Recipe PK4233
Recipe Sig9085b5a30d163572aabc860ba6caa6fef188bd92

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,
    }