generated from nhcarrigan/template
feat: apply all combat power multipliers to displayed CP and quest requirements #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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—computePartyCombatPowerwas 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:Boss fights already used an equivalent calculation server-side; client-side is now consistent.
✨ This issue was created with help from Hikari~ 🌸