module Base
{
	model 92amgeneralM998mudflaps1
	{
		mesh = vehicles/Vehicles_92amgeneralM998_Body|HMMWV_mudflaps,
		texture = Vehicles/Vehicles_92amgeneralM998_Interior_Wheel,
		shader = vehiclewheel,
		scale = 0.1,
	}

	template vehicle M998Mudflaps
		{
		part M998Mudflaps
        	{

			model Mudflaps1
				{
                		file = 92amgeneralM998mudflaps1,
				}

			category = Other,
			area = Mudflaps,
			specificItem = false,
			itemType = Base.M998Mudflaps1_Item,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Wrench,
                        	count = 1,
                        	keep = true,
				equip = primary,
                    		}
                	}

                	time = 800,
                	skills = Mechanics:1,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
  				type = Base.Wrench,
				count = 1,
				keep = true,
				equip = primary,
                    		}
                	}

			time = 750,
			skills = Mechanics:1,
			recipes = Intermediate Mechanics,
            		test = Vehicles.UninstallTest.Default,
			complete = M998.UninstallComplete.Mudflaps,

            		}

            		lua
            		{
			create = M998.Create.Mudflaps,
			init = M998.Init.Mudflaps,
			}
		}
	}

		
}
