Twintop's Resource Bar

Twintop's Resource Bar

670k Downloads

Hungering Void enhancements

Twintop opened this issue ยท 0 comments

commented

Hungering Void has a few lingering issues that need correcting.

  1. When the bar goes in to "infinite mode" with averaging crits in, it won't break out of it even though you can't feasibly sustain it.
  2. It doesn't account for travel time for Void Bolt to strike the target (which is when the extension occurs).

To correct these, need to do the following:

  • Reaction time on casting Void Bolt isn't considered at all, just latency. Make this configurable at the addon/core level. This should help break the "infinite mode" problem.
  • Instead of trying to guess distance to the target and compute travel time, log the time it took for the last Void Bolt to travel to and strike the target. Then use this value to inform the next remaining duration on the Void Bolt projectile. Include the time that this projectile will add (normal v. avg crit) on hit as long as it will strike before Voidform will end.