DestroyedClone-BossDamageTracker icon

BossDamageTracker

When a boss dies, shows the top three damage dealers.

Last updated 2 years ago
Total downloads 44960
Total rating 4 
Categories Mods Tweaks Server-side
Dependency string DestroyedClone-BossDamageTracker-1.0.0
Dependants 45 other packages depend on this package

This mod requires the following mods to function

bbepis-BepInExPack-5.4.9 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.9
tristanmcpherson-R2API-3.0.59 icon
tristanmcpherson-R2API

A modding API for Risk of Rain 2

Preferred version: 3.0.59

README

Boss Damage Tracker

github issues/request link discord invite

Inspired by Versus Saxton Hale, this mod prints the top 3 damage dealers to chat upon defeating the boss.

enter image description here

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.
    • enter image description here
  • 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)");

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.