Prev: 25307 Up: Map Next: 25387
25315: Characters' current stats
Nine groups of eight bytes, one group per character (including Magic Knight). The values are:
Offset Effect
0 Strength
1 Happiness
2 Stamina
3 Spell power
4 Food level
5 Can-help flag (bit 0)
6 Asleep flag (bit 7, reset = awake, set = asleep) and index of "[CHARACTER] IS ASLEEP" text (remaining bits, value = 12)
7 Index of current status text (e.g. "FLORIN LIKES SINGING (ABOUT GOLD, MOSTLY)")
See also characters' initial stats at 42170.
25315 DEFB 0,0,0,0,0,0,0,0 Magic Knight
25323 DEFB 0,0,0,0,0,0,0,0 Gimbal the Wizard
25331 DEFB 0,0,0,0,0,0,0,0 Thor
25339 DEFB 0,0,0,0,0,0,0,0 Florin the Dwarf
25347 DEFB 0,0,0,0,0,0,0,0 Orik the Cleric
25355 DEFB 0,0,0,0,0,0,0,0 Samsun the Strong
25363 DEFB 0,0,0,0,0,0,0,0 Elrand Halfelven
25371 DEFB 0,0,0,0,0,0,0,0 Lady Rosmar
25379 DEFB 0,0,0,0,0,0,0,0 The Banshee
Prev: 25307 Up: Map Next: 25387