File: Encnter.dat
[ Show hex values ] [ Show length ]
Offset | Type | Description | |
---|---|---|---|
From | To | ||
0 | Byte | nameLength | |
1 | 40 | String | name |
41 | Byte | monsterCount | |
Monster entries. 4 blocks in total, each block 2 bytes in length. | |||
42 | 43 | Integer | nmonster.dat monster Id |
Max monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
50 | Byte | maxAppearing | |
Min monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
54 | Byte | minAppearing |
[ Show hex values ] [ Show length ]
Note: Integer = Unsigned short (16 bit, little endian) Bytes = Signed byte Real = 48 bits/6 byte (Turbo Pascal) Real (a floating point type)
[ Add Comment ]