amatt13/BossFight

Rework how much gold is awarded for overkill damage

Open

#45 opened on Apr 18, 2025

 (0 comments) (0 reactions) (0 assignees)C# (1 fork)auto 404
Back Endgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

CalculateEarnedGoldForInvolvedPlayers() does not take into effect how much of the damage was overkill damage. This could be "calculated" by updating the SubtractHealth() function.

Remember to check that DoT effect is also correctly handled.

Should overkill damage be ignored? Should it only award a little bit extra gold?

Contributor guide