Expose breacher DPS and volley to stats

This commit is contained in:
DarkPhoenix
2024-11-12 14:20:20 +01:00
parent 13f3793515
commit 5721beacf5
7 changed files with 123 additions and 92 deletions

View File

@@ -176,6 +176,7 @@ class FirepowerViewFull(StatsView):
for dmgType in normal.names():
val = getattr(normal, dmgType, None)
if val:
dmgType = {'breacher': 'pure'}.get(dmgType, dmgType)
lines.append("{}{}: {}%".format(
" " if hasSpool else "",
_t(dmgType).capitalize(),