PlayerElements Structure

The players current element resist information; part of the PlayerInfo structure.

struct PlayerElements
{
    short Fire;
    short Ice;
    short Wind;
    short Earth;
    short Lightning;
    short Water;
    short Light;
    short Dark;
};