module Base
{

	model 85chevyStepVanVentsFront
	{
		mesh = vehicles/Vehicles_85chevyStepVan_Body|85stepvan_vent,
		shader = damn_vehicle_shader,
		static = FALSE,
		scale = 0.1,
	}

	template vehicle STP85Vents
	{
		part STP85Vent
		{

			model vent61181524t56
			{
				file = 85chevyStepVanVentsFront,
			}

			anim Close
			{
				anim = vent_opening,
				reverse = TRUE,
				rate = 0.35,
			}

			anim Open
			{
				anim = vent_opening,
				rate = 0.35,
			}

			anim Closed
			{
				anim = vent_opening,
				animate = FALSE,
			}

			anim Opened
			{
				anim = vent_opening,
				reverse = TRUE,
				animate = FALSE,
			}
		
			category = nodisplay,
			door
			{
			}
			anim Open
			{
				sound = ,
			}
			anim Close
			{
				sound = ,
			}

            specificItem = false,
			itemType = Base.Wrench,
			mechanicRequireKey = true,
			repairMechanic = true,
			area = Engine,
			lua
			{
				create = Vehicles.Create.Default,
				init = Vehicles.Init.Door,
				update = Vehicles.Update.EngineDoor,
			}
		}
	}
}