module Rotators
{
   fixing Fix ArmorBullbar Welding
   {
      Require = SemiTruckBullbar_Item2,
      GlobalItem = BlowTorch=5,
      ConditionModifier = 1.2,

      Fixer = SheetMetal; MetalWelding=3;Mechanics=2,
      Fixer = SmallSheetMetal=2; MetalWelding=1;Mechanics=2,
      
      Sound = WeldFix,
   }
   
   fixing Fix ArmorFront Welding
   {
      Require = SemiTruckArmorFront_Item2,
      GlobalItem = BlowTorch=5,
      ConditionModifier = 1.2,

      Fixer = SheetMetal; MetalWelding=2;Mechanics=2,
      Fixer = SmallSheetMetal=2; MetalWelding=1;Mechanics=2,

      Sound = WeldFix,
   }
   
   fixing Fix ArmorRear Welding
   {
      Require = SemiTruckArmorRear_Item2,
      GlobalItem = BlowTorch=5,
      ConditionModifier = 1.2,

      Fixer = SheetMetal; MetalWelding=2;Mechanics=2,
      Fixer = SmallSheetMetal=2; MetalWelding=1;Mechanics=2,

      Sound = WeldFix,
   }
   
   fixing Fix ArmorDoor Welding
   {
      Require = SemiTruckArmorDoor_Item2,
      GlobalItem = BlowTorch=5,
      ConditionModifier = 1.2,

      Fixer = SheetMetal; MetalWelding=2;Mechanics=2,
      Fixer = SmallSheetMetal=2; MetalWelding=1;Mechanics=2,
      
      Sound = WeldFix,
   }
   
}
