| Nom affiché | Fabriquer une plaque en métal |
|---|---|
| Nom variable | MakeMetalPlate |
| Mod | KAVALASH_Custom — Kavalash Custom Mod |
| Catégorie | Welding |
| Temps | 275 |
| OnCreate | |
| OnTest | |
| Sound | BlowTorch |
| Anim |
| Module | CraftMoreKavalash |
|---|---|
| Source | media\scripts\KAVA_Materials_Recipes.txtlignes: 370 → 386 |
| Recipe PK | 2533 |
| Recipe Sig | 7bbaaf0e0b985aa540d3ca4dece3cba1613f5329 |
| MetalWelding | 3 |
|---|
| OnGiveXP | Recipe.OnGiveXP.MetalWelding1 |
|---|---|
| Prop1 | BlowTorch |
| Prop2 | IronIngot |
recipe MakeMetalPlate{
IronIngot=40,
BlowTorch=1,
keep [Recipe.GetItemTypes.WeldingMask],
Result:SheetMetal,
Category:Welding,
Time:275.0,
SkillRequired:MetalWelding=3,
OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
Prop1:BlowTorch,
Prop2:IronIngot,
AnimNode:BlowTorchFloor,
Sound:BlowTorch,
CanBeDoneFromFloor:true,
NeedToBeLearn:false,
}