| Machine nécessaire | Anvil |
|---|---|
📘 La recette doit être apprise via un magazine |
| Nom affiché | Fabriquer un couteau à beurre |
|---|---|
| Nom variable | Make Butter Knife |
| Mod | Vanilla — Vanilla |
| Catégorie | Smithing |
| Temps | 180 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 2893 → 2907 |
| Recipe PK | 4247 |
| Recipe Sig | dc8ab7404fec36a77e8683caf86a2ba92db75cf2 |
| Blacksmith | 3 |
|---|
| OnCreate | BSItem_OnCreate |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.Blacksmith15 |
recipe Make Butter Knife
{
IronIngot=14,
keep [Recipe.GetItemTypes.Hammer],
keep Tongs,
NearItem:Anvil,
Result:ButterKnife,
Time:180.0,
Category:Smithing,
SkillRequired:Blacksmith=3,
OnGiveXP:Recipe.OnGiveXP.Blacksmith15,
OnCreate:BSItem_OnCreate,
NeedToBeLearn:true,
}