balance: peasant_1 adventurer unlocks too late in progression #111

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

Issue

The peasant_1 adventurer tier has an unlock requirement that places it later in the progression than intended. Players are expected to have access to this tier early on, but the current unlockRequirement (boss or quest) pushes it into mid-game territory.

Expected Behaviour

peasant_1 should be accessible in the very early game, as it is the baseline adventurer tier that introduces the adventurer system.

Steps to Reproduce

  1. Open apps/api/src/data/adventurers.ts
  2. Find peasant_1 and check its unlockRequirement
  3. Determine how far into the game that requirement is reached

Suggested Fix

Move peasant_1's unlock requirement to an earlier boss or quest — ideally one of the first few in the game.

Priority

🟠 High — delays introduction of a core game system

This issue was created with help from Hikari~ 🌸

## Issue The `peasant_1` adventurer tier has an unlock requirement that places it later in the progression than intended. Players are expected to have access to this tier early on, but the current `unlockRequirement` (boss or quest) pushes it into mid-game territory. ## Expected Behaviour `peasant_1` should be accessible in the very early game, as it is the baseline adventurer tier that introduces the adventurer system. ## Steps to Reproduce 1. Open `apps/api/src/data/adventurers.ts` 2. Find `peasant_1` and check its `unlockRequirement` 3. Determine how far into the game that requirement is reached ## Suggested Fix Move `peasant_1`'s unlock requirement to an earlier boss or quest — ideally one of the first few in the game. ## Priority 🟠 High — delays introduction of a core game system ✨ 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#111