# BasicCharacterObject

BasicCharacterObjects contain the deserialized information from the npccharacters XML file. This includes the BodyProperties, Equipment, Level, Skills, and Culture for each defined character.

BasicCharacterObjects are used as the building blocks for Agents.

You can use the MBObjectManager to get a loaded BasicCharacterObject by using the following:

MBObjectManager.Instance.GetObject<BasicCharacterObject>("example_troop_id");