File: Encnter.dat
[ Show hex values ] [ Show end offset ]
| Offset | Type | Description | |
|---|---|---|---|
| From | Length | ||
| 0 | 1 | Byte | nameLength |
| 1 | 40 | String | name |
| 41 | 1 | Byte | monsterCount |
| Monster entries. 4 blocks in total, each block 2 bytes in length. | |||
| 42 | 2 | Integer | nmonster.dat monster Id |
| Max monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
| 50 | 1 | Byte | maxAppearing |
| Min monsters appearing; same order as monster entries. 4 blocks in total, each block 1 byte in length. | |||
| 54 | 1 | Byte | minAppearing |
[ Show hex values ] [ Show end offset ]
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 ]