Prev: 49034 Up: Map Next: 49354
49282: Characters' initial stats
Nine groups of eight bytes, one group per character (including Magic Knight). The values are capped at 100:
Offset Effect
0 Strength (bits 0-6)
1 Happiness (bits 0-6)
2 Stamina (bits 0-6)
3 Magic level (bits 0-6) / can-help flag (bit 7)
4 Attribute
5 Character graphic index (if zero, then character is not drawn)
6 Food level (bits 0-6) / asleep flag (bit 7, reset = awake, set = asleep)
7 Index of current status text (e.g. "OFF-WHITE IS THE OTHER HALF OF YOU")
See also characters' current stats at 24768.
49282 DEFB 70,17,82,62,0,37,0,1 Magic Knight
49290 DEFB 100,100,100,127,7,37,100,2 Off-White Knight
49298 DEFB 70,50,20,178,69,52,100,3 Aramis Le Peux
49306 DEFB 60,45,75,60,68,53,100,4 Robin of Shylock
49314 DEFB 80,40,76,5,0,0,100,5 Reggie the Rat
49322 DEFB 90,70,30,178,70,54,100,6 Rachel of Amazonia
49330 DEFB 90,70,100,100,0,0,100,7 Barker the Ent
49338 DEFB 90,70,30,0,0,0,100,8 Organon the Guard
49346 DEFB 90,70,30,100,0,0,100,9 Grunter the Bearwoolf
Prev: 49034 Up: Map Next: 49354