generated from nhcarrigan/template
balance: several content entries missing combatPowerRequired field #107
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
Some content entries (zones, quests, or exploration areas) are missing the
combatPowerRequiredfield entirely. This means they either have no gating (unintentionally open) or fall back to a default value of0, which may not be the intended design.Expected Behaviour
All content that is meant to be gated by combat power should have an explicit
combatPowerRequiredvalue set.Steps to Reproduce
apps/api/src/data/combatPowerRequiredis absent or0unexpectedlySuggested Fix
Add explicit
combatPowerRequiredvalues to all affected entries, set to values that fit their position in the progression curve.Priority
🟢 Low — may allow unintended early access to content, but not game-breaking
✨ This issue was created with help from Hikari~ 🌸