MBObjectManager
The object manager is something that you will be using a lot in the modding of Bannerlord, so it is important to familiarize yourself with it.
The MBObjectManager can be used to get any object in the game that is currently loaded from the XMLs.
These include:
CharacterAttributes
CraftingPieces
CraftingTemplates
Cultures
ItemModifierGroups
ItemCategories
ItemComponents
SkillObjects
SiegeEngineTypes
Example of getting a BasicCharacterObject:
Last updated