Aucune compétence requise.
| Machine nécessaire | Anvil |
|---|---|
📘 La recette doit être apprise via un magazine |
| Nom affiché | Fabriquer une cuillère |
|---|---|
| Nom variable | Make Spoon |
| Mod | Vanilla — Vanilla |
| Catégorie | Smithing |
| Temps | 100 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 2696 → 2708 |
| Recipe PK | 4234 |
| Recipe Sig | 0f74161756c5b3c1fed3404a016a3cb59b04b311 |
| OnCreate | BSItem_OnCreate |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.Blacksmith10 |
recipe Make Spoon
{
IronIngot=18,
keep [Recipe.GetItemTypes.Hammer],
NearItem:Anvil,
Result:Spoon,
Time:100.0,
Category:Smithing,
OnGiveXP:Recipe.OnGiveXP.Blacksmith10,
OnCreate:BSItem_OnCreate,
NeedToBeLearn:true,
}