Can anyone point me in the direction of a plugin that will allow me to define extra parameters for actors?
Specifically I'm trying to define a variable on each actor called "Proficiency Bonus", that will effect the math of many skill effects, attacks, and certain events. It starts at 2, and goes up 1 every two levels. And I like to be able to refer to it in damage formulas.
The problem I see with this, which prevents me from just hard coding a variable for each actor, is that the actors share many generic skills, so the formula will have to be able to look at their personal bonus, like with "a.atk" or "a.def", I'd need to reference "a.PB".