module Base { model W460SWBrearwindshieldArmor1 { mesh = vehicles/Vehicles_84mercSWB_Body|w460_swb_windshield_rear_a, shader = vehicle_noreflect, static = FALSE, scale = 0.1, boneWeight = trunk_bone 1.0, } template vehicle W460SWBWindshieldRearArmors { part W460SWBWindshieldRearArmor { model WindshieldRearArmor1 { file = W460SWBrearwindshieldArmor1, } area = TruckBed, parent = TrunkDoor, category = bodywork, specificItem = false, itemType = Base.W460WindshieldRearArmor1_Item, mechanicRequireKey = false, table install { items { 1 { type = Base.Screwdriver, count = 1, keep = true, equip = primary, } } time = 1100, skills = Mechanics:4, recipes = Intermediate Mechanics, test = Vehicles.InstallTest.Default, complete = W460SWB.InstallComplete.WindshieldRearArmor, } table uninstall { items { 1 { type = Base.Screwdriver, count = 1, keep = true, equip = primary, } } time = 1100, skills = Mechanics:4, recipes = Intermediate Mechanics, test = Vehicles.UninstallTest.Default, complete = W460SWB.UninstallComplete.WindshieldRearArmor, } lua { create = W460SWB.Create.WindshieldRearArmor, init = W460SWB.Init.WindshieldRearArmor, } } } }