Mount & Blade II: Bannerlord
0 of 0

File information

Last updated

Original upload

Created by

Starnick

Uploaded by

Starnick10287

Virus scan

Safe to use

About this mod

A simple education system to train clan member skills daily at the cost of gold. For e1.6.0.

Requirements
Permissions and credits
Translations
  • Russian
  • Mandarin
Changelogs
How To Train Your Clan

I think we're all frustrated with how slow skill progression can be in Bannerlord - especially when it comes to customizing your clan members for specialized jobs. There's a few XP leveling mods out there (some I use, to increase Arena XP) but nothing that fit what I wanted, so I created this.

This mod adds a new menu (ALT + T) where you can select members of your clan and assign a "tutor" for them to gain daily XP in one skill. There's a gold cost that increases with your level, so hopefully this is somewhat balanced. Training automatically ends if a hero is killed or taken prisoner, or if you become unable to pay for further education.

The XP gain is:

max(0.50, CharacterLearningRate) * XPToNextLevel * 0.80

❯  So you get more bang for your buck if your characters have focus in the skills they are studying, otherwise progression will be slow.
❯  Heroes will gain regular level XP as long as their learning rate is at or above the minimum. Otherwise they will still gain skill XP, but not level XP.


The daily Gold cost is:

10g + 1g per level

❯  So at lvl 100 engineering, the cost to train will be 110g for that character.


Dependencies

The mod has a dependency on Harmony, so the education costs can properly be reflected in the finance breakdown. Otherwise, the mod is fairly lightweight and uses public game APIs that should be reliable (e.g. Heros and SkillObjects).


Compatibility

This mod should be compatible with most mods, it also does not assume what skills to look at - so if you're using a mod that adds new skills to the game, this should be able to detect them.

It should also be safe to add/remove from an existing save. The mod doesn't define any custom save types and I've tested loading a save with the mod removed.


Future Work

Currently there is no localization or options to configure. Maybe next version.