generated from nhcarrigan/template
fix: suppress display of zero-value crystal rewards on quests #231
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?
Bug / Improvement
Summary
Quests in Zone 9+ (Infernal Court onwards) have crystal reward entries set to
{ amount: 0, type: "crystals" }in the quest data. This was intentional as part of the Crystal Economy Fix (#187, #191) — crystals are an early/mid-game currency and were deliberately zeroed for late-game content. However, displaying0.00 crystalsas a reward is confusing and misleading for players.Current Behaviour
Quest reward tooltip shows
0.00 crystalsfor all quests from Infernal Court onwards.Expected Behaviour
Either:
amount: 0from the reward display in the frontendReferences
apps/api/src/data/quests.ts(e.g. line 646)✨ This issue was created with help from Hikari~ 🌸