Looking at the defines I came across the regiment reinforcement speeds for levies and MAA. Interestingly levies reinforce 3% and MAA reinforce 10% of their strength, which is opposite to what the Wiki says.
ck3.paradoxwikis.com
Now looking at the math, it takes 34 months rounding up to reinforce all of your levies and only 10 months to reinforce all of your MAA. Do you feel as though this is an appropriate rate at which the two reinforce by? At the very least it seems that the numbers should be switched up if anything, or at least MAA should be significantly slower. I think that alone would make levies way better as a resource.
Unlike Men-At-Arms, Levies don't tend to increase much in stats with Eras and are fairly static. They do, however, become available in increasingly large numbers and reinforce significantly faster.
Army - CK3 Wiki
Code:
NArmy = {
MOVEMENT_SPEED_RETREAT = 4.5 # Movement speed while retreating
MOVEMENT_SPEED = 3 # Normal movement speed
MOVEMENT_SPEED_BONUS_FRIENDLY_AREA = 0.2 # In friendly areas you get a 20% speed bonus
REGIMENT_MONTHLY_REINFORCE_SPEED = 0.03 # Monthly reinforcement percentage of unraised chunks [0-1]
REGIMENT_MONTHLY_MAA_REINFORCE_SPEED = 0.1 # Monthly reinforcement percentage of unraised MAA chunks [0-1]
- 4
- 2