module Base
{
	vehicle ATAPrisonBus
	{
		template! = ATABus,
		part ATA2ProtectionWindowsLeft
		{
			model Protection_windows_left_light
			{
				file = ATABus_ATA2ProtectionWindowsLeft_Protection_windows_left_light,
			}
		}

		template = ATALightBars/part/ATALightBar,
		part ATALightBar
		{
			model Default
			{
				file = Vehicles_ATA_Bus_Lightbar,
			}
		}

		lightbar
		{
			soundSiren = VehicleSiren,
			leftCol = 0;0;1,
			rightCol = 0;0;1,
		}

		skin
		{
			texture = Vehicles/ATA_PrisonBus_body,
		}

		skin
		{
			texture = Vehicles/ATA_PrisonBus_body_egnh,
		}

		textureMask = Vehicles/ATA_PrisonBus_mask,
		engineForce = 3500,
		maxSpeed = 35f,
	}

	vehicle ATAArmyBus
	{
		template! = ATAArmySchoolBus,

		lightbar
		{
			soundSiren = VehicleSiren,
			leftCol = 0;0;1,
			rightCol = 0;0;1,
		}

		template = ATALightBars/part/ATALightBar,

		part ATALightBar
		{
			model Default
			{
				file = Vehicles_ATA_Bus_Lightbar,
			}
		}

		skin
		{
			texture = Vehicles/ATA_ArmyBus_body,
		}

		skin
		{
			texture = Vehicles/ATA_ArmyBus_body_egnh,
		}

		textureMask = Vehicles/ATA_ArmyBus_mask,
		engineForce = 4000,
		maxSpeed = 40f,
	}
	vehicle ATASchoolBus
	{
		template! = ATAArmySchoolBus,
		
		skin
		{
			texture = Vehicles/ATA_SchoolBus_body,
		}

		skin
		{
			texture = Vehicles/ATA_SchoolBus_body_egnh,
		}
		textureMask = Vehicles/ATA_ArmyBus_mask,
		engineForce = 3500,
		maxSpeed = 30f,
	}
}
