I was wanting to create a research item that would adjust the maximum upgrade slots of a starbase. For example, the first level of research would upgrade the maximum starbase slots from 8 to 9, second research upgrade 9 to 10, and so on.
The problem I have run into (I think) is that I need a modifierType for the research can move the maxUpgradeLevelCount variable of the respective StarBase entity up one.
Is there any way to add modifierTypes to Sins? Or is there a work around such that I can modify that value directly through a researchModifier?
Thanks.