| Nom affiché | Fabriquer une barre en métal |
|---|---|
| Nom variable | MakeMetalBar |
| 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: 405 → 421 |
| Recipe PK | 2535 |
| Recipe Sig | f34d223367c69f014df5e0767b4e33ba559d2b4f |
| MetalWelding | 3 |
|---|
| OnGiveXP | Recipe.OnGiveXP.MetalWelding1 |
|---|---|
| Prop1 | BlowTorch |
| Prop2 | IronIngot |
recipe MakeMetalBar{
IronIngot=40,
BlowTorch=1,
keep [Recipe.GetItemTypes.WeldingMask],
Result:MetalBar,
Category:Welding,
Time:275.0,
SkillRequired:MetalWelding=3,
OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
Prop1:BlowTorch,
Prop2:IronIngot,
AnimNode:BlowTorchFloor,
Sound:BlowTorch,
CanBeDoneFromFloor:true,
NeedToBeLearn:false,
}