balance: iron_vanguard zone only has a single boss #119

Closed
opened 2026-03-23 15:42:37 -07:00 by hikari · 1 comment
Owner

Issue

The iron_vanguard zone only has a single boss assigned to it, whilst other zones of similar scope have multiple bosses. This creates a very short engagement with that zone and reduces the content variety.

Expected Behaviour

Each zone should have a reasonable number of bosses to provide a sense of progression and challenge within that zone before the player moves on.

Steps to Reproduce

  1. Open apps/api/src/data/bosses.ts
  2. Filter bosses by their zoneId (or equivalent)
  3. Note that iron_vanguard has only one boss

Suggested Fix

Add additional bosses to iron_vanguard with appropriate combat power requirements to fill the gap between the zone's entry point and its exit to the next zone.

Priority

🟢 Low — reduces content variety but doesn't break progression

✨ This issue was created with help from Hikari~ 🌸

## Issue The `iron_vanguard` zone only has a single boss assigned to it, whilst other zones of similar scope have multiple bosses. This creates a very short engagement with that zone and reduces the content variety. ## Expected Behaviour Each zone should have a reasonable number of bosses to provide a sense of progression and challenge within that zone before the player moves on. ## Steps to Reproduce 1. Open `apps/api/src/data/bosses.ts` 2. Filter bosses by their `zoneId` (or equivalent) 3. Note that `iron_vanguard` has only one boss ## Suggested Fix Add additional bosses to `iron_vanguard` with appropriate combat power requirements to fill the gap between the zone's entry point and its exit to the next zone. ## Priority 🟢 Low — reduces content variety but doesn't break progression ✨ This issue was created with help from Hikari~ 🌸
Author
Owner

Closing as invalid — iron_vanguard is an equipment set ID, not a zone ID. There is no zone with this identifier in the bosses data. All 18 zones already have 3–5 bosses each. The audit script appears to have confused setId with zoneId when generating this ticket.

Closing as invalid — `iron_vanguard` is an equipment set ID, not a zone ID. There is no zone with this identifier in the bosses data. All 18 zones already have 3–5 bosses each. The audit script appears to have confused `setId` with `zoneId` when generating this ticket.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#119