Also just so you know, the statsID is used to consume an item, hence status_consume. So if you wanted to make something that gave plus to all stats, that is where you would start.
You would need to make the consumable in stats_potions. Its very powerful actually and can do a bunch of things. Note, that to increase primary stats(str, fin, ex.), you need to put a number under Actpart if you want anything bigger than 1. Actpart is a multiplier for primaries, and possibly some other things as well. In order have a potion give +5 str. I had to set actpart to like 11 and the str. to 4. It takes some testing to get things right.