I'm trying to create poise mechanic for my mod. For this, I wanted to use an obsolete AV that isn't used in the vanilla game and track an actor's poise with it.
My only problem is that if I set a maximum value for a target's poise (for example, max poise = weight of all equipped items = 30)and I create a magic effect that restore a portion of the actor's poise every second, it increases the target's indefinitively even beyond the maximum value that is 30.
Is there a way to set a limit for an actor's AV similar to health/stamina/magicka ??