How to Allow Some Descendants of Package be Modifiable?

I have a package with some IntValues, NumberValues, and other miscellaneous items like parts and whatnot. However, I would like for the properties of these values to be different for every package. How would I include these in the package but allow them to be modifiable?

Maybe try using Attributes instead?

I need to do the same with ObjectValues as well, but Attributes don’t support that.