[IMP] Add double stat bar with both "absolute" & "relative" behavior - #3
Open
MiquelRForgeFlow wants to merge 1 commit into
Open
[IMP] Add double stat bar with both "absolute" & "relative" behavior #3MiquelRForgeFlow wants to merge 1 commit into
MiquelRForgeFlow wants to merge 1 commit into
Conversation
MiquelRForgeFlow
force-pushed
the
main-stat-percentage
branch
2 times, most recently
from
May 12, 2023 15:22
c4aecdf to
8c81f20
Compare
MiquelRForgeFlow
force-pushed
the
main-stat-percentage
branch
from
May 17, 2023 07:58
8c81f20 to
dfc1a0a
Compare
MiquelRForgeFlow
force-pushed
the
main-stat-percentage
branch
2 times, most recently
from
March 12, 2026 20:11
f63a400 to
102f858
Compare
Display a double stat bar showing both the absolute value (over the maximum of 255) and the relative percentage over the Pokémon's own stat sum. The relative bar required recalibrated color thresholds: the previous values (35/20) were calibrated against the absolute maximum of 255. Using Gen 1's average BST (~450) as reference: 35 × 255 / 450 ≈ 20 and 20 × 255 / 450 ≈ 11.
MiquelRForgeFlow
force-pushed
the
main-stat-percentage
branch
from
June 18, 2026 12:55
102f858 to
ad93514
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Display a double stat bar showing both the absolute value (over the maximum of 255) and the relative percentage over the Pokémon's own stat sum.
The relative bar required recalibrated color thresholds: the previous values (35/20) were calibrated against the absolute maximum of 255. Using Gen 1's average BST (~450) as reference: 35 × 255 / 450 ≈ 20 and 20 × 255 / 450 ≈ 11.