module AutoTurret{
    item StandTurretBook
	{
		Weight		=	0.5,
		Type		=	Literature,
		DisplayName	=	StandTurretBook,
		Icon		=	TurretBookLV1,
		TeachedRecipes  =   	Craft_TurretPart1;Craft_AmmoCan1;Craft_Silencer1;Craft_Senser1;Craft_SignalSystem1,
        ReplaceOnUse    =   	StandTurretBook,
		DisplayCategory	=   SkillBook,
		StaticModel = Book,
		WorldStaticModel = BookBrown_Ground,
	}
	item TurretPart1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	5.0,
		Type	=	Normal,
		DisplayName	=	TurretPart1,
		Icon	=	GunTurret,
		VehicleType =   1,
		ConditionMax = 100,
		ChanceToSpawnDamaged = 60,
		MechanicsItem = TRUE,
	}
    recipe Craft_TurretPart1{
        LeadPipe = 3,
		EngineParts = 1,
		SmallSheetMetal=2,
		SheetMetal=1,
		BlowTorch=5,
		keep [Recipe.GetItemTypes.WeldingMask],
		SkillRequired:MetalWelding=5;,
		Result:AutoTurret.TurretPart1,
        Category:AutoTurret,
		Time:30.0,
	}
    item AmmoCan1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	5.0,
        Type	=	Normal,
        DisplayName	=	AmmoCan1,
        Icon	=	AmmoCan,
        VehicleType =   1,
        MaxCapacity = 20,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 0,
        MechanicsItem = TRUE,
    }
    recipe Craft_AmmoCan1{
        EngineParts = 5,
        SmallSheetMetal=3,
        BlowTorch=5,
        keep [Recipe.GetItemTypes.WeldingMask],
        SkillRequired:MetalWelding=5,
        Result:AutoTurret.AmmoCan1,
        Category:AutoTurret,
        Time:30.0,
    }
    item Silencer1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	5.0,
        Type	=	Normal,
        DisplayName	=	Silencer1,
        Icon	=	Silencer,
        VehicleType =   1,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 0,
        MechanicsItem = TRUE,
    }
    recipe Craft_Silencer1{
        EngineParts = 5,
        SmallSheetMetal=3,
        BlowTorch=5,
        keep [Recipe.GetItemTypes.WeldingMask],
        SkillRequired:MetalWelding=5,
        Result:AutoTurret.Silencer1,
        Category:AutoTurret,
        Time:30.0,
    }
    item Senser1{
        DisplayCategory = VehicleMaintenance,
        Weight	=	5.0,
        Type	=	Normal,
        DisplayName	=	Senser1,
        Icon	=	Senser,
        VehicleType =   1,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 0,
        MechanicsItem = TRUE,
    }
    recipe Craft_Senser1{
        EngineParts = 3,
        ElectronicsScrap = 10,
        SmallSheetMetal=2,
        BlowTorch=5,
        keep [Recipe.GetItemTypes.WeldingMask],
        SkillRequired:MetalWelding=5,
        Category:AutoTurret,
        Result:AutoTurret.Senser1,
        Time:30.0,
    }
    item SignalSystem1{
        DisplayCategory = VehicleMaintenance,
        Weight	=	5.0,
        Type	=	Normal,
        DisplayName	=	SignalSystem1,
        Icon	=	SignalSystem,
        VehicleType =   1,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 0,
        MechanicsItem = TRUE,
    }
    recipe Craft_SignalSystem1{
        EngineParts = 3,
        SmallSheetMetal=2,
        ElectronicsScrap = 10,
        ElectricWire = 3,
        Category:AutoTurret,
        SheetMetal=1,
        BlowTorch=5,
        keep [Recipe.GetItemTypes.WeldingMask],
        SkillRequired:MetalWelding=5,
        Result:AutoTurret.SignalSystem1,
        Time:30.0,
    }

}

