|
There are 28 lords, so packing multiple bits per lord into one word won't work.
Most lords will never be on the map, so carrying around their asset/force/routed data
is wasteful. Use map structures instead, since at most 6 lords will be on the map
at once, and at most 13 on the map + calendar.
|