module Base
{
	template vehicle SVU_Armor_Windows_Sedan
	{
		template! = SVU_Armor_Windshield,
		template! = SVU_Armor_WindshieldRear,
		template! = SVU_Armor_WindowFrontLeft,
		template! = SVU_Armor_WindowFrontRight,
		template! = SVU_Armor_WindowRearLeft,
		template! = SVU_Armor_WindowRearRight,
	}
	template vehicle SVU_Armor_Windows_SmallCar
	{
		template! = SVU_Armor_Windshield,
		template! = SVU_Armor_WindshieldRear,
		template! = SVU_Armor_WindowFrontLeft,
		template! = SVU_Armor_WindowFrontRight,
	}
	template vehicle SVU_Armor_Windows_VanSeats
	{
		template! = SVU_Armor_Windshield,
		template! = SVU_Armor_WindshieldRear,
		template! = SVU_Armor_WindowFrontLeft,
		template! = SVU_Armor_WindowFrontRight,
		template! = SVU_Armor_WindowMiddleLeft,
		template! = SVU_Armor_WindowMiddleRight,
	}
	template vehicle SVU_Armor_Windows_Cabrio
	{
		template! = SVU_Armor_Windshield,
	}
	template vehicle SVU_Armor_Windows_Big_Truck
	{
		template! = SVU_Armor_Windshield,
		template! = SVU_Armor_WindowFrontLeft,
		template! = SVU_Armor_WindowFrontRight,
	}
	template vehicle SVU_Armor_Windows_Big_FireTruck
	{
		template! = SVU_Armor_Windshield,
		template! = SVU_Armor_WindowFrontLeft,
		template! = SVU_Armor_WindowFrontRight,
		template! = SVU_Armor_WindowRearLeft,
		template! = SVU_Armor_WindowRearRight,
	}
	template vehicle SVU_Armor_Windows_BankTruck
	{
		template! = SVU_Armor_Windshield,
		template! = SVU_Armor_WindshieldRear,
		template! = SVU_Armor_WindowFrontLeft,
		template! = SVU_Armor_WindowFrontRight,
		template! = SVU_Armor_WindowRearRight,
	}
}