| Machine nécessaire | Anvil |
|---|---|
📘 La recette doit être apprise via un magazine |
| Nom affiché | Fabriquer des ciseaux |
|---|---|
| Nom variable | Make Scissors |
| Mod | Vanilla — Vanilla |
| Catégorie | Smithing |
| Temps | 120 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes.txtlignes: 2847 → 2861 |
| Recipe PK | 4244 |
| Recipe Sig | f2abb8469b856b8325f287e1f3bf75f4c3704fc9 |
| Blacksmith | 3 |
|---|
| OnCreate | BSItem_OnCreate |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.Blacksmith15 |
recipe Make Scissors
{
IronIngot=12,
keep BallPeenHammer,
keep Tongs,
NearItem:Anvil,
Result:Scissors,
Time:120.0,
Category:Smithing,
SkillRequired:Blacksmith=3,
OnGiveXP:Recipe.OnGiveXP.Blacksmith15,
OnCreate:BSItem_OnCreate,
NeedToBeLearn:true,
}