|
The more I go through this the more I feel that you'll be better served in the long run by switching to a more flexible data structure.
For instance, Enchants:
Currently you store the enchant slot type (head, gloves, bracer) in the name of the enchant. You would do better by simply listing all the enchants and having a second column for slot type.
This same approach will help with weapons (should have a weapon type column) and most of the other sheets.
|