Hey there! Let me explain what I am trying to do:
If you have a value that’s, let’s say, 50, then your cooldown on something like an ability or weapon is higher than if you have a value that’s 100. I don’t know how this would be calculated, and any help is greatly appreciated! If you need more context, please do ask.
Simple math.
cooldown = 1/cooldownValue
Since cooldown
is inversely proportional to cooldownValue
, the larger cooldownValue
is the lower the cooldown
.
2 Likes
Thanks! I was thinking way too hard about that…
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.