Shows a numerical health and stamina bar that can be moved around the screen, to quickly gauge how many more hits you can take in the mines, or how much more of your farm you can water
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Big thanks to Pathoschild and everyone who's contributed to SMAPI
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.3
Fixed the health bar showing when it shouldn't (showingHealthBar doesn't actually correspond to when the health bar is shown, who would have thought?)
Version 1.2
Made it so the player's stamina is shown as an Integer (I didn't actually know it could be a float, TIL)
Version 1.1
Fixed a bug where Point#ToVector2 was not defined for some users. Added this page to UpdateKeys in the manifest
Version 1.0
Initial Release
Numerical Health: a mod to show your Health and Stamina as a number!
Many times when in the mine or frantically watering my crops, I'd have to constantly hover over the bars to see the tooltip of how much health/stamina I had left, wasting precious time and annoying me. As a result, I made this! Now, you'll never have to hover over your health or stamina bar again!
The mod uses 2 buttons: To move, hold and release O (default). While holding, you'll see a ghost representation of where the bars will end up To hide, press P (default)
These buttons are configurable, along with the scale to use (default 1.0), and whether to always show the health (default false, same as how the base game hides the health unless you need it)
Installation is the same as every other SMAPI mod: simply extract the folder to your Mods folder in the Stardew directory
This is my first mod, so feedback is highly appreciated.