smogon / pokemon-showdown-client

The client for Pokémon Showdown
http://pokemonshowdown.com
GNU Affero General Public License v3.0
562 stars 789 forks source link

Display exact HP when using Exact HP Mod #2280

Closed HisuianZoroark closed 1 hour ago

HisuianZoroark commented 2 months ago

Exact HP mod sends current HP and Max HP to both the user and the opponent via server protocol messages, but displays percent regardless unless the user turns on hardcore mode, making it information almost only accessible via the console. This pull request displays the current hp in the hp bar and the current and Max HP in the pokemon's tooltips for easier accessibility.

Before: https://github.com/user-attachments/assets/606f60bc-a4ee-4666-9144-c5432f517855

After: https://github.com/user-attachments/assets/d103e177-005f-4132-a425-0d14e49a2008