Quote Originally Posted by Furiea View Post
how do you know it uses less than 1% of the space required per item compared to one inventory slot?
For one inventory slot you need to store multiple integers for item id, tmog id, durability, materia, dye, quanity. Some of this might use short when on an item like materia and byte for dye you would still stand with 32+32+16*5+8+8 bits so 160 bits is needed for one inventory slot to hold a piece of equipement. While with a glamour log that same piece of equipment only need 1 bit to know that you have it. And even then you could tie an entire armor set if not an entire equipment tier to that one bit.