Hank,
Yep, thats the bandit sizes. I mentioned the format for it before but never actually made instructions for it, heh.
As far as the deserters, those are created by the spawn_bandits script. It calls up a random lord, then gets his faction, then picks the tier 1 troop of that faction, then upgrades them all with a bit of randomness thrown in. The number of them it spawns is a random number between
10 and (
11+(playerlevel x
2)-1). So if you're level 10 it randomly spawns between 10 and 30 deserters. Those lines are
2122 3 1224979098644774922 1224979098644774921 2 2105 2 1224979098644774922 11 2136 3 1224979098644774923 10 1224979098644774922
in scripts.txt.
It doesn't actually take troops from the lord party that it spawns them from.