Prev: 41874 Up: Map Next: 42242
42170: Characters' initial 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' current stats at 25315.
42170 DEFB 70,17,82,14,62,0,0,1 Magic Knight
42178 DEFB 90,70,30,250,100,0,12,2 Gimbal the Wizard
42186 DEFB 100,65,41,10,210,0,12,3 Thor
42194 DEFB 40,60,52,15,250,0,140,4 Florin the Dwarf
42202 DEFB 50,55,63,55,180,0,140,5 Orik the Cleric
42210 DEFB 100,50,74,5,200,0,12,6 Samsun the Strong
42218 DEFB 60,45,75,60,250,0,12,7 Elrand Halfelven
42226 DEFB 80,40,76,5,165,0,12,8 Lady Rosmar
42234 DEFB 0,0,0,100,0,1,0,9 The Banshee
Prev: 41874 Up: Map Next: 42242