generated from nhcarrigan/template
balance: cosmos_knight_1 quest has duplicate reward #108
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?
Issue
The
cosmos_knight_1quest (or associated content) grants a duplicate reward — the same reward item or resource appears more than once in its reward list, which effectively doubles that reward unintentionally.Expected Behaviour
Each reward entry in a quest's reward list should be unique. Quantities should be expressed via the
amountfield rather than by duplicating entries.Steps to Reproduce
apps/api/src/data/quests.tscosmos_knight_1entryrewardsarray for duplicate entriesSuggested Fix
Remove the duplicate reward entry. If a higher quantity was intended, set it via the
amountfield on a single entry.Priority
🟠 High — grants unintended double rewards, breaks economy balance
✨ This issue was created with help from Hikari~ 🌸