These structures are common to a number of different files.
Size 0x08.
A date.
0x00
: hour: word
0x02
: day: word
0x04
: month: word (enum month)
0x06
: year: word
Size 0x08.
A date stored in reversed format.
0x00
: year: word
0x02
: month: word (enum month)
0x04
: day: word
0x06
: hour: word
Size 0x06.
An amount of money.
0x00
: florins: word
0x02
: groschen: word
0x04
: pfenniges: word
Size 0x04.
A world map location (pair of coordinates).
0x00
: x_coord: word
0x02
: y_coord: word
Size 0x06.
An item.
0x00
: code: word
0x02
: type: byte
0x03
: quality: byte
0x04
: quantity: byte
0x05
: weight: byte
Size 0x07.
A set of attribute values.
0x00
: end: byte
0x01
: str: byte
0x02
: agl: byte
0x03
: per: byte
0x04
: int: byte
0x05
: chr: byte
0x06
: df: byte
Size 0x13.
A set of skill values.
0x00
: wEdg: byte
0x01
: wImp: byte
0x02
: wFll: byte
0x03
: wPol: byte
0x04
: wThr: byte
0x05
: wBow: byte
0x06
: wMsl: byte
0x07
: alch: byte
0x08
: relg: byte
0x09
: virt: byte
0x0a
: spkC: byte
0x0b
: spkL: byte
0x0c
: r_w: byte
0x0d
: heal: byte
0x0e
: artf: byte
0x0f
: stlh: byte
0x10
: strw: byte
0x11
: ride: byte
0x12
: wdws: byte