Sparroh-ShowBossHealth icon

ShowBossHealth

Shows current / max health numbers under enemy HUD health bars.

Last updated 16 hours ago
Total downloads 9
Total rating 0 
Categories Client-Side
Dependency string Sparroh-ShowBossHealth-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Mycopunk-5.4.2403 icon
BepInEx-BepInExPack_Mycopunk

BepInEx pack for Mycopunk. Preconfigured and ready to use.

Preferred version: 5.4.2403
Sparroh-SparrohUILib-1.1.1 icon
Sparroh-SparrohUILib

Shared UI library for Sparroh Mycopunk mods. Provides themed widgets, HUD builders, windows, and resolution-aware layout.

Preferred version: 1.1.1

README

ShowBossHealth

Shows numerical health under enemy HUD health bars in Mycopunk.

Features

  • Displays current / max health under each top-of-screen enemy health bar (bosses, abominations, and other enemies that use a HUD bar)
  • Values match the bar’s data model:
    • Shell pool total by default (shell current / shell max)
    • Core only when the enemy class uses onlyUseCoreHealthForHealthbar
  • Built with SparrohUILib for consistent themed text
  • Configurable color, font size, and vertical offset

Dependencies

Install

Thunderstore / r2modman (recommended): install Sparroh-ShowBossHealth (pulls SparrohUILib automatically).

Manual: place ShowBossHealth.dll in BepInEx/plugins/ and ensure SparrohUILib is installed.

Configuration

BepInEx/config/sparroh.showbosshealth.cfg:

Setting Default Description
EnableEnemyHealthValues true Toggle the health numbers
FontSize 14 Text size (1080p reference pixels)
YOffset -4 Vertical offset under the bar
ValueColor soft white Hex color RRGGBB or #RRGGBB

Building

dotnet build --configuration Release

Authors

  • Sparroh

License

MIT — see LICENSE