module Base { template vehicle W460LWB4TrunkCompartment { part W460Trunk { category = bodywork, area = TruckBed, itemType = Base.W4604Trunk, mechanicRequireKey = true, repairMechanic = true, container { conditionAffectsCapacity = false, test = W460LWB.ContainerAccess.Trunk, } lua { create = Vehicles.Create.Default, } } part TruckBed { category = nodisplay, area = TruckBed, itemType = Base.W460Extra, mechanicRequireKey = true, repairMechanic = true, container { conditionAffectsCapacity = false, test = W460LWB.ContainerAccess.Trunk, } lua { } } } }