generated from nhcarrigan/template
balance: naming inconsistency in content data #105
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
There is a naming inconsistency in the content data files. Some entities use one naming convention whilst others in the same category use a different pattern, making the data harder to maintain and potentially causing confusion for players reading IDs in debug output or the codex.
Expected Behaviour
All content IDs within a given category should follow a consistent naming convention (e.g.
category_numberorcategory_descriptor_number).Steps to Reproduce
apps/api/src/data/Suggested Fix
Standardise all IDs within each category to follow the same naming pattern. Ensure any changes to IDs are reflected in all references (quests, unlock requirements, achievements, etc.).
Priority
🟢 Low — cosmetic/maintenance issue, no gameplay impact
✨ This issue was created with help from Hikari~ 🌸