Aucune compétence requise.
| Machine nécessaire | Anvil |
|---|---|
📘 La recette doit être apprise via un magazine |
| Nom affiché | Fabriquer une fourchette |
|---|---|
| Nom variable | Make Fork |
| Mod | Vanilla — Vanilla |
| Catégorie | Smithing |
| Temps | 100 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 2682 → 2694 |
| Recipe PK | 4233 |
| Recipe Sig | 9085b5a30d163572aabc860ba6caa6fef188bd92 |
| OnCreate | BSItem_OnCreate |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.Blacksmith10 |
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,
}