Bannerlord has encountered a problem and will close itself.
This is a community Crash Report. Please save it and use it for reporting the error. Do not provide screenshots, provide the report!
Most likely this error was caused by a custom installed module.

If you were in the middle of something, the progress might be lost.

Launcher: steam (08.22.60.19)
Runtime: .NET Framework 4.8.9167.0


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.CampaignSystem
CallStack:
  1. at int TaleWorlds.CampaignSystem.NameGenerator.CalculateNameScore(Hero hero, TextObject name)
  2. at int TaleWorlds.CampaignSystem.NameGenerator.SelectNameIndex(Hero hero, MBReadOnlyList nameList, uint deterministicIndex, bool useDeterministicValues)
  3. at TextObject TaleWorlds.CampaignSystem.NameGenerator.GenerateHeroFirstName(Hero hero)
  4. at Hero TaleWorlds.CampaignSystem.HeroCreator.CreateSpecialHero(CharacterObject template, Settlement bornSettlement, Clan faction, Clan supporterOfClan, int age)
  5. at void TaleWorlds.CampaignSystem.CampaignBehaviors.InitialChildGenerationCampaignBehavior.OnNewGameCreatedPartialFollowUp(CampaignGameStarter starter, int index)
  6. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2)
  7. at void TaleWorlds.CampaignSystem.CampaignEvents.OnNewGameCreated(CampaignGameStarter campaignGameStarter)
  8. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnNewGameCreated(CampaignGameStarter campaignGameStarter)
  9. at void TaleWorlds.CampaignSystem.Campaign.OnNewGameCreated(CampaignGameStarter gameStarter)
  10. at void TaleWorlds.CampaignSystem.Campaign.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState)
  11. at bool TaleWorlds.Core.GameType.DoLoadingForGameType()
  12. at void ROT.RealmOfThronesGameModeManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, out GameManagerLoadingSteps nextStep) in D:/VisualStudioCode/ROT/RealmOfThronesGameModeManager.cs:line 98
  13. at bool TaleWorlds.Core.GameManagerBase.DoLoadingForGameManager()
  14. at void TaleWorlds.MountAndBlade.GameLoadingState.OnTick(float dt)
  15. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  16. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: int TaleWorlds.CampaignSystem.NameGenerator.CalculateNameScore(Hero hero, TextObject name) (IL Offset: 389)
    • Module: UNKNOWN
      Method: System.Int32 TaleWorlds.CampaignSystem.NameGenerator::CalculateNameScore(TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.Localization.TextObject name)
      Method From Stackframe Issue: False
    CIL:

  • Frame: int TaleWorlds.CampaignSystem.NameGenerator.SelectNameIndex(Hero hero, MBReadOnlyList nameList, uint deterministicIndex, bool useDeterministicValues) (IL Offset: 65)
    • Module: UNKNOWN
      Method: System.Int32 TaleWorlds.CampaignSystem.NameGenerator::SelectNameIndex(TaleWorlds.CampaignSystem.Hero hero, TaleWorlds.Library.MBReadOnlyList`1 nameList, System.UInt32 deterministicIndex, System.Boolean useDeterministicValues)
      Method From Stackframe Issue: False
    CIL:

  • Frame: TextObject TaleWorlds.CampaignSystem.NameGenerator.GenerateHeroFirstName(Hero hero) (IL Offset: 19)
    • Module: UNKNOWN
      Method: TaleWorlds.Localization.TextObject TaleWorlds.CampaignSystem.NameGenerator::GenerateHeroFirstName(TaleWorlds.CampaignSystem.Hero hero)
      Method From Stackframe Issue: False
    CIL:

  • Frame: Hero TaleWorlds.CampaignSystem.HeroCreator.CreateSpecialHero(CharacterObject template, Settlement bornSettlement, Clan faction, Clan supporterOfClan, int age) (IL Offset: 86)
    • Module: UNKNOWN
      Method: static TaleWorlds.CampaignSystem.Hero TaleWorlds.CampaignSystem.HeroCreator::CreateSpecialHero(TaleWorlds.CampaignSystem.CharacterObject template, TaleWorlds.CampaignSystem.Settlements.Settlement bornSettlement, TaleWorlds.CampaignSystem.Clan faction, TaleWorlds.CampaignSystem.Clan supporterOfClan, System.Int32 age)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.InitialChildGenerationCampaignBehavior.OnNewGameCreatedPartialFollowUp(CampaignGameStarter starter, int index) (IL Offset: 556)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.InitialChildGenerationCampaignBehavior::OnNewGameCreatedPartialFollowUp(TaleWorlds.CampaignSystem.CampaignGameStarter starter, System.Int32 index)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T1 t1, T2 t2) (IL Offset: 23)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`2::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`2 list, TaleWorlds.CampaignSystem.T1 t1, TaleWorlds.CampaignSystem.T2 t2)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.OnNewGameCreated(CampaignGameStarter campaignGameStarter) (IL Offset: 20)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnNewGameCreated(TaleWorlds.CampaignSystem.CampaignGameStarter campaignGameStarter)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnNewGameCreated(CampaignGameStarter campaignGameStarter) (IL Offset: 11)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnNewGameCreated(TaleWorlds.CampaignSystem.CampaignGameStarter campaignGameStarter)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.CampaignSystem.Campaign.OnNewGameCreated(CampaignGameStarter gameStarter) (IL Offset: 6)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::OnNewGameCreated(TaleWorlds.CampaignSystem.CampaignGameStarter gameStarter)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.CampaignSystem.Campaign.DoLoadingForGameType(GameTypeLoadingStates gameTypeLoadingState, out GameTypeLoadingStates nextState) (IL Offset: 627)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.Campaign::DoLoadingForGameType(TaleWorlds.Core.GameTypeLoadingStates gameTypeLoadingState, TaleWorlds.Core.GameTypeLoadingStates& nextState)
      Method From Stackframe Issue: False
    CIL:

  • Frame: bool TaleWorlds.Core.GameType.DoLoadingForGameType() (IL Offset: 122)
    • Module: UNKNOWN
      Method: System.Boolean TaleWorlds.Core.GameType::DoLoadingForGameType()
      Method From Stackframe Issue: False
    CIL:

  • Frame: void ROT.RealmOfThronesGameModeManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, out GameManagerLoadingSteps nextStep) (IL Offset: 395)
    • Module: ROT-Core
      Method: virtual System.Void ROT.RealmOfThronesGameModeManager::DoLoadingForGameManager(TaleWorlds.Core.GameManagerLoadingSteps gameManagerLoadingStep, TaleWorlds.Core.GameManagerLoadingSteps& nextStep)
      Method From Stackframe Issue: False
    CIL:

  • Frame: bool TaleWorlds.Core.GameManagerBase.DoLoadingForGameManager() (IL Offset: 211)
    • Module: UNKNOWN
      Method: System.Boolean TaleWorlds.Core.GameManagerBase::DoLoadingForGameManager()
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.MountAndBlade.GameLoadingState.OnTick(float dt) (IL Offset: 15)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.MountAndBlade.GameLoadingState::OnTick(System.Single dt)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      Method From Stackframe Issue: False
    CIL:

  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      Method From Stackframe Issue: False
    CIL:

+ Involved Modules

  • ROT-Core
    • Method: virtual System.Void ROT.RealmOfThronesGameModeManager::DoLoadingForGameManager(TaleWorlds.Core.GameManagerLoadingSteps gameManagerLoadingStep, TaleWorlds.Core.GameManagerLoadingSteps& nextStep)
      Frame: void ROT.RealmOfThronesGameModeManager.DoLoadingForGameManager(GameManagerLoadingSteps gameManagerLoadingStep, out GameManagerLoadingSteps nextStep) (IL Offset: 395)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.3.0.169)
  • + ButterLib (Bannerlord.ButterLib, v2.8.11.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.8.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.9.1.0)
  • + Native (Native, v1.1.5.0)
  • + SandBox Core (SandBoxCore, v1.1.5.0)
  • + Birth and Death Options (BirthAndDeath, v1.1.5.0)
  • + CustomBattle (CustomBattle, v1.1.5.0)
  • + Sandbox (Sandbox, v1.1.5.0)
  • + StoryMode (StoryMode, v1.1.5.0)
  • + Renascence Caradia (Renascencecaradia, v1.9.8.0)
  • + MixMashChineseFantasyArmorPack (MixMashChineseFantasyArmorPack, v1.0.2.0)
  • + Open Source Armory (OpenSourceArmory, v1.16.0.0)
  • + Open Source Saddlery (OpenSourceSaddlery, v1.5.0.0)
  • + Open Source Weaponry (OpenSourceWeaponry, v1.5.0.0)
  • + Character Reload (CharacterReload, e1.1.5.5)
  • + SueMoreSpouses (SueMoreSpouses, e1.1.2.1)
  • + KingdomDestruction (KingdomDestruction, v0.0.1.0)
  • + Realistic Weather (RealisticWeather, v1.3.6.0)
  • + Historical Banner Icons (HistoricalBannerIcons, v1.0.0.0)
  • + Family Tree (Bannerlord.FamilyTree, v1.2.2.2)
  • + KLBShackles (KLBShackles, e1.5.6.0)
  • + Remove Fog of War (Bannerlord.RemoveFogOfWar, v1.1.0.1)
  • + Telepathy (Telepathy, v1.1.0.0)
  • + Captivity Events (zCaptivityEvents, v1.1.3.1039)
  • + CE Animation Expansion (zCEAnimationExpansion, v1.1.2.1039)
  • + CE Bandit Expansion (zCEBandit, v1.1.2.1039)
  • + Default Captivity Events (zCEDefaults, v1.1.2.1039)
  • + CE Holiday Events (zCEHolidayEvents, v1.1.2.1039)
  • + BC Captor Gear and Girls (BCCaptorGear, v1.0.0.0)
  • + GT_CarbonBody (GT_CarbonBody, e1.0.1.0)
  • + kult_of_the_kallipygos_2_armory (kult_of_the_kallipygos_2_armory, v1.0.1.0)
  • + Dismemberment (Plus) for v1.1.5 (DismembermentPlus, v2.0.6.6)
  • + ROT-Core (ROT-Core, v1.1.2.4)
  • + ROT-Content (ROT-Content, v1.1.2.2)
  • + ROT-Map (ROT_Map, v1.1.2.2)
  • + ROT-Dragon (ROT-Dragon, e1.1.2.1)
  • + ExpandedArmouryBL (ExpandedArmouryBL, e1.5.2.0)
  • + mosin_nagant_m91 (mosin_nagant_m91, v1.1.3.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnApplicationTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameStartPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.InitializeGameStarter
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.DoLoading
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.DoLoadingPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.DoLoadingPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.DoLoadingPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameLoaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnCampaignStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.BeginGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.BeginGameStartPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.BeginGameStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameEndPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameEndPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMultiplayerGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnNewGameCreated
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.RegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterRegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnAfterGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnConfigChanged
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnInitialState
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnInitialStatePostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.OnInitialStatePostfix; Index: 2;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterAsyncTickTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix;
      • Owner: Bannerlord.FamilyTree; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; Index: 1;
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.ModuleLoader.SubModuleWrappers.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix; Index: 2;

  • TaleWorlds.MountAndBlade.Options.OptionsProvider.GetGameKeyCategoriesList
    • Postfixes
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix;
      • Owner: Bannerlord.ButterLib.HotKeySystem; Namespace: Bannerlord.ButterLib.Implementation.HotKeys.Patches.OptionsProviderPatches.GetGameKeyCategoriesListPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.Module.FinalizeSubModules
    • Postfixes
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix; Index: 1;

  • TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
    • Postfixes
      • Owner: MCM.UI.Adapter.MCMv5; Namespace: MCM.UI.Adapter.MCMv5.SubModule.OnAfterSetInitialModuleScreenAsRootScreen;
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler; Index: 1;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameStart
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler; Index: 1;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviorBase..ctor
    • Postfixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix; Index: 1;

  • TaleWorlds.SaveSystem.TypeExtensions.IsContainer
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddBasicTypeDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddEnumDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddInterfaceDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddRootClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix; Index: 1;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.ConstructContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix;
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix; Index: 1;

  • TaleWorlds.Library.ViewModel..ctor
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ViewModelCtorPrefix;

  • TaleWorlds.Library.ViewModel.ExecuteCommand
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ExecuteCommandPatch;

  • TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatch.WidgetPrefab_LoadFrom_Transpiler;

  • TaleWorlds.GauntletUI.BrushFactory.get_Brushes
    • Postfixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushesPostfix;

  • TaleWorlds.GauntletUI.BrushFactory.GetBrush
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.UIContext.GetBrush
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChangerBrushWidget.OnBooleanUpdated
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetWidgetTypesPostfix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.IsCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.OnUnloadPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.Data.GauntletMovie.LoadMovie
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnInitialize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler..ctor
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler.OnMissionScreenFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.SetSelectedCategory
    • Prefixes
      • Owner: bannerlord.mcm.ui.optionsswitchpatch; Namespace: MCM.UI.Patches.OptionsVMPatch.SetSelectedCategoryPatch;

  • SandBox.ViewModelCollection.SaveLoad.SaveLoadVM.IsAnyModuleMissingFromSaveOrCurrentModules
    • Prefixes
      • Owner: CandyuanMode; Namespace: MixAndMatchWeaponPack.PatchSaveLoadVM.Prefix;

  • TaleWorlds.MountAndBlade.GauntletUI.BodyGenerator.BodyGeneratorView..ctor
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.BodyGeneratorViewPath.Postfix;

  • TaleWorlds.MountAndBlade.GauntletUI.BodyGenerator.BodyGeneratorView.OnFinalize
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.BodyGeneratorViewOnFinalizePath.Postfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator.FaceGenPropertyVM.get_Name
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.FaceGenPropertyVMNamePath.Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.FaceGenerator.FaceGenPropertyVM.set_Value
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.FaceGenPropertyVMValuePath.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.UpdatePlayerCharacterBodyProperties
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Patch.CharacterObjectPath+CharacterObjectPatch.Postfix;

  • TaleWorlds.CampaignSystem.Hero.get_MainHero
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+GetMainHeroPatch.Postfix;

  • TaleWorlds.CampaignSystem.Campaign.get_PlayerDefaultFaction
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+GetPlayerClanPatch.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.get_PlayerCharacter
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+GetPlayerCharacterPatch.Postfix;

  • TaleWorlds.CampaignSystem.Clan.UpdateBannerColorsAccordingToKingdom
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PreventBannerColorUpdates.Prefix;
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+UpdateBannerColorsPatch.Postfix;

  • TaleWorlds.CampaignSystem.Clan.get_CommanderLimit
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+CommanderLimitPatch.Prefix;

  • TaleWorlds.CampaignSystem.Clan.get_CompanionLimit
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+CompanionLimitPatch.Prefix;

  • TaleWorlds.MountAndBlade.BodyGenerator.SaveCurrentCharacter
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BodyGeneratorPatch+SaveCurrentCharacter.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Settlement.get_CurrentSettlement
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+CurrentSettlementPropertyPatch.Prefix;

  • TaleWorlds.CampaignSystem.Encounters.PlayerEncounter.get_EncounterSettlement
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+EncounterSettlementPropertyPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.TownManagementVM.ExecuteDone
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+TownManagementVMExecuteDonePatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementBuildingProjectVM.ExecuteSetAsActiveDevelopment
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+SettlementBuildingSetAsActivePatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementBuildingProjectVM.ExecuteAddToQueue
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+SettlementBuildingAddToQueuePatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.GameMenu.TownManagement.SettlementBuildingProjectVM.get_CanBuild
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+SettlementBuildingCanBuildPatch.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Settlement.OnFinishLoadState
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+SettlementDeserializePatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.HeroKnownInformationCampaignBehavior.LearnAboutLocationCharacters
    • Prefixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.CurrentSettlement+LearnAboutLocationCharactersPatch.Prefix;

  • TaleWorlds.CampaignSystem.Party.PartyBase.get_InventoryCapacity
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+PBIC.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_InventoryCapacity
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+MPIC.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_InventoryCapacityExplainedNumber
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+MPICE.Postfix;

  • TaleWorlds.CampaignSystem.Party.PartyBase.get_PrisonerSizeLimit
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+PartyBasePrisonerSizeLimitPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.PartyBase.get_PrisonerSizeLimitExplainer
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+PartyBasePrisonerSizeLimitExplainedPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.PartyBase.get_PartySizeLimit
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+PartyBasePartySizeLimitPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.PartyBase.get_PartySizeLimitExplainer
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+PartyBasePartySizeLimitExplainedPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.CalculateSpeed
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+SetPartySpeedPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_SpeedExplained
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+SetPartySpeedExplainedPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_Morale
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+SetPartyMoralePatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_MoraleExplained
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+SetPartyMoraleExplainedPatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_SeeingRange
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+SetPartySeeingRangePatch.Postfix;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_SeeingRangeExplanation
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.HeroBonusPatch+SetPartySeeingRangeExplanationPatch.Postfix;

  • TaleWorlds.ScreenSystem.ScreenBase.HandleFinalize
    • Postfixes
      • Owner: mod.CharacterReload.cnedwin; Namespace: CharacterReload.Pathes.BannerEditorPatch+HandleFinalizePatch.Postfix;

  • SandBox.CampaignBehaviors.ClanMemberRolesCampaignBehavior.AddClanMembersAsAccompanyingCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanMemberRolesCampaignBehavior_AddClanMembersAsAccompanyingCharacter_Path.Prefix;

  • TaleWorlds.InputSystem.InputContext.IsGameKeyReleased
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.IsGameKeyReleasedHack.Prefix;

  • SandBox.ViewModelCollection.SPScoreboardVM.Initialize
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationInitializePath.Prefix;

  • SandBox.ViewModelCollection.SPScoreboardVM.OnExitBattle
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationOnExitBattlePath.Postfix;

  • SandBox.ViewModelCollection.SPScoreboardVM.TroopNumberChanged
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationTroopNumberChangedPath.Postfix;

  • TaleWorlds.ScreenSystem.ScreenBase.AddLayer
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanScreenLayerPatch.Postfix;
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.KingdomScreenLayerPatch.Postfix; Index: 1;

  • TaleWorlds.ScreenSystem.ScreenBase.RemoveLayer
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanScreenLayerPatch.Prefix;
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.KingdomScreenLayerPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Hero.ResetEquipments
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.HeroResetEquipmentsPath.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMarriageModel.IsCoupleSuitableForMarriage
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.IsCoupleSuitableForMarriageHack.Prefix;

  • TaleWorlds.CampaignSystem.Romance.EndAllCourtships
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.EndAllCourtshipsHack.Prefix;

  • TaleWorlds.CampaignSystem.Conversation.Tags.PlayerIsSpouseTag.IsApplicableTo
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.PlayerIsSpouseTagPatch.Postfix;

  • TaleWorlds.CampaignSystem.Conversation.ConversationHelper.GetHeroRelationToHeroTextShort
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.GetHeroRelationToHeroTextShortHack.Postfix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.ContainsCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocationContainsCharacterrPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.GetLocationCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocationGetLocationCharacterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanPlayerEnter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanPlayerEnterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanPlayerSee
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanPlayerSeePath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.DeserializeDelegate
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonDeserializeDelegatePath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIEnter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanAIEnterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIExit
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanAIExitPath.Prefix;

  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.HeroCreatorDeliverOffSpringPath.Postfix;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchHeroCreator.DeliverOffSpring; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.DailyTickHeroPath.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckAreNearby
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.CheckAreNearbyPath.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPregnancyModel.GetDailyChanceOfPregnancyForHero
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.GetDailyChanceOfPregnancyForHero.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.ChildConceivedPath.Prefix;
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPregnancyCampaignBehavior.ChildConceived; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AgingCampaignBehavior.DailyTickHero
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.AgingCampaignBehaviorPatch+AgingCampaignBehaviorDailyTickPatch.Prefix;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.HeroDeveloper.DeriveSkillsFromTraits
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.AgingCampaignBehaviorPatch+OnHeroComesOfAgePatch.Postfix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateClanName
    • Prefixes
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.CalradiaExpandedKingdomsFixPath.Prefix;

  • TaleWorlds.CampaignSystem.CampaignEvents.OnGameLoaded
    • Postfixes
      • Owner: sue.mod.mb2.SueMBService; Namespace: SueMBService.Paths.CampaignEventsPath.Postfix;

  • TaleWorlds.CampaignSystem.Clan.AfterLoad
    • Postfixes
      • Owner: sue.mod.mb2.SueMBService; Namespace: SueMBService.Paths.CampaignLoadPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
    • Prefixes
      • Owner: KingdomDestruction; Namespace: KingdomDestruction.Patches.StopDeclareWarPatch.Prefix;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.Library.ViewModel.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealisticWeather; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.MountAndBlade.CustomBattleAgentStatCalculateModel.UpdateHumanStats
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Postfix; Priority: 0;
    • Finalizers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Finalizer;
    • Transpilers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Transpiler;

  • TaleWorlds.MountAndBlade.CustomBattleAgentStatCalculateModel.UpdateHorseStats
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Postfix; Priority: 0;
    • Finalizers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Finalizer;
    • Transpilers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Transpiler;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateHumanStats
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Postfix; Priority: 0;
    • Finalizers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Finalizer;
    • Transpilers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Transpiler;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateHorseStats
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Postfix; Priority: 0;
    • Finalizers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Finalizer;
    • Transpilers
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.GameModels.RealisticWeatherAgentStatCalculateModel.Transpiler;

  • TaleWorlds.MountAndBlade.CustomBattle.CustomBattle.MapSelectionGroupVM.RandomizeAll
    • Postfixes
      • Owner: mod.bannerlord.realisticweather; Namespace: RealisticWeather.ViewModels.RealisticWeatherSelectionGroupVM.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Bannerlord.FamilyTree; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Bannerlord.FamilyTree; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultInformationRestrictionModel.DoesPlayerKnowDetailsOf
    • Prefixes
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.RemoveFogOfWar.DefaultInformationRestrictionModelPatch.DoesPlayerKnowDetailsOfSettlementPrefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultInformationRestrictionModel.DoesPlayerKnowDetailsOf
    • Prefixes
      • Owner: Bannerlord.RemoveFogOfWar; Namespace: Bannerlord.RemoveFogOfWar.DefaultInformationRestrictionModelPatch.DoesPlayerKnowDetailsOfHeroPrefix;

  • Telepathy.TelepathySubModule.PrintPatchingError
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.TelepathySubModulePatch.Prefix;

  • TaleWorlds.CampaignSystem.Roster.FlattenedTroopRoster.GenerateUniqueNoFromParty
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.Patches.FlattenedTroopRosterPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenuManager.ExitToLast
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.Patches.GameMenuManagerPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.Refresh
    • Prefixes
      • Owner: Telepathy; Namespace: Telepathy.Patches.EncyclopediaHeroPageVMPatch.Prefix;

  • TaleWorlds.CampaignSystem.Campaign..ctor
    • Transpilers
      • Owner: com.github.gnivler.StartDatePrototype; Namespace: StartDatePrototype.SubModule.Transpiler;

  • SandBox.GauntletUI.BannerEditor.BannerEditorView.OnTick
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.BannerPaste.Postfix;

  • TaleWorlds.Core.Banner.GetFirstIconColor
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.AssignUniqueSecondaryBannerColor.Prefix;

  • TaleWorlds.Core.ImageIdentifier..ctor
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.ClearBannerCode.Prefix;

  • TaleWorlds.CampaignSystem.Clan.UpdateBannerColor
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.UpdateKingdomColorOnBannerChange.Postfix;

  • SandBox.View.Map.PartyVisual.AddCharacterToPartyIcon
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PersistClothingColorWorldMap.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CampaignUIHelper.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.UIHeadshotClothingPersistence.Postfix;

  • SandBox.ViewModelCollection.SandBoxUIHelper.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.UIHeadshotClothingPersistenceSandbox.Postfix;

  • TaleWorlds.MountAndBlade.Mission.SpawnAgent
    • Prefixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.SceneColorPersistence.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPInventoryVM.UpdateCurrentCharacterIfPossible
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.InventoryColorPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyVM.RefreshCurrentCharacterInformation
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PartyColorPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.HeroViewModel.FillFrom
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.CharacterSheetPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.PartyHeadshotPersistence.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.ClanPartyItemVM.GetCharacterCode
    • Postfixes
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.ClanViewPersistence.Postfix;

  • TaleWorlds.CampaignSystem.SceneInformationPopupTypes.CampaignSceneNotificationHelper.CreateNotificationCharacterFromHero
    • Transpilers
      • Owner: BannerColorPersistance with BannerPaste; Namespace: BannerColorPersistence.ExecutionScenePersistence.Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM.RefreshMenuOptions
    • Postfixes
      • Owner: bannerlord.mcm.mainmenuscreeninjection_v4; Namespace: MCM.UI.Functionality.DefaultGameMenuScreenHandler.RefreshMenuOptionsPostfix; Priority: 300;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.Extensions.Attributes.get_All
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchAttributes.All;

  • TaleWorlds.Core.BasicCharacterObject.GetSkillValue
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchBasicCharacterObject.CharacterSkills;

  • TaleWorlds.CampaignSystem.CharacterObject.get_UpgradeTargets
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.UpgradeTargets;

  • TaleWorlds.CampaignSystem.CharacterObject.get_Culture
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.Culture;

  • TaleWorlds.CampaignSystem.CharacterObject.get_FirstBattleEquipment
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchCharacterObject.FirstBattleEquipment;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerCaptivityCampaignBehavior.CheckCaptivityChange
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPlayerCaptivityCampaignBehavior.CheckCaptivityChange;

  • TaleWorlds.CampaignSystem.ViewModelCollection.ClanManagement.Categories.ClanIncomeVM.RefreshList
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchClanIncomeVM.RefreshList;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanIncomeInternal
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchDefaultClanFinanceModel.CalculateClanIncomeInternal;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.ActivateGameMenu;

  • TaleWorlds.CampaignSystem.GameMenus.GameMenu.SwitchToMenu
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchGameMenu.SwitchToMenu;

  • TaleWorlds.CampaignSystem.Hero.get_Spouse
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEHeroPatch.Postfix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapNotificationVM.GetNotificationFromData
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEMapNotificationVM.GetNotificationFromData;

  • TaleWorlds.CampaignSystem.PlayerCaptivity.StartCaptivity
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchPlayerCaptivity.StartCaptivity;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RansomOfferCampaignBehavior.ConsiderRansomPrisoner
    • Prefixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchRansomOfferCampaignBehavior.ConsiderRansomPrisoner;

  • SandBox.CampaignBehaviors.SettlementMusiciansCampaignBehavior.CreateRandomPlayList
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSettlementMusiciansCampaignBehavior.CreateRandomPlayList;

  • TaleWorlds.CampaignSystem.Extensions.Skills.get_All
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEPatchSkills.All;

  • TaleWorlds.CampaignSystem.Campaign.get_AllCharacterAttributes
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchAllCharacterAttributes.AllCharacterAttributes;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CharacterCreation.CharacterCreationGainedPropertiesVM.GetItemFromAttribute
    • Postfixes
      • Owner: com.CE.captivityEvents; Namespace: CaptivityEvents.Patches.CEBKPatch+CEPatchGetItemFromAttribute.GetItemFromAttribute;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaHeroPageVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.RealmOfThrones; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.Actions.KillCharacterAction.ApplyByRemove
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.CustomCompanions.KillCharacterActionPatch.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.HeroSpawnCampaignBehavior.SpawnMinorFactionHeroes
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.CustomCompanions.HeroSpawnCampaignBehaviorPatches.Prefix;

  • TaleWorlds.CampaignSystem.Encyclopedia.EncyclopediaListItem..ctor
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.CustomCompanions.EncyclopediaListItemPatches.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CompanionsCampaignBehavior.GetCompanionTemplateToSpawn
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.CustomCompanions.CompanionsCampaignBehaviorPatches.Postfix;

  • TaleWorlds.CampaignSystem.Actions.DeclareWarAction.ApplyInternal
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.ModCompatibility.Diplomacy+DeclareWarActionPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.get_InitializerRecord
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.TimeLock.MissionPatch.Postfix;

  • TaleWorlds.CampaignSystem.MapEvents.LootCollector.LootCasualties
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Dragon.LootCollectorPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.FoodConsumptionBehavior.CheckAnimalBreeding
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Dragon.FoodConsumptionBehaviorPatch.Prefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Party.PartyCharacterVM.ExecuteExecuteTroop
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Dragon.PartyCharacterVMPatch.ExecuteExecuteTroopPrefix;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Inventory.SPItemVM..ctor
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Dragon.SPItemVMPatch.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.SpawnBanditOrLooterPartiesAroundAHideoutOrSettlement
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.BanditsCampaignBehaviorPatches+ROTSpawnBanditsAroundSettlements.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BanditsCampaignBehavior.FillANewHideoutWithBandits
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.BanditsCampaignBehaviorPatches+ROTFillNewHideoutWithBandits.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderDefection
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DiplomaticBartersBehaviorPatch.Prefix;

  • TaleWorlds.MountAndBlade.FaceGen.GetRaceNames
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.FaceGenPatch.Postfix;

  • Helpers.FactionHelper.GenerateClanNameforPlayer
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.FactionHelperPatches.Postfix;

  • TaleWorlds.CampaignSystem.CharacterObject.CreateFrom
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.CharacterObjectPatches.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel.CalculateHearthChangeInternal
    • Prefixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultSettlementProsperityModelPatches.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Settlement.get_OwnerClan
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.SettlementPatches+SettlementOwnerClanGetter.Postfix;

  • SandBox.SettlementPositionScript.get_SettlementsDistanceCacheFilePath
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.SettlementPositionScriptPatches.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetCharacterWage
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultPartyWageModelPatches.GetCharacterWagePostfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultAgeModel.get_BecomeOldAge
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultAgeModelPatches.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.get_NumberOfMaximumLooterParties
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultBanditDensityModelPatches+ROTMaximumLooterParties.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.get_NumberOfMaximumHideoutsAtEachBanditFaction
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultBanditDensityModelPatches+ROTMaximumHideouts.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.get_NumberOfInitialHideoutsAtEachBanditFaction
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultBanditDensityModelPatches+ROTInitialHideouts.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.get_NumberOfMaximumBanditPartiesAroundEachHideout
    • Postfixes
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.Core.DefaultBanditDensityModelPatches+ROTMaxBanditAroundHideout.Postfix;

  • SandBox.MapScene.Load
    • Transpilers
      • Owner: realmofthrones.core; Namespace: ROT.HarmonyPatches.AurelianMapFix.Patch.Transpiler;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel.CalculateProsperityChangeInternal
    • Postfixes
      • Owner: motes.stopstarvingyourselves; Namespace: StopStarvingYourselves.Patches.DefaultSettlementProsperityModelPatches.CalculateProsperityChangeInternal.Postfix;

+ Log Files

  • default20230821
      • [2023-08-21T08:02:09.9060108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Resolving: Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
      • [2023-08-21T08:02:07.0998183+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Resolving: Microsoft.mshtml, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
      • [2023-08-21T08:02:06.1794557+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Resolving: Microsoft.Bcl.AsyncInterfaces
      • [2023-08-21T08:02:06.0478879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_13
      • [2023-08-21T08:02:06.0478879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 浣涢浄
      • [2023-08-21T08:02:06.0478879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_11
      • [2023-08-21T08:02:06.0468913+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_10
      • [2023-08-21T08:02:06.0468913+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_10
      • [2023-08-21T08:02:06.0468913+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_7
      • [2023-08-21T08:02:06.0468913+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_10
      • [2023-08-21T08:02:06.0468913+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 寰掑埄
      • [2023-08-21T08:02:06.0468913+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_32
      • [2023-08-21T08:02:06.0458942+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_42
      • [2023-08-21T08:02:06.0458942+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_3
      • [2023-08-21T08:02:06.0458942+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_3
      • [2023-08-21T08:02:06.0458942+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 缃椾紛鏂?
      • [2023-08-21T08:02:06.0458942+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_31
      • [2023-08-21T08:02:06.0458942+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_41
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_1_1_2
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 澶哥綏
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_15_1
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_9
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_15
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_15_2
      • [2023-08-21T08:02:06.0448981+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 娆″瓙鍥?
      • [2023-08-21T08:02:06.0439013+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_11
      • [2023-08-21T08:02:06.0439013+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_4
      • [2023-08-21T08:02:06.0439013+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_3
      • [2023-08-21T08:02:06.0439013+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 娉㈣
      • [2023-08-21T08:02:06.0439013+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_13
      • [2023-08-21T08:02:06.0439013+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_10
      • [2023-08-21T08:02:06.0429037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_6_2
      • [2023-08-21T08:02:06.0429037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 杈惧搱灏?
      • [2023-08-21T08:02:06.0429037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_3_3_1
      • [2023-08-21T08:02:06.0419084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_3_11
      • [2023-08-21T08:02:06.0419084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_3_3_1
      • [2023-08-21T08:02:06.0419084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Generated a child in 闆峰痉
      • [2023-08-21T08:02:06.0419084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_2_3
      • [2023-08-21T08:02:06.0409226+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_2_3
      • [2023-08-21T08:02:06.0369244+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: lord_2_4_1
      • [2023-08-21T08:02:06.0309546+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: hero1 != hero2; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.CampaignSystem\CharacterRelationManager.cs; CallerMemberName: SetHeroRelation; CallerLineNumber: 262
      • [2023-08-21T08:02:06.0309546+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: hero1 != hero2; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.CampaignSystem\CharacterRelationManager.cs; CallerMemberName: SetHeroRelation; CallerLineNumber: 262
      • [2023-08-21T08:02:05.8047012+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_2
      • [2023-08-21T08:02:05.8047012+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.8047012+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.8047012+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_3
      • [2023-08-21T08:02:05.8047012+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.8047012+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.8037041+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_2
      • [2023-08-21T08:02:05.8027084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.8027084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.8027084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_1
      • [2023-08-21T08:02:05.8027084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.8027084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.8017138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.8017138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.8017138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.8007136+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.8007136+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.8007136+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.8007136+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_1
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_3
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.7997173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_2
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_2
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_2
      • [2023-08-21T08:02:05.7987206+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_2
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_3
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.7977240+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_3
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_3
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_2
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_22
      • [2023-08-21T08:02:05.7967272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_2
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_2
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_2
      • [2023-08-21T08:02:05.7957407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_2
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_3
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.7947340+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_3
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_2
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_1
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.7937373+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_1
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_1
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_3
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.7927407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.7917485+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_3
      • [2023-08-21T08:02:05.7917485+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7877570+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7877570+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_1
      • [2023-08-21T08:02:05.7877570+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7877570+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7877570+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_2
      • [2023-08-21T08:02:05.7877570+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7867603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7867603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_10
      • [2023-08-21T08:02:05.7867603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_10
      • [2023-08-21T08:02:05.7867603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_3b
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_0b
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_9
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_1
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_2
      • [2023-08-21T08:02:05.7857646+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7847760+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.7847760+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_2
      • [2023-08-21T08:02:05.7847760+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7847760+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7847760+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_10
      • [2023-08-21T08:02:05.7837707+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_11
      • [2023-08-21T08:02:05.7837707+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_4b
      • [2023-08-21T08:02:05.7837707+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_4b
      • [2023-08-21T08:02:05.7837707+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_8
      • [2023-08-21T08:02:05.7837707+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.7837707+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_3
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_2
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7827754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7817784+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_gl4
      • [2023-08-21T08:02:05.7817784+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_10
      • [2023-08-21T08:02:05.7817784+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_2b
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_3b
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_9
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_3
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_giant_headman_3
      • [2023-08-21T08:02:05.7807823+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_giant_22
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_giant_22
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7797839+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_1
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.7787874+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.7777911+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7767935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7757967+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7748003+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.7748003+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.7748003+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7748003+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.7748003+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7738050+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7738050+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.7738050+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7738050+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7738050+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.7738050+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7728076+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.7718108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7718108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7718108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_2
      • [2023-08-21T08:02:05.7718108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7718108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7718108+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.7708135+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7708135+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7708135+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_1
      • [2023-08-21T08:02:05.7708135+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.7708135+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.7708135+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_1
      • [2023-08-21T08:02:05.7698169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.7698169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.7698169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_3
      • [2023-08-21T08:02:05.7698169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.7698169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.7698169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_2
      • [2023-08-21T08:02:05.7688203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.7688203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.7688203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.7688203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7688203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7688203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.7678237+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7678237+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7678237+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.7678237+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7678237+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7678237+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.7668278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7668278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.7668278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.7668278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.7668278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_2
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7658317+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7648348+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.7638384+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7638384+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7638384+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_gl1
      • [2023-08-21T08:02:05.7638384+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_13
      • [2023-08-21T08:02:05.7628407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_0b
      • [2023-08-21T08:02:05.7628407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_3b
      • [2023-08-21T08:02:05.7628407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_9
      • [2023-08-21T08:02:05.7628407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.7628407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7628407+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7618435+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.7618435+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7618435+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7618435+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_3
      • [2023-08-21T08:02:05.7618435+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_1
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_2
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.7608474+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_1
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_1
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.7598506+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_1
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_2
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.7588541+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.7578663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_3
      • [2023-08-21T08:02:05.7568608+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_3
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7558648+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_3
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_2
      • [2023-08-21T08:02:05.7548676+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_3
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_3
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7538714+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.7528756+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_3
      • [2023-08-21T08:02:05.7528756+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7528756+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.7518788+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_13
      • [2023-08-21T08:02:05.7488873+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_12
      • [2023-08-21T08:02:05.7488873+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_4
      • [2023-08-21T08:02:05.7488873+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_4
      • [2023-08-21T08:02:05.7488873+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_9
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_2
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_3
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.7478907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_1
      • [2023-08-21T08:02:05.7468949+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.7468949+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.7468949+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_11
      • [2023-08-21T08:02:05.7468949+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_11
      • [2023-08-21T08:02:05.7468949+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_2
      • [2023-08-21T08:02:05.7468949+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_1b
      • [2023-08-21T08:02:05.7458983+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_9
      • [2023-08-21T08:02:05.7458983+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_3
      • [2023-08-21T08:02:05.7458983+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7458983+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7458983+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_1
      • [2023-08-21T08:02:05.7449024+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_22
      • [2023-08-21T08:02:05.7449024+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_22
      • [2023-08-21T08:02:05.7449024+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_2
      • [2023-08-21T08:02:05.7449024+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_22
      • [2023-08-21T08:02:05.7449024+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7439046+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_10
      • [2023-08-21T08:02:05.7439046+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_gl1
      • [2023-08-21T08:02:05.7439046+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_2b
      • [2023-08-21T08:02:05.7429069+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_1
      • [2023-08-21T08:02:05.7429069+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_8
      • [2023-08-21T08:02:05.7429069+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_1
      • [2023-08-21T08:02:05.7429069+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.7429069+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.7429069+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_1
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_1
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_11
      • [2023-08-21T08:02:05.7419101+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_13
      • [2023-08-21T08:02:05.7409137+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_4
      • [2023-08-21T08:02:05.7409137+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_2b
      • [2023-08-21T08:02:05.7409137+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_9
      • [2023-08-21T08:02:05.7409137+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_1
      • [2023-08-21T08:02:05.7409137+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7409137+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7399167+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_2
      • [2023-08-21T08:02:05.7399167+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.7399167+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.7399167+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_3
      • [2023-08-21T08:02:05.7399167+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.7399167+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_11
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_13
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_2
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_4
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_8
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_2
      • [2023-08-21T08:02:05.7389204+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_2
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_3
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7379243+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_gl1
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_10
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_0
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_1
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_9
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_1
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.7369278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_1
      • [2023-08-21T08:02:05.7359308+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.7359308+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.7359308+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_2
      • [2023-08-21T08:02:05.7359308+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.7359308+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.7349342+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_13
      • [2023-08-21T08:02:05.7349342+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_11
      • [2023-08-21T08:02:05.7349342+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_3b
      • [2023-08-21T08:02:05.7339374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_4b
      • [2023-08-21T08:02:05.7339374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_9
      • [2023-08-21T08:02:05.7339374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_1
      • [2023-08-21T08:02:05.7339374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.7339374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.7339374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_2
      • [2023-08-21T08:02:05.7329496+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.7329496+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.7329496+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_2
      • [2023-08-21T08:02:05.7329496+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.7329496+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.7329496+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_gl4
      • [2023-08-21T08:02:05.7319591+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_10
      • [2023-08-21T08:02:05.7319591+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_2b
      • [2023-08-21T08:02:05.7319591+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_4
      • [2023-08-21T08:02:05.7319591+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_8
      • [2023-08-21T08:02:05.7319591+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_1
      • [2023-08-21T08:02:05.7319423+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7314403+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7314403+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_3
      • [2023-08-21T08:02:05.7314403+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.7314403+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_3
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_3
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.7304419+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_3
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_2
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_2
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.7294455+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_1
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_1
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_2
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7284497+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_1
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_3
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.7274526+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7264568+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7264568+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.7264568+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7264568+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7264568+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7254589+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7244625+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.7234663+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.7224686+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_1
      • [2023-08-21T08:02:05.7214713+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.7214713+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.7214713+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_3
      • [2023-08-21T08:02:05.7214713+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7214713+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7214713+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7204754+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_8
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_9
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_3
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_3
      • [2023-08-21T08:02:05.7194786+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_10
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.7184819+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.7174855+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_10
      • [2023-08-21T08:02:05.7174855+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_11
      • [2023-08-21T08:02:05.7174855+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_0b
      • [2023-08-21T08:02:05.7174855+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_1
      • [2023-08-21T08:02:05.7174855+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_9
      • [2023-08-21T08:02:05.7174855+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_1
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_2
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.7164968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.7154930+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_7
      • [2023-08-21T08:02:05.7154930+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_7
      • [2023-08-21T08:02:05.7154930+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_2b
      • [2023-08-21T08:02:05.7154930+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_3c
      • [2023-08-21T08:02:05.7144965+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_8
      • [2023-08-21T08:02:05.7115065+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.7115065+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7115065+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7115065+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.7115065+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7115065+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7105086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_3
      • [2023-08-21T08:02:05.7105086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.7105086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.7105086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_gl4
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_gl4
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_1
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_1b
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_9
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_2
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.7095119+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.7085155+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7085155+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.7085155+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_gl4
      • [2023-08-21T08:02:05.7085155+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_10
      • [2023-08-21T08:02:05.7085155+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_0b
      • [2023-08-21T08:02:05.7075188+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_3b
      • [2023-08-21T08:02:05.7075188+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_8
      • [2023-08-21T08:02:05.7075188+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.7075188+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.7075188+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7065221+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.7065221+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.7065221+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7065221+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_3
      • [2023-08-21T08:02:05.7055255+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7055255+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.7045285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_10
      • [2023-08-21T08:02:05.7045285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_12
      • [2023-08-21T08:02:05.7045285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_4b
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_0b
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_8
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_2
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_3
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.7035314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_2
      • [2023-08-21T08:02:05.7025354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.7025354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.7025354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_13
      • [2023-08-21T08:02:05.7025354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_11
      • [2023-08-21T08:02:05.7025354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_4
      • [2023-08-21T08:02:05.7025354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_2b
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_8
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.7015396+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_5
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_5
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_0b
      • [2023-08-21T08:02:05.7005418+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_1
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_artisan_1
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_1
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6995453+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_1
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_2
      • [2023-08-21T08:02:05.6985488+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_2
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_11
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_11
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_2b
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_1
      • [2023-08-21T08:02:05.6975520+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_8
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_3
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_1
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6965564+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_1
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_gl4
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_gl4
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_1
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_2
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_8
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_1
      • [2023-08-21T08:02:05.6955588+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_3
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_1
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_3
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6945633+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6935656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_gl1
      • [2023-08-21T08:02:05.6935656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_10
      • [2023-08-21T08:02:05.6935656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_3
      • [2023-08-21T08:02:05.6935656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_1
      • [2023-08-21T08:02:05.6935656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_9
      • [2023-08-21T08:02:05.6935656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_1
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_1
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_2
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6925719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6915727+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_1
      • [2023-08-21T08:02:05.6915727+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6915727+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6915727+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_gangleader_2
      • [2023-08-21T08:02:05.6915727+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_gangleader_1
      • [2023-08-21T08:02:05.6905761+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_khuzait_merchant_1
      • [2023-08-21T08:02:05.6905761+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_khuzait_2b
      • [2023-08-21T08:02:05.6905761+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_artisan_2
      • [2023-08-21T08:02:05.6905761+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6905761+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6895814+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6895814+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6895814+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6895814+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6885820+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6885820+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6885820+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6885820+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_gangleader_3
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_gangleader_3
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_khuzait_merchant_1
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_khuzait_1
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_artisan_3
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6875857+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_3
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.6865920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_3
      • [2023-08-21T08:02:05.6855919+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.6855919+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.6855919+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_12
      • [2023-08-21T08:02:05.6855919+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_13
      • [2023-08-21T08:02:05.6855919+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_3b
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_0
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_9
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_3
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_1
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6845953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6836070+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6836070+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6836070+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6836070+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6836070+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6836070+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_13
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_gl1
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_2b
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_1
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_8
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6826020+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6816053+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sarnor_headman_3
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_21
      • [2023-08-21T08:02:05.6806086+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sarnor_22
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_headman_3
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_1
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_khuzait_rural_notable_2
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6796121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6786273+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_2
      • [2023-08-21T08:02:05.6786273+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_21
      • [2023-08-21T08:02:05.6786273+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_valyrian_headman_2
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_valyrian_22
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6676538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_1
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_2
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_1
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.6666634+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.6656586+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_gl4
      • [2023-08-21T08:02:05.6656586+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_13
      • [2023-08-21T08:02:05.6656586+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_0
      • [2023-08-21T08:02:05.6656586+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_4
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_8
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_3
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6646623+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6636652+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6626688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_4
      • [2023-08-21T08:02:05.6626688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_4
      • [2023-08-21T08:02:05.6626688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_0e
      • [2023-08-21T08:02:05.6626688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_merchant_1
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_artisan_2
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6616717+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_5
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_5
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_1b
      • [2023-08-21T08:02:05.6606750+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_merchant_1
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_artisan_1
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_3
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_1
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.6596789+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_21
      • [2023-08-21T08:02:05.6586831+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.6586831+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6586831+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6586831+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6586831+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6586831+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_5
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_4
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_1
      • [2023-08-21T08:02:05.6576861+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_battania_0d
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_artisan_1
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.6566910+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_gl4
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_10
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_0
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_1
      • [2023-08-21T08:02:05.6556927+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_8
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_2
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_nightswatch_headman_2
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_nightswatch_22
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6546953+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_1
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freehouses_headman_1
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_22
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freehouses_21
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.6536988+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_1
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6527023+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_3
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.6517061+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6507100+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6507100+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_1
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_3
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_merch2
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_merch1
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_artisan_2
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6497121+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6487152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_3
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_3
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_merch2
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_merch4
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_artisan_1
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6477187+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6467219+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_12
      • [2023-08-21T08:02:05.6467219+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_12
      • [2023-08-21T08:02:05.6467219+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_3b
      • [2023-08-21T08:02:05.6467219+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_0
      • [2023-08-21T08:02:05.6467219+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_8
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.6457254+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6447286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6447286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_11
      • [2023-08-21T08:02:05.6447286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_gl4
      • [2023-08-21T08:02:05.6447286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_1
      • [2023-08-21T08:02:05.6447286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_2b
      • [2023-08-21T08:02:05.6447286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_8
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_gl4
      • [2023-08-21T08:02:05.6437323+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_gl1
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_4b
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_4
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_9
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6427362+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_1
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_3
      • [2023-08-21T08:02:05.6417401+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_merch3
      • [2023-08-21T08:02:05.6407436+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_1
      • [2023-08-21T08:02:05.6407436+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_artisan_1
      • [2023-08-21T08:02:05.6407436+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.6407436+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6407436+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6407436+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.6397451+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.6387483+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.6387483+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_gl4
      • [2023-08-21T08:02:05.6387483+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_gl1
      • [2023-08-21T08:02:05.6387483+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_2
      • [2023-08-21T08:02:05.6377525+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_4b
      • [2023-08-21T08:02:05.6377525+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_9
      • [2023-08-21T08:02:05.6377525+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.6377525+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6347620+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6347620+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.6347620+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6347620+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_gl4
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_gl4
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_2
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_1b
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_8
      • [2023-08-21T08:02:05.6337656+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.6327688+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6317834+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6312684+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.6312684+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6312684+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.6312684+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_1
      • [2023-08-21T08:02:05.6312684+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_3
      • [2023-08-21T08:02:05.6302702+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.6292744+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.6292744+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_2
      • [2023-08-21T08:02:05.6292744+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.6292744+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.6292744+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_11
      • [2023-08-21T08:02:05.6292744+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_gl1
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_0b
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_4
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_9
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_1
      • [2023-08-21T08:02:05.6282775+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6272803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6272803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.6272803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6272803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6272803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_3
      • [2023-08-21T08:02:05.6272803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.6262840+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.6262840+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_9
      • [2023-08-21T08:02:05.6252872+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_9
      • [2023-08-21T08:02:05.6252872+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_0
      • [2023-08-21T08:02:05.6252872+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_2
      • [2023-08-21T08:02:05.6252872+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_10
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_1
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6242897+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6232936+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6232936+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6232936+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6232936+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_8
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_7
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_3b
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_1
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_10
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_2
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6222973+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_2
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_2
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_12
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_13
      • [2023-08-21T08:02:05.6213010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_4b
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_0b
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_8
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_1
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_3
      • [2023-08-21T08:02:05.6203037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_2
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_3
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.6193084+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_gl4
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_gl1
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_2b
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_2
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_8
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6183113+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_3
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_2
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6173230+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_13
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_11
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_4
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_2
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_9
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6163169+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_3
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_13
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_13
      • [2023-08-21T08:02:05.6153203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_1
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_0
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_9
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6143239+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6133264+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_1
      • [2023-08-21T08:02:05.6133264+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6133264+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6133264+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_8
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_8
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_0b
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_0
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_10
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_1
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_myrish_headman_3
      • [2023-08-21T08:02:05.6123303+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_22
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_myrish_21
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6113335+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_ghiscari_1
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_22
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_ghiscari_21
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_tyroshi_headman_1
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_22
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_tyroshi_21
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_1
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.6103444+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_2
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_12
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_1
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_3
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.6093406+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lyseni_headman_3
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_21
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lyseni_22
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_aserai_headman_3
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_aserai_11
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.6083445+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6073490+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6073490+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.6073490+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.6073490+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6063503+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_gl1
      • [2023-08-21T08:02:05.6063503+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_12
      • [2023-08-21T08:02:05.6063503+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_3
      • [2023-08-21T08:02:05.6053538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_1
      • [2023-08-21T08:02:05.6053538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_8
      • [2023-08-21T08:02:05.6053538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.6053538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.6053538+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6043674+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_1
      • [2023-08-21T08:02:05.6013678+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6013678+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.6013678+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_2
      • [2023-08-21T08:02:05.6003703+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.6003703+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.6003703+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_gl4
      • [2023-08-21T08:02:05.6003703+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_gl1
      • [2023-08-21T08:02:05.5993731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_0
      • [2023-08-21T08:02:05.5993731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_4b
      • [2023-08-21T08:02:05.5993731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_9
      • [2023-08-21T08:02:05.5993731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5993731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5993731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_2
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5983771+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_gl1
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_12
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_0
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_1
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_8
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_2
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_2
      • [2023-08-21T08:02:05.5973803+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_gl4
      • [2023-08-21T08:02:05.5963842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_gl4
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_3b
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_2b
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_9
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_2
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.5953870+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5943902+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5943902+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_6
      • [2023-08-21T08:02:05.5943902+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_7
      • [2023-08-21T08:02:05.5943902+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_3b
      • [2023-08-21T08:02:05.5943902+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_3
      • [2023-08-21T08:02:05.5933937+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_8
      • [2023-08-21T08:02:05.5933937+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.5933937+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.5933937+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.5933937+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.5933937+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5923969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5923969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.5923969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5923969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5914025+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_6
      • [2023-08-21T08:02:05.5914025+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_7
      • [2023-08-21T08:02:05.5904048+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_1
      • [2023-08-21T08:02:05.5904048+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_3b
      • [2023-08-21T08:02:05.5904048+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_8
      • [2023-08-21T08:02:05.5904048+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5904048+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5894092+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5894092+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5894092+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5894092+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5894092+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_3
      • [2023-08-21T08:02:05.5894092+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5884100+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5884100+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_13
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_13
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_0
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_1
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_9
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_headman_2
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_rural_notable_1
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_battania_rural_notable_2
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.5874140+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_3
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_2
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_freefolk_headman_2
      • [2023-08-21T08:02:05.5864172+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_21
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_freefolk_22
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_2
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_2
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_9
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5854203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_sturgia_headman_3
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_sturgia_10
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_1
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.5844236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_12
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_12
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_2b
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_4
      • [2023-08-21T08:02:05.5834272+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_9
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_3
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_2
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.5824314+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_2
      • [2023-08-21T08:02:05.5814353+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.5814353+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_21
      • [2023-08-21T08:02:05.5814353+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_10
      • [2023-08-21T08:02:05.5814353+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_11
      • [2023-08-21T08:02:05.5814353+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_0b
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_1
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_9
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_1
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_3
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5804374+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5794402+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_1
      • [2023-08-21T08:02:05.5794402+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5794402+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5784442+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_12
      • [2023-08-21T08:02:05.5784442+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_11
      • [2023-08-21T08:02:05.5784442+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_4b
      • [2023-08-21T08:02:05.5784442+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_2b
      • [2023-08-21T08:02:05.5784442+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_9
      • [2023-08-21T08:02:05.5784442+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_2
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_2
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5774472+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5764516+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_13
      • [2023-08-21T08:02:05.5764516+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_10
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_1
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_2b
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_9
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_1
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5754537+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_3
      • [2023-08-21T08:02:05.5744573+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5744573+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5744573+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_2
      • [2023-08-21T08:02:05.5744573+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5744573+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5744573+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_10
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_gl1
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_2b
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_3
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_9
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_1
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_21
      • [2023-08-21T08:02:05.5734603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_3
      • [2023-08-21T08:02:05.5724731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5724731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5724731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_volantine_headman_2
      • [2023-08-21T08:02:05.5724731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5724731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_22
      • [2023-08-21T08:02:05.5724731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_1
      • [2023-08-21T08:02:05.5714667+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.5714667+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_1
      • [2023-08-21T08:02:05.5714667+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_13
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_11
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_4b
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_0
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_volantine_9
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_3
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_3
      • [2023-08-21T08:02:05.5704708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_2
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_2
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_gl4
      • [2023-08-21T08:02:05.5694737+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_gl4
      • [2023-08-21T08:02:05.5684859+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_2b
      • [2023-08-21T08:02:05.5684859+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_3b
      • [2023-08-21T08:02:05.5684859+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_9
      • [2023-08-21T08:02:05.5684859+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.5664842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_22
      • [2023-08-21T08:02:05.5664842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_1
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_3
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.5654871+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5644921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_2
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_qohorik_headman_3
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_qohorik_22
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_2
      • [2023-08-21T08:02:05.5634947+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_norvos_headman_1
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_22
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_norvos_21
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_2
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_21
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.5624969+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_3
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_3
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5615006+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_13
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_10
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_2b
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_0b
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_8
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.5605037+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_3
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_gangleader_2
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_1
      • [2023-08-21T08:02:05.5595152+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_merch2
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_artisan_2
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_2
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_2
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_21
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_2
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_crownlands_headman_2
      • [2023-08-21T08:02:05.5585103+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.5575138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_22
      • [2023-08-21T08:02:05.5575138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_gl4
      • [2023-08-21T08:02:05.5575138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_gl4
      • [2023-08-21T08:02:05.5575138+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_4b
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_3
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_crownlands_8
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5565261+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_10
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_11
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_2b
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_4b
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_8
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5555203+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5545285+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_gl4
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_10
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_0b
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_0
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_8
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.5535292+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_10
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_gl4
      • [2023-08-21T08:02:05.5525311+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_3
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_0b
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_8
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_2
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5515351+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5505380+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5505380+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5505380+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5505380+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5505380+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5505380+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5495404+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_3
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_dragonstone_headman_1
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_22
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_dragonstone_21
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_reach_headman_3
      • [2023-08-21T08:02:05.5485437+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_reach_21
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_3
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_21
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_lorathi_headman_2
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_22
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_22
      • [2023-08-21T08:02:05.5475470+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_12
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_gl1
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_2
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_4b
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_lorathi_8
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_2
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5465504+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_1
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_empire_headman_3
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_21
      • [2023-08-21T08:02:05.5455543+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_22
      • [2023-08-21T08:02:05.5445578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_13
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_gl4
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_2
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_3b
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_empire_8
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_1
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5435603+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_pentoshi_headman_3
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_22
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_3
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5425638+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_13
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_gl1
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_1b
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_3b
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_pentoshi_8
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_3
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5415668+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5405710+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.5405710+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5405710+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5405710+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_gl4
      • [2023-08-21T08:02:05.5405710+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_gl1
      • [2023-08-21T08:02:05.5405710+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_4
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_3b
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_8
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5395734+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5385865+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_10
      • [2023-08-21T08:02:05.5385865+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_11
      • [2023-08-21T08:02:05.5365845+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_2
      • [2023-08-21T08:02:05.5365845+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_2
      • [2023-08-21T08:02:05.5365845+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_8
      • [2023-08-21T08:02:05.5365845+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5365845+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5355879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5345991+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5345991+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_13
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_10
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_2b
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_0
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_9
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_3
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5325971+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stormlands_headman_1
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_21
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_stormlands_22
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_3
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5316199+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_1
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_river_headman_2
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_22
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_river_21
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_2
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5303190+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_3
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vale_headman_1
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_21
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vale_22
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_vlandia_headman_2
      • [2023-08-21T08:02:05.5293306+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5223456+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_notable_vlandia_rural_2
      • [2023-08-21T08:02:05.5183674+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_khuzait_4
      • [2023-08-21T08:02:05.5173704+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_aserai_5
      • [2023-08-21T08:02:05.5173704+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_khuzait_3
      • [2023-08-21T08:02:05.5163741+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_sturgia_1
      • [2023-08-21T08:02:05.5163741+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_vlandia_6
      • [2023-08-21T08:02:05.5153788+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_khuzait_1
      • [2023-08-21T08:02:05.5143735+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_empire_6
      • [2023-08-21T08:02:05.5143735+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_empire_7
      • [2023-08-21T08:02:05.5133773+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_battania_0
      • [2023-08-21T08:02:05.5123791+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_empire_4
      • [2023-08-21T08:02:05.5123791+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_empire_8
      • [2023-08-21T08:02:05.5123791+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_vlandia_5
      • [2023-08-21T08:02:05.5113821+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_empire_2
      • [2023-08-21T08:02:05.5103872+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_sturgia_3
      • [2023-08-21T08:02:05.5073957+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wanderer_khuzait_0
      • [2023-08-21T08:02:05.5014161+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_harpy_3
      • [2023-08-21T08:02:05.5014161+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_harpy_2
      • [2023-08-21T08:02:05.5014161+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_harpy_1
      • [2023-08-21T08:02:05.5004189+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_harpy_0
      • [2023-08-21T08:02:05.5004189+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_bright_banners_3
      • [2023-08-21T08:02:05.5004189+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_bright_banners_2
      • [2023-08-21T08:02:05.5004189+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_bright_banners_1
      • [2023-08-21T08:02:05.5004189+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_bright_banners_0
      • [2023-08-21T08:02:05.4994218+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wild_hares_3
      • [2023-08-21T08:02:05.4994218+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wild_hares_2
      • [2023-08-21T08:02:05.4994218+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_wild_hares_1
      • [2023-08-21T08:02:05.4994218+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_wild_hares_0
      • [2023-08-21T08:02:05.4994218+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_windblown_3
      • [2023-08-21T08:02:05.4994218+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_windblown_2
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_windblown_1
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_windblown_0
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_long_lances_3
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_long_lances_2
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_long_lances_1
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_long_lances_0
      • [2023-08-21T08:02:05.4984256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stone_crows_3
      • [2023-08-21T08:02:05.4974291+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stone_crows_2
      • [2023-08-21T08:02:05.4974291+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_stone_crows_1
      • [2023-08-21T08:02:05.4974291+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_stone_crows_0
      • [2023-08-21T08:02:05.4974291+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_moon_brothers_3
      • [2023-08-21T08:02:05.4974291+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_moon_brothers_2
      • [2023-08-21T08:02:05.4964332+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_moon_brothers_1
      • [2023-08-21T08:02:05.4964332+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_moon_brothers_0
      • [2023-08-21T08:02:05.4964332+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_brave_companions_3
      • [2023-08-21T08:02:05.4964332+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_brave_companions_2
      • [2023-08-21T08:02:05.4964332+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_brave_companions_1
      • [2023-08-21T08:02:05.4954357+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_brave_companions_0
      • [2023-08-21T08:02:05.4954357+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_golden_company_3
      • [2023-08-21T08:02:05.4954357+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_golden_company_2
      • [2023-08-21T08:02:05.4954357+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_golden_company_1
      • [2023-08-21T08:02:05.4954357+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_golden_company_0
      • [2023-08-21T08:02:05.4944473+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_brotherhood_3
      • [2023-08-21T08:02:05.4944473+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_brotherhood_2
      • [2023-08-21T08:02:05.4944473+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_brotherhood_1
      • [2023-08-21T08:02:05.4944473+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_brotherhood_0
      • [2023-08-21T08:02:05.4934507+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_faith_militant_3
      • [2023-08-21T08:02:05.4934507+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: spc_faith_militant_2
      • [2023-08-21T08:02:05.4934507+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_faith_militant_1
      • [2023-08-21T08:02:05.4924544+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTuniqueleader_spc_faith_militant_0
      • [2023-08-21T08:01:45.2896182+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer44
      • [2023-08-21T08:01:45.2886341+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer43
      • [2023-08-21T08:01:45.2876256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer42
      • [2023-08-21T08:01:45.2876256+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer41
      • [2023-08-21T08:01:45.2866277+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer40
      • [2023-08-21T08:01:45.2866277+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer39
      • [2023-08-21T08:01:45.2856313+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer38
      • [2023-08-21T08:01:45.2856313+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer37
      • [2023-08-21T08:01:45.2846350+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer17
      • [2023-08-21T08:01:45.2846350+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer34
      • [2023-08-21T08:01:45.2836408+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer15
      • [2023-08-21T08:01:45.2836408+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer14
      • [2023-08-21T08:01:45.2826498+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer30
      • [2023-08-21T08:01:45.2826498+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer25
      • [2023-08-21T08:01:45.2826498+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer8
      • [2023-08-21T08:01:45.2816448+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer6
      • [2023-08-21T08:01:45.2806479+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer3
      • [2023-08-21T08:01:45.2806479+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer1
      • [2023-08-21T08:01:45.2796600+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer20
      • [2023-08-21T08:01:45.2796600+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer35
      • [2023-08-21T08:01:45.2796600+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer26
      • [2023-08-21T08:01:45.2786630+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer16
      • [2023-08-21T08:01:45.2786630+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer13
      • [2023-08-21T08:01:45.2776585+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer10
      • [2023-08-21T08:01:45.2766617+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer36
      • [2023-08-21T08:01:45.2756657+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer27
      • [2023-08-21T08:01:45.2746677+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer2
      • [2023-08-21T08:01:45.2736708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer23
      • [2023-08-21T08:01:45.2736708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer21
      • [2023-08-21T08:01:45.2736708+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer22
      • [2023-08-21T08:01:45.2726747+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer32
      • [2023-08-21T08:01:45.2726747+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer5
      • [2023-08-21T08:01:45.2726747+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer9
      • [2023-08-21T08:01:45.2716777+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer7
      • [2023-08-21T08:01:45.2716777+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer24
      • [2023-08-21T08:01:45.2706818+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer31
      • [2023-08-21T08:01:45.2706818+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer29
      • [2023-08-21T08:01:45.2696846+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer12
      • [2023-08-21T08:01:45.2686968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer4
      • [2023-08-21T08:01:45.2686968+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer19
      • [2023-08-21T08:01:45.2676941+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer11
      • [2023-08-21T08:01:45.2666966+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer28
      • [2023-08-21T08:01:45.2656993+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer33
      • [2023-08-21T08:01:45.1799859+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: creating hero from template with id: ROTwanderer18
      • [2023-08-21T08:01:42.7923275+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Ticking map scene for first initialization
      • [2023-08-21T08:01:42.3597649+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: SettlementsDistanceCacheFilePath: ..\..\Modules\ROT-Map//ModuleData/settlements_distance_cache.bin
      • [2023-08-21T08:01:41.9204533+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: SettlementsDistanceCacheFilePath: ..\..\Modules\ROT-Map//ModuleData/settlements_distance_cache.bin
      • [2023-08-21T08:01:41.8835698+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Native/ModuleData/worldmap_color_grades.xml
      • [2023-08-21T08:01:34.8598976+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: reading map scene
      • [2023-08-21T08:01:34.8598976+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Creating map scene
      • [2023-08-21T08:01:34.8290010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: TopScreen: GameLoadingScreen
      • [2023-08-21T08:01:34.8290010+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: OnGameWindowFocusChange: False
      • [2023-08-21T08:01:34.5713201+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: AddGlobalLayer
      • [2023-08-21T08:01:34.5284611+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/MusicTracks.xsd
      • [2023-08-21T08:01:34.5224921+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/settlement_tracks.xml
      • [2023-08-21T08:01:34.5088343+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/MusicInstruments.xsd
      • [2023-08-21T08:01:34.5018669+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/settlement_track_instruments.xml
      • [2023-08-21T08:01:34.3872412+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: NetworkMain Initialized
      • [2023-08-21T08:01:34.3732863+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Initializing NetworkMain
      • [2023-08-21T08:01:34.3085038+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Settlements.xsd
      • [2023-08-21T08:01:34.3035200+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ExpandedArmouryBL/ModuleData/settlements.xml
      • [2023-08-21T08:01:34.2397422+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Settlements.xsd
      • [2023-08-21T08:01:34.2377502+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Map/ModuleData/settlements.xml
      • [2023-08-21T08:01:34.1559896+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Settlements.xsd
      • [2023-08-21T08:01:34.1340660+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Map/ModuleData/settlements.xml
      • [2023-08-21T08:01:34.0802224+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Settlements.xsd
      • [2023-08-21T08:01:34.0622838+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/settlements.xml
      • [2023-08-21T08:01:34.0184286+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Settlements.xsd
      • [2023-08-21T08:01:34.0024907+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/settlements.xml
      • [2023-08-21T08:01:33.9865387+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/LocationComplexTemplates.xsd
      • [2023-08-21T08:01:33.9765774+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/location_complex_templates.xml
      • [2023-08-21T08:01:33.9686046+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/WorkshopTypes.xsd
      • [2023-08-21T08:01:33.9636128+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ExpandedArmouryBL/ModuleData/spworkshops.xml
      • [2023-08-21T08:01:33.9596269+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/WorkshopTypes.xsd
      • [2023-08-21T08:01:33.9506639+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\MixMashChineseFantasyArmorPack/ModuleData/spworkshops.xml
      • [2023-08-21T08:01:33.9397009+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/WorkshopTypes.xsd
      • [2023-08-21T08:01:33.9297346+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/spworkshops.xml
      • [2023-08-21T08:01:33.8430242+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Factions.xsd
      • [2023-08-21T08:01:33.8390371+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ExpandedArmouryBL/ModuleData/spclans.xml
      • [2023-08-21T08:01:33.8290628+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Factions.xsd
      • [2023-08-21T08:01:33.8200929+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/ROT_spclans.xml
      • [2023-08-21T08:01:33.8051427+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Factions.xsd
      • [2023-08-21T08:01:33.7961733+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/rc_clans.xml
      • [2023-08-21T08:01:33.7882095+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Factions.xsd
      • [2023-08-21T08:01:33.7772354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/spclans.xml
      • [2023-08-21T08:01:33.7493415+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Kingdoms.xsd
      • [2023-08-21T08:01:33.7443551+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ExpandedArmouryBL/ModuleData/spkingdoms.xml
      • [2023-08-21T08:01:33.7204267+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Kingdoms.xsd
      • [2023-08-21T08:01:33.7134584+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/ROT_spkingdoms.xml
      • [2023-08-21T08:01:33.7044894+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Kingdoms.xsd
      • [2023-08-21T08:01:33.6935158+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/spkingdoms.xml
      • [2023-08-21T08:01:33.6456768+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Heroes.xsd
      • [2023-08-21T08:01:33.6177696+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/ROT_heroes.xml
      • [2023-08-21T08:01:33.6038173+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Heroes.xsd
      • [2023-08-21T08:01:33.5988415+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/rc_heroes.xml
      • [2023-08-21T08:01:33.5848880+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Heroes.xsd
      • [2023-08-21T08:01:33.5749211+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/heroes.xml
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 楣拌韩濂冲闈㈠叿 does not fit to slot Cape; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 閾滄姢鑵?does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 楣拌韩濂冲闈㈠叿 does not fit to slot Cape; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 閾滄姢鑵?does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 楣拌韩濂冲闈㈠叿 does not fit to slot Cape; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 閾滄姢鑵?does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 楣拌韩濂冲闈㈠叿 does not fit to slot Cape; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.5629578+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 閾滄姢鑵?does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.4373733+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 杞诲瀷閿ュご绠?does not fit to slot NumPrimaryWeaponSlots; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.4313941+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 澶氭仼鎶よ厱 does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.4303978+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 澶氭仼鎶よ厱 does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.4303978+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 澶氭仼鎶よ厱 does not fit to slot Leg; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.4204301+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 鐡︽湕姣旈獜椹?does not fit to slot HorseHarness; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:33.4204301+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: Assert Failed!: 鐡︽湕姣旈獜椹?does not fit to slot HorseHarness; CallerFilePath: C:\Develop\MB3\Source\Bannerlord\TaleWorlds.Core\Equipment.cs; CallerMemberName: DeserializeNode; CallerLineNumber: 161
      • [2023-08-21T08:01:32.8368841+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:32.8309091+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ExpandedArmouryBL/ModuleData/spnpccharacters.xml
      • [2023-08-21T08:01:32.5508278+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:32.5398535+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/spspecialcharacters_ROTcustomwanderers.xml
      • [2023-08-21T08:01:32.2336802+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:32.2207236+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/spspecialcharacters.xml
      • [2023-08-21T08:01:31.2536916+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:31.2188083+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/ROT_lords.xml
      • [2023-08-21T08:01:29.6888992+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:29.6639822+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/ROT_spnpccharacters.xml
      • [2023-08-21T08:01:27.4789998+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:27.3883039+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/notablesROT.xml
      • [2023-08-21T08:01:27.0783465+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:27.0494382+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ROT-Content/ModuleData/ROT-Troops.xml
      • [2023-08-21T08:01:26.8162170+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:26.8082449+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\zCEzBCCaptorGear/ModuleData/bccaptor_girls.xml
      • [2023-08-21T08:01:26.6158879+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:26.5994390+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/caravan.xml
      • [2023-08-21T08:01:26.4238382+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:26.4108891+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/merc.xml
      • [2023-08-21T08:01:26.2115582+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:26.2015624+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/rc_spcompanion.xml
      • [2023-08-21T08:01:26.0550516+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:26.0381096+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/rc_specialcharacters.xml
      • [2023-08-21T08:01:25.8726621+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:25.8487510+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/lords.xml
      • [2023-08-21T08:01:25.0498842+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.9935552+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\Renascence Caradia/ModuleData/rc_army.xml
      • [2023-08-21T08:01:24.8166388+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.8076719+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/spgenericcharacters.xml
      • [2023-08-21T08:01:24.7191001+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.7031516+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/spspecialcharacters.xml
      • [2023-08-21T08:01:24.6398479+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.6308706+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/caravans.xml
      • [2023-08-21T08:01:24.5682935+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.5613150+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/education_character_templates.xml
      • [2023-08-21T08:01:24.4835748+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.4716174+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/bandits.xml
      • [2023-08-21T08:01:24.3859034+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.3679618+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/lords.xml
      • [2023-08-21T08:01:24.3261102+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.3161354+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/obsolete_characters.xml
      • [2023-08-21T08:01:24.2682761+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.2543216+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBoxCore/ModuleData/obsolete_characters.xml
      • [2023-08-21T08:01:24.0943248+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.0504731+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBoxCore/ModuleData/spnpccharacters.xml
      • [2023-08-21T08:01:24.0295439+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/NPCCharacters.xsd
      • [2023-08-21T08:01:24.0136039+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBoxCore/ModuleData/spnpccharactertemplates.xml
      • [2023-08-21T08:01:23.9049587+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/Concepts.xsd
      • [2023-08-21T08:01:23.8949920+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\SandBox/ModuleData/concept_strings.xml
      • [2023-08-21T08:01:23.8541297+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ../../XmlSchemas/SPCultures.xsd
      • [2023-08-21T08:01:23.8491554+08:00] [TaleWorlds.MountAndBlade.MBDebugManager] [DBG]: opening ..\..\Modules\ExpandedArmouryBL/ModuleData/spcultures.xml