Alternative Values
Alternative Values are easily accessible methods that you can store in your Stats.
They are calculated whenever you access them and can
be used in String Operations and Target Values.
Adding Alternative Values
To add Alternative Values to your Stats, override GetAlternativeValues().
In here, you can implement your logic to calculate Alternative Values.
note
I use an Alternative Value to convert the value of my Critical Rate Stat into a usable critical hit chance based on the Level.
Accessing Alternative Values
You can access Alternative Values by index with GetAlternativeValue().