As a Knight, I want to be able to rename equipment. This will allow me to give equipment items which contain different charm sets clear names - which in turn will make swapping in the correct equipment item much easier.
In view of the fact that equipment items are already listed in the db with a unique Id to support the different charm slots which can exist, this existing table for the unique equipment item would only need an extra field to store the player provided name.
The new logic would then be:
If (unique-equipment-name) then display (unique-equipment-name)
Else display (standard-equipment-name)
It would of course also be really great if the array size for loadouts could be increased, but that's a separate story 🙂