module Base { template vehicle ATA2Bullbars { part ATA2Bullbar { area = Engine, category = nodisplay, specificItem = false, itemType = Base.LightBulb, setAllModelsVisible = false, mechanicRequireKey = false, table install { test = ATATuning2.InstallTest.Tuning, complete = ATATuning2.InstallComplete.Tuning, } table uninstall { test = ATATuning2.UninstallTest.Tuning, complete = ATATuning2.UninstallComplete.Tuning, } lua { create = ATATuning2.Create.Tuning, init = ATATuning2.Init.Tuning, update = ATATuning2.Update.Protection, } } } }