Audit and distinguish Boss Combat vs Combat Power sources #153

Closed
opened 2026-03-25 15:18:36 -07:00 by hikari · 0 comments
Owner

Summary

Currently, various sources of stat bonuses are loosely grouped under "combat power" but there is a meaningful distinction to draw:

  • Boss Combat — the DPS multiplier applied specifically during boss fights (e.g. weapon combatMultiplier, which was already renamed to reflect this)
  • Combat Power — the general stat displayed in the resource bar and used to gate quest requirements

Task

Audit all bonus sources (equipment, crafted recipes, Transcendence Echo upgrades, companions, set bonuses) and clearly distinguish which ones apply to:

  1. Boss Combat (boss fight DPS calculation only)
  2. General Combat Power (resource bar display + quest gating)
  3. Both

Update naming, documentation, and any relevant UI labels to make this distinction explicit and consistent across the codebase.

Related

  • #152 — Combat power sources should affect resource bar and quest requirements

This issue was created with help from Hikari~ 🌸

## Summary Currently, various sources of stat bonuses are loosely grouped under "combat power" but there is a meaningful distinction to draw: - **Boss Combat** — the DPS multiplier applied specifically during boss fights (e.g. weapon `combatMultiplier`, which was already renamed to reflect this) - **Combat Power** — the general stat displayed in the resource bar and used to gate quest requirements ## Task Audit all bonus sources (equipment, crafted recipes, Transcendence Echo upgrades, companions, set bonuses) and clearly distinguish which ones apply to: 1. Boss Combat (boss fight DPS calculation only) 2. General Combat Power (resource bar display + quest gating) 3. Both Update naming, documentation, and any relevant UI labels to make this distinction explicit and consistent across the codebase. ## Related - #152 — Combat power sources should affect resource bar and quest requirements ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#153