bug: Crystal Resonance upgrade does not apply x2 multiplier to boss crystal rewards #221

Closed
opened 2026-04-02 09:41:58 -07:00 by hikari · 0 comments
Owner

Description

The Crystal Resonance upgrade describes its effect as "Crystal rewards x2". When purchased:

  • Quest crystal rewards are correctly doubled
  • Boss crystal rewards are not doubled — they remain the same as before purchasing the upgrade

Steps to Reproduce

  1. Note your current boss crystal reward amount
  2. Purchase the Crystal Resonance upgrade
  3. Defeat a boss and observe the crystal reward
  4. Observe that the crystal reward is unchanged despite the upgrade's description

Root Cause (suspected)

The Crystal Resonance multiplier is likely only applied in the quest reward code path and has not been wired into the boss reward code path.

Expected Behaviour

Crystal Resonance should double crystal rewards from all sources — both quests and boss defeats.

Reported By

  • ilenia

This issue was created with help from Hikari~ 🌸

## Description The **Crystal Resonance** upgrade describes its effect as "Crystal rewards x2". When purchased: - ✅ Quest crystal rewards are correctly doubled - ❌ Boss crystal rewards are **not** doubled — they remain the same as before purchasing the upgrade ## Steps to Reproduce 1. Note your current boss crystal reward amount 2. Purchase the Crystal Resonance upgrade 3. Defeat a boss and observe the crystal reward 4. Observe that the crystal reward is unchanged despite the upgrade's description ## Root Cause (suspected) The Crystal Resonance multiplier is likely only applied in the quest reward code path and has not been wired into the boss reward code path. ## Expected Behaviour Crystal Resonance should double crystal rewards from **all** sources — both quests and boss defeats. ## Reported By - ilenia ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-06 18:17:02 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#221