generated from nhcarrigan/template
balance: iron_vanguard zone only has a single boss #119
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
iron_vanguardzone 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
apps/api/src/data/bosses.tszoneId(or equivalent)iron_vanguardhas only one bossSuggested Fix
Add additional bosses to
iron_vanguardwith 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~ 🌸
Closing as invalid —
iron_vanguardis 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 confusedsetIdwithzoneIdwhen generating this ticket.