EffectParse Method |
Converts a string to EffectType and value.
"x" at the beginning of a string translates to Multiplier, a string ending with "%" means Percentage, while neither of those means Constant. Rest of the string should be a number denoting the value.
Namespace: Kit.Containers
public static (EffectType , float ) Parse( string str )