feat: apply all combat power multipliers to displayed CP and quest requirements #152

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

Description

Combat power boosts from all sources (equipment, transcendence echo upgrades, crafted recipes, companions, set bonuses, etc.) currently affect boss fight DPS calculations, but the displayed combat power value in the resource bar and the CP threshold checks for quest unlock/completion may not reflect these multipliers.

Resolution

Fixed in commit 4c297f1computePartyCombatPower was extracted and exported from the tick engine, applying all CP multipliers (adventurer-specific upgrades, global upgrades, prestige, equipment, set bonuses, echo, crafted, and companion). It is now used consistently in:

  1. The resource bar CP display
  2. The auto-quest CP gating check
  3. The quest panel CP requirement display

Boss fights already used an equivalent calculation server-side; client-side is now consistent.

This issue was created with help from Hikari~ 🌸

## Description Combat power boosts from all sources (equipment, transcendence echo upgrades, crafted recipes, companions, set bonuses, etc.) currently affect boss fight DPS calculations, but the **displayed combat power value** in the resource bar and the **CP threshold checks for quest unlock/completion** may not reflect these multipliers. ## Resolution Fixed in commit `4c297f1` — `computePartyCombatPower` was extracted and exported from the tick engine, applying all CP multipliers (adventurer-specific upgrades, global upgrades, prestige, equipment, set bonuses, echo, crafted, and companion). It is now used consistently in: 1. The resource bar CP display 2. The auto-quest CP gating check 3. The quest panel CP requirement display Boss fights already used an equivalent calculation server-side; client-side is now consistent. ✨ 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#152