Hey,
I want to use functions to calculate Status Value bonuses/multipliers/penalties. And for normal style values I think I'm Good.
But I have a question about Consumable status values.
For example, let's say I have Health(Consumable), MaxHealth, BaseHealth, HealthMultiplier.
And it goes like this.
MaxHealth = Combined value
MaxHealthFormula = BaseHealth*HealthMultiplier.
If I change HealthMultiplier midgame, what will happen to Health/MaxHealth?
Let's say my Health is 50 and MaxHealth is 100. And after multiplier changes MaxHealth becomes 30.
Will the health get clamped down to new MaxHealth and become 30? Or will it be scaled down proportionally? 50/100 -> 15/30?
Thanks