Wages are automatically paid to your troops every 168 hours (seven days) in every game up until Bannerlord, which pays wages daily. If you do not have enough money to pay, you will incur a debt and your party will lose morale. You will attempt to pay off any debt the next time you pay your troops, if you still don't have enough, your debt may increase and your party will lose morale again.
Mount&Blade/Warband wages[]
Base wages are paid by each troop's level, it is then further calculated depending on several factors.
- Mercenaries are paid 150% of base wages
- Mounted troops are paid 166% of base wages
- Companions are paid 200% of base wages
- Wages for troops in a garrison or resting are cut by 50%
- Every level of Leadership reduces wages by 5%
Note that mounted mercenaries receive both mounted wages and mercenary wages, making them even more expensive than a companion of the same level. Giving a companion a horse does not change their wages.
The following is a table of base wages up to level 60. Note that the Nord Huscarl and Swadian Knight are the highest-leveled normal troops in the game at level 28. This means only companion can reach the higher numbers. Theoretically, there is no level cap, but an overflow glitch occurs after level 62 and the experience required per level increases at an abnormally rapid rate after 59.
Level | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
Base | 0* | 1 | 1 | 1 | 2 | 3 | 4 | 4 | 5 | 6 |
Level | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
Base | 7 | 9 | 10 | 11 | 12 | 14 | 16 | 17 | 19 | 21 |
Level | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Base | 23 | 25 | 27 | 29 | 31 | 33 | 36 | 38 | 40 | 43 |
Level | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |
Base | 46 | 49 | 51 | 54 | 57 | 60 | 64 | 67 | 70 | 73 |
Level | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 |
Base | 77 | 81 | 84 | 88 | 92 | 96 | 100 | 104 | 108 | 112 |
Level | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 |
Base | 116 | 121 | 125 | 129 | 134 | 139 | 144 | 148 | 153 | 158 |
* Wages cannot be 0, so all troops at level 1 would receive the minimum wage of 1.
Examples[]
The following tables are some examples of different troops at various levels comparing the factor of your Leadership skill.
Examples - click Expand to view | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
With Fire & Sword wages[]
In Mount&Blade: With Fire & Sword the weekly wage of each troop is calculated, with integer truncation in each step, in the following way:
- Base wage:
- for pretenders to the throne and the kidnapped girl:
wage = 0
- for Mercenary Camp troops:
wage = max(1, troop_level + 4)
- for other troops:
wage = max(1, (troop_level + 3) * (troop_level + 3) / 20)
- for pretenders to the throne and the kidnapped girl:
- if the troop is mounted, adjust based on the faction:
- Crimean Khanate:
wage = wage * 5 / 4
- another faction:
wage = wage * 6 / 4
- Crimean Khanate:
- if it's a hero:
wage = wage * 3
- reduced by the player's Leadership skill:
wage = wage * (100 - (2 * player_leadership)) / 100
- if not the kidnapped girl, ensure minimum wage:
wage = max(1, wage)
- if the troop is in the player's party, adjust based on the game's difficulty:
- Easy:
wage = wage * 70 / 100
- Moderate:
wage = wage * 85 / 100
- Hard:
wage = wage
- Easy:
The weekly pay also depends on the following factors:
- 50% reduction for garrisoned troops (after adding up all the garrisoned troop wages)
- 50% reduction for periods you were resting in a Manor, in Towns or in Fortresses (checked every 6 hours)
You should note that Mercenary Camp troops only become cheaper than normal troops from level 18, which means that only mercenaries upgraded to elite are cheaper than regular troops.