Yes, but it's a little funky. The reason you can't find anything in the Lua files regarding Quality stats is because almost all Quality stats are completely hardcoded, not exposed to modders, and applied no matter what. That's why this mod exists at all.
As for modifying existing Quality stats, you absolutely can, but you have to keep in mind that the original Quality stat modifier is going to be applied on top of your own stats.
Here is a good example. This is from Better Quality, a mod that uses this library extensively. In order for Substations to fit an entire tile, they need to have a Wire Reach of 32. However, Better Quality only increases them to 22. This is because the game adds +10 Wire Reach to every single Legendary power pole regardless of if you want it or not, thus resulting in a Wire Reach of 32 after all is said and done. There's no way around this, so you have to be mindful of it.