balance: click_2 quest has duplicate reward #110

Closed
opened 2026-03-23 15:41:57 -07:00 by hikari · 0 comments
Owner

Issue

The click_2 quest grants a duplicate reward — the same reward item appears more than once in its rewards array, unintentionally doubling that reward.

Expected Behaviour

Each reward entry in a quest's reward list should be unique.

Steps to Reproduce

  1. Open apps/api/src/data/quests.ts
  2. Find the click_2 entry
  3. Inspect the rewards array for duplicate entries

Suggested Fix

Remove the duplicate reward entry. If a higher quantity was intended, express it via the amount field on a single entry.

Priority

🟠 High — grants unintended double rewards, breaks economy balance

This issue was created with help from Hikari~ 🌸

## Issue The `click_2` quest grants a duplicate reward — the same reward item appears more than once in its `rewards` array, unintentionally doubling that reward. ## Expected Behaviour Each reward entry in a quest's reward list should be unique. ## Steps to Reproduce 1. Open `apps/api/src/data/quests.ts` 2. Find the `click_2` entry 3. Inspect the `rewards` array for duplicate entries ## Suggested Fix Remove the duplicate reward entry. If a higher quantity was intended, express it via the `amount` field on a single entry. ## Priority 🟠 High — grants unintended double rewards, breaks economy balance ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-23 17:28:30 -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#110