| Nom affiché | Fabriquer un tuyau en métal |
|---|---|
| Nom variable | MakeMetalPipe |
| 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: 388 → 404 |
| Recipe PK | 2534 |
| Recipe Sig | e9052c6ce09322a7aa9ef95593e6545ff54ba955 |
| MetalWelding | 3 |
|---|
| OnGiveXP | Recipe.OnGiveXP.MetalWelding1 |
|---|---|
| Prop1 | BlowTorch |
| Prop2 | IronIngot |
recipe MakeMetalPipe{
IronIngot=40,
BlowTorch=1,
keep [Recipe.GetItemTypes.WeldingMask],
Result:MetalPipe,
Category:Welding,
Time:275.0,
SkillRequired:MetalWelding=3,
OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
Prop1:BlowTorch,
Prop2:IronIngot,
AnimNode:BlowTorchFloor,
Sound:BlowTorch,
CanBeDoneFromFloor:true,
NeedToBeLearn:false,
}