Soulgem Oven 3 emits events that can be listened for in fourth party mods to perform actions when something happens within SGO. They may sound useful, but coming up with ways to actually make them useful may take some creativity. For the most part, they are intended just to be informational.
Event List These are the events you can listen for.
SGO.OnGemProgress
Actor Who, Int[7] GemCounts
This event is emitted when a gem within an actor progresses to the next full stage of development.
The ActorMod API of SGO3 allows you to insert various values that modifies various behaviours, allowing you to mod this mod, in a sense. Terminology wise I will refer to Soulgem Oven as a Third Party Mod, and a Mod FOR Soulgem Oven as a Fourth Party Mod. You need to know a few things before inserting data:
The type of value you want to insert. Breast Scale, Gem Capacity, whatever. Below is a list of valid choices and their names you will use.
You need to invent a key name for your mod to use