Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
BossDamageTracker
When a boss dies, shows the top three damage dealers.
| Last updated | 4 years ago |
| Total downloads | 67616 |
| Total rating | 5 |
| Categories | Mods Tweaks Server-side |
| Dependency string | DestroyedClone-BossDamageTracker-1.0.0 |
| Dependants | 53 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.9README
Boss Damage Tracker
![]() |
![]() |
|---|
Inspired by Versus Saxton Hale, this mod prints the top 3 damage dealers to chat upon defeating the boss.

Configuration
- Owner Gets Minion Damage (true)
- If true, then the damage dealt by minions will be attributed to the owner of those minions.
- Minion Shows Owner Name (false)
- If true, then the result shown will show the owner of the minion after their name.
- Ex: Engineer Turret (TheEngi)
- This setting is incompatible if "Owner Gets Minion Damage" is true, since the minion won't be included in the list.

- Top Damage Places (3)
- The number of places available. There will be a last place which is accumulative of the rest.
- Ex: With 2 places, plrA dealt 1500, plrB dealt 500, plrC dealt 250, and plrD dealt 125"
- The result would look something like:
- 1: plrA (1500)
- 2: plrB (500)
- The Rest: (375)");
- The number of places available. There will be a last place which is accumulative of the rest.
To-Do
- Store the last used name of the CharacterMaster, so it doesn't default to ??? if the player's body is missing
- UI Element instead of chat
- Localize tokens
- Track self-damage (such as REX umbras and fall damage)
- Track damage done by master-less bodies (pots)
- Adjust damage tracking from health loss to actual damage taken
- Multiplayer Testing
Written with StackEdit.

