Changelog
New features
- made the stamina meter percentage number the most accurate it can be (if it's ending in 0.5 it's rounded up)
- Calculation process:
- This time, the number is based on the actual number of seconds one bit of the bar lasts.
- Some sections of the bar last 2s, some sections last 1s.
- The total number of seconds for the entire bar is 40, so each second is worth 2.5 percent stamina (as 40*2.5 = 100).
- Thus, for any given bar section, also add the number of secs for every bit below it.
- Then multiply this number by 2.5. And then ceiling function it.
- (The swim meter is not changed)
- Calculation process:
Bugfixes
- Fixed 8% on swim meter becoming 18% (my bad)
Roadmap
- Do the Wynntils textures in full
Files
darkpack-v3.3.1.zip(310.36 KiB) Primary Download