One single datatable for all or several for each item category?

Hi Althaen,

On table would be the simplest way but not flexible way, because you Weapon/Armour/Consumable/ etc… won’t have the same properties… Your uniq table should have all of the fields required for all of your object type…

Unless you serialize the characteristics of each in single string your table might look like this : Id, name, type, description

Hope that could help you !

XuruDragon