Suggestion Closed - Already Exists

Ranged integers in scaling equations

#1277 opened by Unknown 5 years ago

Unknownreported this suggestion

Summary

I want to use ranged intergers in the math formula in scaling equations.

Usage

Health: (40-50) + (10 * L) Damage: 2.5 * ((1.09-1.15 * 100 - 100) * L / 100 + 1)

A value of 40-50 does not work at the moment

Value

It gives users more power, improving the plugin.

Priority

Medium - It's a premium only feature after all.

Implementation

I guess you could add a simple variable like "-" or "to" So you can do 40-60 or 40to60 etc

Unknowncommented

40-50 does work as intended at the moment, but its going to parse that as 40-50=10. Seems like a good feature request though, ill update the label.

Sign in to join the discussion.