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 (07.81.01.64)


+ Exception

Exception information
Type: System.Reflection.TargetInvocationException
Message: Exception has been thrown by the target of an invocation.
Source: mscorlib
CallStack:
  1. at object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor)
  2. at object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments)
  3. at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  4. at object TaleWorlds.Library.Common.InvokeWithLog(MethodInfo methodInfo, object obj, params object[] args)
  5. at void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, string commandName, object[] parameters)
  6. at void TaleWorlds.GauntletUI.Data.GauntletView.OnCommand(string command, object[] args)
  7. at void TaleWorlds.GauntletUI.BaseTypes.Widget.EventFired(string eventName, params object[] args)
  8. at void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.HandleClick()
  9. at void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.OnMouseReleased()
  10. at void TaleWorlds.GauntletUI.EventManager.MouseUp()
  11. at void TaleWorlds.GauntletUI.UIContext.UpdateInput(InputType handleInputs)
  12. at void TaleWorlds.ScreenSystem.ScreenManager.Update()
  13. at void TaleWorlds.ScreenSystem.ScreenManager.Tick_Patch1(float dt, bool activeMouseVisible)


Inner Exception information
Type: System.InvalidOperationException
Message: Sequence contains no matching element
Source: System.Core
CallStack:
  1. at TSource System.Linq.Enumerable.First(IEnumerable source, Func predicate)
  2. at void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest.ChangeHideoutParties()
  3. at void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest.OnGameMenuOpened(MenuCallbackArgs args)
  4. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t)
  5. at void TaleWorlds.CampaignSystem.CampaignEvents.OnGameMenuOpened(MenuCallbackArgs args)
  6. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnGameMenuOpened(MenuCallbackArgs args)
  7. at void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates()
  8. at void TaleWorlds.CampaignSystem.GameState.MapState.EnterMenuMode()
  9. at void TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu(string menuId)

+ Enhanced Stacktrace

  • Frame: TSource System.Linq.Enumerable.First(IEnumerable source, Func predicate) (IL Offset: 77)
    • Module: UNKNOWN
      Method: static System.Linq.TSource System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1 source, System.Func`2 predicate)
      HarmonyIssue: False
  • Frame: void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest.ChangeHideoutParties() (IL Offset: 165)
    • Module: StoryMode
      Method: System.Void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest::ChangeHideoutParties()
      HarmonyIssue: False
  • Frame: void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest.OnGameMenuOpened(MenuCallbackArgs args) (IL Offset: 173)
    • Module: StoryMode
      Method: System.Void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest::OnGameMenuOpened(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t) (IL Offset: 14)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`1::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`1 list, TaleWorlds.CampaignSystem.T t)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.OnGameMenuOpened(MenuCallbackArgs args) (IL Offset: 16)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::OnGameMenuOpened(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.OnGameMenuOpened(MenuCallbackArgs args) (IL Offset: 20)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::OnGameMenuOpened(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MenuContext.HandleStates() (IL Offset: 142)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MenuContext::HandleStates()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.EnterMenuMode() (IL Offset: 50)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::EnterMenuMode()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameMenus.GameMenu.ActivateGameMenu(string menuId) (IL Offset: 67)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.GameMenus.GameMenu::ActivateGameMenu(System.String menuId)
      HarmonyIssue: False
  • Frame: object RuntimeMethodHandle.InvokeMethod(object target, object[] arguments, Signature sig, bool constructor) (IL Offset: -1)
    • Module: UNKNOWN
      Method: static System.Object System.RuntimeMethodHandle::InvokeMethod(System.Object target, System.Object[] arguments, System.Signature sig, System.Boolean constructor)
      HarmonyIssue: False
  • Frame: object System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(object obj, object[] parameters, object[] arguments) (IL Offset: 57)
    • Module: UNKNOWN
      Method: System.Object System.Reflection.RuntimeMethodInfo::UnsafeInvokeInternal(System.Object obj, System.Object[] parameters, System.Object[] arguments)
      HarmonyIssue: False
  • Frame: object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) (IL Offset: 108)
    • Module: UNKNOWN
      Method: virtual System.Object System.Reflection.RuntimeMethodInfo::Invoke(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
      HarmonyIssue: False
  • Frame: object TaleWorlds.Library.Common.InvokeWithLog(MethodInfo methodInfo, object obj, params object[] args) (IL Offset: 23)
    • Module: UNKNOWN
      Method: static System.Object TaleWorlds.Library.Common::InvokeWithLog(System.Reflection.MethodInfo methodInfo, System.Object obj, System.Object[] args)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, string commandName, object[] parameters) (IL Offset: -1)
    • Module: Bannerlord.UIExtenderEx
      Method: static System.Boolean Bannerlord.UIExtenderEx.Patches.ViewModelPatch::ExecuteCommandPatch(System.Object __instance, System.String commandName, System.Object[] parameters)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(TaleWorlds.Library.ViewModel this, System.String commandName, System.Object[] parameters)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.Library.ViewModel::ExecuteCommand(System.String commandName, System.Object[] parameters)
      HarmonyIssue: False
  • Frame: void TaleWorlds.GauntletUI.Data.GauntletView.OnCommand(string command, object[] args) (IL Offset: 235)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.Data.GauntletView::OnCommand(System.String command, System.Object[] args)
      HarmonyIssue: False
  • Frame: void TaleWorlds.GauntletUI.BaseTypes.Widget.EventFired(string eventName, params object[] args) (IL Offset: 32)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.BaseTypes.Widget::EventFired(System.String eventName, System.Object[] args)
      HarmonyIssue: False
  • Frame: void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.HandleClick() (IL Offset: 140)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget::HandleClick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.OnMouseReleased() (IL Offset: 80)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.GauntletUI.BaseTypes.ButtonWidget::OnMouseReleased()
      HarmonyIssue: False
  • Frame: void TaleWorlds.GauntletUI.EventManager.MouseUp() (IL Offset: 170)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.EventManager::MouseUp()
      HarmonyIssue: False
  • Frame: void TaleWorlds.GauntletUI.UIContext.UpdateInput(InputType handleInputs) (IL Offset: 159)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.GauntletUI.UIContext::UpdateInput(TaleWorlds.Library.InputType handleInputs)
      HarmonyIssue: False
  • Frame: void TaleWorlds.ScreenSystem.ScreenManager.Update() (IL Offset: 122)
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.ScreenSystem.ScreenManager::Update()
      HarmonyIssue: False
  • Frame: void TaleWorlds.ScreenSystem.ScreenManager.Tick_Patch1(float dt, bool activeMouseVisible) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.ScreenSystem.ScreenManager.Tick_Patch1(System.Single dt, System.Boolean activeMouseVisible)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.ScreenSystem.ScreenManager::Tick(System.Single dt, System.Boolean activeMouseVisible)
      HarmonyIssue: False

+ Involved Modules

  • StoryMode
    • Method: System.Void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest::ChangeHideoutParties()
      Frame: void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest.ChangeHideoutParties() (IL Offset: 165)
      HarmonyIssue: False
    • Method: System.Void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest::OnGameMenuOpened(TaleWorlds.CampaignSystem.GameMenus.MenuCallbackArgs args)
      Frame: void StoryMode.Quests.SecondPhase.ConspiracyQuests.ConspiracyBaseOfOperationsDiscoveredConspiracyQuest.OnGameMenuOpened(MenuCallbackArgs args) (IL Offset: 173)
      HarmonyIssue: False
  • Bannerlord.UIExtenderEx
    • Method: static System.Boolean Bannerlord.UIExtenderEx.Patches.ViewModelPatch::ExecuteCommandPatch(System.Object __instance, System.String commandName, System.Object[] parameters)
      Frame: void TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, string commandName, object[] parameters) (IL Offset: -1)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + ButterLib (Bannerlord.ButterLib, v2.6.3.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.6.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.5.5.0)
  • + Native (Native, v1.0.3.0)
  • + SandBox Core (SandBoxCore, v1.0.3.0)
  • + Birth and Death Options (BirthAndDeath, v1.0.3.0)
  • + CustomBattle (CustomBattle, v1.0.3.0)
  • + Sandbox (Sandbox, v1.0.3.0)
  • + StoryMode (StoryMode, v1.0.3.0)
  • + Diplomacy (Bannerlord.Diplomacy, v1.2.3.0)
  • + Hideout Plus (HideoutPlus, v1.2.2.0)
  • + AgricultureEstate (AgricultureEstate, v1.0.15.0)
  • + Improved Garrisons (ImprovedGarrisons, v4.1.1.9)
  • + Xorberax's Legacy for v1.0.3 (XorberaxLegacy, v1.0.5.0)
  • + Dismemberment (Plus) for v1.0.3 (DismembermentPlus, v2.0.6.0)
  • + Cheats (Cheats, v3.0.0.0)
  • + Governors Handle Issues (GovernorsHandleIssues, v1.0.2.7)
  • + CC's Banners (Bannerlord.CCsBanners, v3.2.0.0)
  • + Heal on Kill (Heal on Kill, v1.0.2.1)
  • + EliteMercs (EliteMercs, e1.0.1.0)
  • + Rename Companions (RenameCompanions, e1.0.0.0)
  • + Useful Companions (UsefullCompanions, v0.4.7.0)
  • + Kingdom Politics Expanded (KingdomPoliticsExpanded, v1.0.2.5)
  • + Custom Spawns API (CustomSpawns, v1.9.3.0)
  • + Calradia At War (CalradiaAtWar, v1.9.0.0)
  • + swadian armoury (swadian armoury, v1.0.0.0)
  • + Aggregated Income (SortedIncome, v4.1.2.0)

+ Assemblies

+ Harmony Patches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • 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;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • 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;

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

  • TaleWorlds.Library.ViewModel.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 1;
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 2;
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler; Index: 3;

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

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

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

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

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Clans.KingdomClanVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Clans.KingdomClanVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomDiplomacyVM.RefreshValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.KingdomManagementVM.OnFinalize
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomManagementVMPatch.FinalizeFix;
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomTruceItemVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomTruceItemVM.UpdateDiplomacyProperties
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomWarItemVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.KingdomManagement.Diplomacy.KingdomWarItemVM.UpdateDiplomacyProperties
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Map.MapBar.MapNavigationVM.RefreshPermissionValues
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Refresh_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.PartyNameplateVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplatesVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.Diplomacy; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.Actions.DeclareWarAction.Apply
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DeclareWarActionPatch.ApplyPostfix;

  • TaleWorlds.CampaignSystem.Actions.DeclareWarAction.ApplyDeclareWarOverProvocation
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DeclareWarActionPatch.ApplyDeclareWarOverProvocationPostfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel.CalculateInfluenceChange
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DefaultClanPoliticsModelPatch.CalculateInfluenceChangePostfix; Priority: 0;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DiplomaticBartersBehaviorPatch.ConsiderWarPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.SiegeAftermathCampaignBehavior.siege_aftermath_contextual_summary_on_init
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.GameMenusCallbacksPatch.menu_settlement_taken_on_init_Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderWar
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderWarPrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.ConsiderPeace
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.ConsiderPeacePrefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.KingdomDecisionProposalBehavior.DailyTickClan
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.KingdomDecisionProposalBehaviorPatch.HandleRebelKingdom;

  • StoryMode.Quests.FirstPhase.SupportKingdomQuest.MainStoryLineChosen
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.SupportKingdomQuestPatch.MainStoryLineChosenPostfix;

  • TaleWorlds.CampaignSystem.FactionManager.DeclareAlliance
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.FactionManagerPatch.DeclareAlliancePrefix;

  • TaleWorlds.CampaignSystem.Encyclopedia.Pages.DefaultEncyclopediaFactionPage.InitializeListItems
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.DefaultEncyclopediaFactionPagePatch.PassThroughPostfix;

  • SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen..ctor
    • Postfixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetClanRelatedRulesPostfix;

  • SandBox.GauntletUI.BannerEditor.GauntletBannerEditorScreen.OnDone
    • Prefixes
      • Owner: bannerlord.diplomacy; Namespace: Diplomacy.Patches.MBBannerEditorGauntletScreenPatch.SetColorsPrefix;

  • TaleWorlds.CampaignSystem.Settlements.Village.GetHearthLevel
    • Prefixes
      • Owner: AgricultureEstate; Namespace: AgricultureEstate.HearthLevelPatch.Prefix;

  • SandBox.ViewModelCollection.Nameplate.SettlementNameplateVM.RefreshBindValues
    • Postfixes
      • Owner: AgricultureEstate; Namespace: AgricultureEstate.PartyNamePlatePatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.SellPrisonersAction.ApplyForAllPrisoners
    • Prefixes
      • Owner: AgricultureEstate; Namespace: AgricultureEstate.SellPrisonersPatch.Prefix;

  • TaleWorlds.MountAndBlade.Mission.DecideWeaponCollisionReaction
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.CutThroughEveryonePatch.DecideWeaponCollisionReactionPostfix;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.SliceThroughEveryoneWeapon.DecideWeaponCollisionReaction; Index: 1;

  • TaleWorlds.MountAndBlade.Mission.MeleeHitCallback
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.CutThroughEveryonePatch.MeleeHitCallbackPostfix;

  • TaleWorlds.MountAndBlade.MissionCombatMechanicsHelper.ComputeBlowMagnitudeFromHorseCharge
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ChargeDamagePatch.ComputeBlowMagnitudeFromHorseChargePostfix;

  • TaleWorlds.MountAndBlade.Mission.CancelsDamageAndBlocksAttackBecauseOfNonEnemyCase
    • Prefixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.FriendlyFirePatch.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.TrainingFieldCampaignBehavior.OnSessionLaunched
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.TrainingFieldMenuOptionsPatch.Postfix;

  • TaleWorlds.MountAndBlade.View.Screens.MissionScreen.UpdateCamera
    • Prefixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ShoulderCameraPatch.Prefix;
    • Postfixes
      • Owner: XorberaxLegacy; Namespace: XorberaxLegacy.Patches.ShoulderCameraPatch.Postfix;

  • 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.GameComponents.DefaultBanditDensityModel.GetPlayerMaximumTroopCountForHideoutMission
    • Prefixes
      • Owner: HideoutPlus.Harmony; Namespace: HideoutPlus.Patches.GetPlayerMaximumTroopCountForHideoutMissionPatch.Prefix;
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.BanditHideoutTroopLimit.GetPlayerMaximumTroopCountForHideoutMission;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBanditDensityModel.get_NumberOfMinimumBanditTroopsInHideoutMission
    • Prefixes
      • Owner: HideoutPlus.Harmony; Namespace: HideoutPlus.Patches.NumberOfMinimumBanditTroopsInHideoutMissionPatch.Prefix;

  • Helpers.MobilePartyHelper.GetStrongestAndPriorTroops
    • Prefixes
      • Owner: HideoutPlus.Harmony; Namespace: HideoutPlus.Patches.GetStrongestAndPriorTroopsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.ChangeRelationAction.ApplyPlayerRelation
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ChangeRelationActionPatch.Prefix;

  • TaleWorlds.CampaignSystem.Clan.AddRenown
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.AddRenownPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.GainRenownAction.Apply
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.GainRenownActionPatch.Prefix;

  • TaleWorlds.CampaignSystem.Issues.VillageNeedsToolsIssueBehavior+VillageNeedsToolsIssueQuest.GiveTradeOrExchangeRewardToMainParty
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.VillageNeedsToolsPatch.Prefix;

  • TaleWorlds.CampaignSystem.Roster.ItemRoster.AddToCounts
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.ItemRosterAddToCountsPatch.Prefix;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.TraitLevelingHelper.AddPlayerTraitXPAndLogEntry
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.TraitLevelingHelperPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.ChangeCrimeRatingAction.Apply
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.CriminalRatingActionPatch.Prefix;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Kingdom.NoCrimeRatingForCrimes.Apply; Index: 1;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.IssuesCampaignBehavior.OnSettlementTick
    • Prefixes
      • Owner: motes.governorshandleissues; Namespace: GovernorsHandleIssues.Patches.OnSettlementTickPatch.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingdomElection.DetermineOfficialSupport
    • Prefixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.KingdomElectionDetermineOfficialSupportPatch.Prefix;

  • TaleWorlds.CampaignSystem.Actions.GainKingdomInfluenceAction.ApplyForBattle
    • Prefixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.GainKingdomInfluenceActionApplyForBattle.Prefix;

  • TaleWorlds.CampaignSystem.Election.KingdomPolicyDecision.DetermineSupport
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.KingdomPolicyDecisionCalculateSupportPatch.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementMilitiaModel.CalculateEliteMilitiaSpawnChance
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultSettlementMilitiaModelPatches.CalculateEliteMilitiaSpawnChance.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementMilitiaModel.CalculateMilitiaChange
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultSettlementMilitiaModelPatches.CalculateMilitiaChange.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementTaxModel.CalculatePolicyGoldCut
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultSettlementTaxModelPatches.CalculatePolicyGoldCut.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddVillagesIncome
    • Prefixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultClanFinanceModelPatches.AddVillagesIncome.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddTownTaxes
    • Prefixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultClanFinanceModelPatches.AddTownTaxes.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.AddRulingClanIncome
    • Prefixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultClanFinanceModelPatches.AddRulingClanIncome.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel.GetInfluenceRequiredToOverrideKingdomDecision
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultClanPoliticsModelPatches.GetInfluenceRequiredToOverrideKingdomDecision.Postfix;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Kingdom.DecisionOverrideInfluenceCostPercentage.GetInfluenceRequiredToOverrideKingdomDecision; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanPoliticsModel.CalculateInfluenceChangeInternal
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultClanPoliticsModelPatches.CalculateInfluenceChangeInternal.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementProsperityModel.CalculateProsperityChange
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultSettlementProsperityModelPatches.CalculateProsperityChange.Postfix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSettlementLoyaltyModel.GetSettlementLoyaltyChangeDueToPolicies
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.DefaultSettlementLoyaltyModelPatches.GetSettlementLoyaltyChangeDueToPolicies.Postfix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.CalculateMeritOfOutcome
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.SettlementClaimantDecisionPatches.CalculateMeritOfOutcome.Postfix;

  • TaleWorlds.CampaignSystem.Election.SettlementClaimantDecision.DetermineSupport
    • Postfixes
      • Owner: motes.kingdompoliticsexpanded; Namespace: KingdomPoliticsExpanded.Patches.SettlementClaimantDecisionPatches.DetermineSupport.Postfix;

  • TaleWorlds.CampaignSystem.ExplainedNumber.Add
    • Prefixes
      • Owner: pointfeev.sortedincome; Namespace: SortedIncome.Sorting.AddTooltip;

  • TaleWorlds.Core.ViewModelCollection.Information.BasicTooltipViewModel.ExecuteBeginHint
    • Postfixes
      • Owner: pointfeev.sortedincome; Namespace: SortedIncome.Sorting.BeginTooltip;

  • TaleWorlds.Core.ViewModelCollection.Information.PropertyBasedTooltipVM.OnShowTooltip
    • Postfixes
      • Owner: pointfeev.sortedincome; Namespace: SortedIncome.Sorting.ShowTooltip;

  • TaleWorlds.Core.ViewModelCollection.Information.PropertyBasedTooltipVM.Tick
    • Postfixes
      • Owner: pointfeev.sortedincome; Namespace: SortedIncome.Sorting.TickTooltip;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CampaignUIHelper.GetTooltipForAccumulatingProperty
    • Postfixes
      • Owner: pointfeev.sortedincome; Namespace: SortedIncome.Sorting.GetTooltip;

  • TaleWorlds.CampaignSystem.ViewModelCollection.CampaignUIHelper.GetTooltipForAccumulatingPropertyWithResult
    • Postfixes
      • Owner: pointfeev.sortedincome; Namespace: SortedIncome.Sorting.GetTooltip;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_lord_request_mission_ask_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventOtherActionsConversation;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_wants_to_make_peace_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventDiplomaticActionsConversation;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_want_to_join_faction_as_mercenary_or_vassal_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventDiplomaticActionsConversation;

  • SandBox.CampaignBehaviors.LordConversationsCampaignBehavior.conversation_player_threats_lord_verify_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.VillagerCampaignBehavior.village_farmer_loot_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CaravansCampaignBehavior.caravan_loot_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsConversation;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PlayerTownVisitCampaignBehavior.game_menu_village_hostile_action_on_condition
    • Postfixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.PreventHostileActionsMenu;

  • TaleWorlds.CampaignSystem.KingdomManager.AbdicateTheThrone
    • Prefixes
      • Owner: bannerlord.diplomacy.campaign; Namespace: Diplomacy.Patches.RebelKingdomPatches.HandleThroneAbdication;

  • TaleWorlds.CampaignSystem.Actions.ChangeOwnerOfWorkshopAction.ApplyByTrade
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Workshops.EveryoneBuysWorkshopsCost.ApplyByTrade;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultWorkshopModel.SelectNextOwnerForWorkshop
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Workshops.EveryoneBuysWorkshopsSelectOwner.SelectNextOwnerForWorkshop;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultWorkshopModel.GetBuyingCostForPlayer
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Workshops.WorkshopBuyingCostPercentage.GetBuyingCostForPlayer;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultWorkshopModel.GetDailyExpense
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Workshops.WorkshopDailyExpensePercentage.GetDailyExpense;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultWorkshopModel.GetSellingCost
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Workshops.WorkshopSellingCostMultiplier.GetSellingCost;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultWorkshopModel.GetUpgradeCost
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Workshops.WorkshopUpgradeCostPercentage.GetUpgradeCost;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetModifierChanges
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.CraftedWeaponModifierBonus.GetModifierChanges;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetSmithingCostsForWeaponDesign
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.SmithingCostPercentage.GetSmithingCostsForWeaponDesign;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetCraftingPartDifficulty
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.SmithingDifficultyPercentage.GetCraftingPartDifficulty;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetEnergyCostForRefining
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.SmithingEnergyCostPercentageRefining.GetEnergyCostForRefining;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetEnergyCostForSmelting
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.SmithingEnergyCostPercentageSmelting.GetEnergyCostForSmelting;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSmithingModel.GetEnergyCostForSmithing
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.SmithingEnergyCostPercentageSmithing.GetEnergyCostForSmithing;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CraftingCampaignBehavior.IsOpened
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Smithing.UnlockAllParts.IsOpened;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultSiegeEventModel.GetConstructionProgressPerHour
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Sieges.EnemySiegeBuildingSpeedPercentage.GetConstructionProgressPerHour;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Sieges.SiegeBuildingSpeedMultiplier.GetConstructionProgressPerHour; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBuildingConstructionModel.CalculateDailyConstructionPower
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.ConstructionPowerMultiplier.CalculateDailyConstructionPower;

  • TaleWorlds.CampaignSystem.Settlements.Town.get_FoodChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyFoodBonus.FoodChange;

  • TaleWorlds.CampaignSystem.Settlements.Town.get_GarrisonChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyGarrisonBonus.GarrisonChange;

  • TaleWorlds.CampaignSystem.Settlements.Village.get_HearthChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyHearthsBonus.HearthChange;

  • TaleWorlds.CampaignSystem.Settlements.Town.get_LoyaltyChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyLoyaltyBonus.LoyaltyChange;

  • TaleWorlds.CampaignSystem.Settlements.Town.get_MilitiaChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyMilitiaBonusTown.MilitiaChange;

  • TaleWorlds.CampaignSystem.Settlements.Village.get_MilitiaChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyMilitiaBonusVillage.MilitiaChange;

  • TaleWorlds.CampaignSystem.Settlements.Town.get_ProsperityChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailyProsperityBonus.ProsperityChange;

  • TaleWorlds.CampaignSystem.Settlements.Town.get_SecurityChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DailySecurityBonus.SecurityChange;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultDisguiseDetectionModel.CalculateDisguiseDetectionProbability
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.DisguiseAlwaysWorks.CalculateDisguiseDetectionProbability;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTroopRecruitmentCost
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.FreeTroopRecruitment.GetTroopRecruitmentCost;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyWageModel.GetTotalWage
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.GarrisonWagesPercentage.GetTotalWage;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.TroopWagesPercentage.GetTotalWage; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTradeItemPriceFactorModel.GetPrice
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.ItemTradingCostPercentage.GetPrice;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.SellingPriceMultiplier.GetPrice; Index: 1;

  • TaleWorlds.MountAndBlade.Mission.get_DoesMissionRequireCivilianEquipment
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.NeverRequireCivilianEquipment.DoesMissionRequireCivilianEquipment;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBribeCalculationModel.IsBribeNotNeededToEnterKeep
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.NoBribeToEnterKeep.IsBribeNotNeededToEnterKeep;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.RebellionsCampaignBehavior.CheckRebellionEvent
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.RebellionChancePercentage.CheckRebellionEvent;

  • SandBox.Tournaments.MissionLogics.TournamentBehavior.GetMaximumBet
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.TournamentMaximumBetMultiplier.GetMaximumBet;

  • TaleWorlds.CampaignSystem.Actions.StartBattleAction.ApplyStartRaid
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Settlements.VillagesNeverRaided.ApplyStartRaid;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyMemberSizeLimit
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.ExtraPartyMemberSize.GetPartyMemberSizeLimit;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Clan.ExtraClanPartySize.GetPartyMemberSizeLimit; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyMoraleModel.GetEffectivePartyMorale
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.ExtraPartyMorale.GetEffectivePartyMorale;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySizeLimitModel.GetPartyPrisonerSizeLimit
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.ExtraPartyPrisonerSize.GetPartyPrisonerSizeLimit;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMobilePartyFoodConsumptionModel.CalculateDailyFoodConsumptionf
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.FoodConsumptionPercentage.CalculateDailyFoodConsumptionf;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Army.ArmyFoodConsumptionPercentage.CalculateDailyFoodConsumptionf; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCompanionHiringPriceCalculationModel.GetCompanionHiringPrice
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.FreeCompanionHiring.GetCompanionHiringPrice;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTroopUpgradeModel.GetGoldCostForUpgrade
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.FreeTroopUpgrades.GetGoldCostForUpgrade;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPlayerCaptivityModel.CheckCaptivityChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.InstantEscape.CheckCaptivityChange;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPrisonerRecruitmentCalculationModel.CalculateRecruitableNumber
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.InstantPrisonerRecruitment.CalculateRecruitableNumber;

  • TaleWorlds.CampaignSystem.Actions.EndCaptivityAction.ApplyByEscape
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.NoPrisonerEscape.ApplyByEscape;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetDailyHealingHpForHeroes
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.PartyHealingMultiplierHeroes.GetDailyHealingHpForHeroes;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartyHealingModel.GetDailyHealingForRegulars
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Party.PartyHealingMultiplierTroops.GetDailyHealingForRegulars;

  • TaleWorlds.CampaignSystem.Party.MobileParty.get_ShouldBeIgnored
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Map.CaravansInvisibleOnMap.ShouldBeIgnored;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Map.PartyInvisibleOnMap.ShouldBeIgnored; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPartySpeedCalculatingModel.CalculateFinalSpeed
    • Prefixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.PartySpeedModelPatch.Prefix;
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Map.MapSpeedMultiplier.CalculateFinalSpeed;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Map.NpcMapSpeedPercentage.CalculateFinalSpeed; Index: 1;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.PartySpeedModelPatch.Postfix; Index: 2;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMapVisibilityModel.GetPartySpottingRange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Map.MapVisibilityMultiplier.GetPartySpottingRange;
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.Gameplay.PartySpottingRangePatch.Postfix; Index: 1;

  • TaleWorlds.CampaignSystem.Election.DecisionOutcome.get_TotalSupportPoints
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Kingdom.KingdomDecisionWeightMultiplier.Getter;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultDiplomacyModel.GetRelationCostOfDisbandingArmy
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Kingdom.NoRelationshipLossOnDecisionArmyDisband.GetRelationCostOfDisbandingArmy;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultDiplomacyModel.GetRelationCostOfExpellingClanFromKingdom
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Kingdom.NoRelationshipLossOnDecisionExpellingClan.GetRelationCostOfExpellingClanFromKingdom;

  • TaleWorlds.CampaignSystem.Election.KingdomElection.GetRelationChangeWithSponsor
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Kingdom.NoRelationshipLossOnDecisionKingdomDecision.GetRelationChangeWithSponsor;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultInventoryCapacityModel.CalculateInventoryCapacity
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Inventory.ExtraInventoryCapacity.CalculateInventoryCapacity;

  • TaleWorlds.CampaignSystem.Inventory.InventoryLogic.Initialize
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Inventory.NativeItemSpawning.Initialize;

  • TaleWorlds.CampaignSystem.ViewModelCollection.Encyclopedia.Pages.EncyclopediaPageVM.OnTick
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysAddEncyclopediaTroops.OnTick;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysChangePlayerCharacter.OnTick; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysKillCharacter.OnTick; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysTransferSettlement.OnTick; Index: 3;

  • TaleWorlds.Core.GameManagerBase.OnTick
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysAddItems.OnTick;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysCharacterAttributes.OnTick; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysCharacterPoints.OnTick; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysInfluence.OnTick; Index: 3;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysMoney.OnTick; Index: 4;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysTroopCount.OnTick; Index: 5;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeysTroopExperience.OnTick; Index: 6;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.HealthRegeneration.OnTick; Index: 7;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyHealthRegeneration.OnTick; Index: 8;

  • SandBox.View.Map.MapScreen.OpenEncyclopedia
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeyTipsEncyclopedia.OpenEncyclopedia;

  • TaleWorlds.ScreenSystem.ScreenManager.PushScreen
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.General.EnableHotkeyTipsScreens.PushScreen;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.HeroDeveloper.AddSkillXp
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.ClanExperienceMultiplier.AddSkillXp;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.CompanionExperienceMultiplier.AddSkillXp; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.ExperienceMultiplier.AddSkillXp; Index: 2;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCharacterDevelopmentModel.CalculateLearningRate
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.CompanionLearningRateMultiplier.CalculateLearningRate;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.LearningRateMultiplier.CalculateLearningRate; Index: 1;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.HeroDeveloper.GetRequiredFocusPointsToAddFocus
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.FreeFocusPointAssignment.GetRequiredFocusPointsToAddFocus;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCharacterDevelopmentModel.CalculateLearningLimit
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.LearningLimitMultiplier.CalculateLearningLimit;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatXpModel.GetXpFromHit
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Experience.TroopExperienceMultiplier.GetXpFromHit;

  • TaleWorlds.MountAndBlade.DefaultAgentApplyDamageModel.DecideCrushedThrough
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.AlwaysCrushThroughShields_Default.DecideCrushedThrough;

  • SandBox.GameComponents.SandboxAgentApplyDamageModel.DecideCrushedThrough
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.AlwaysCrushThroughShields_Sandbox.DecideCrushedThrough;

  • TaleWorlds.MountAndBlade.DefaultAgentApplyDamageModel.DecideAgentKnockedDownByBlow
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.AlwaysKnockDown_Default.DecideAgentKnockedByBlow;

  • SandBox.GameComponents.SandboxAgentApplyDamageModel.DecideAgentKnockedDownByBlow
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.AlwaysKnockDown_Sandbox.DecideAgentKnockedByBlow;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultCombatSimulationModel.SimulateHit
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.AlwaysWinBattleSimulation.SimulateHit;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.GetMaxCameraZoom
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.CombatZoomMultiplier.CrossbowReloadSpeed;

  • TaleWorlds.MountAndBlade.DefaultAgentDecideKilledOrUnconsciousModel.GetAgentStateProbability
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.CompanionsKnockoutOrKilled_Default.GetAgentStateProbability;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyLordsKnockoutOrKilled_Default.GetAgentStateProbability; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyTroopsKnockoutOrKilled_Default.GetAgentStateProbability; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.FriendlyLordsKnockoutOrKilled_Default.GetAgentStateProbability; Index: 3;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyKnockoutOrKilled_Default.GetAgentStateProbability; Index: 4;

  • SandBox.GameComponents.SandboxAgentDecideKilledOrUnconsciousModel.GetAgentStateProbability
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.CompanionsKnockoutOrKilled_Sandbox.GetAgentStateProbability;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyLordsKnockoutOrKilled_Sandbox.GetAgentStateProbability; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyTroopsKnockoutOrKilled_Sandbox.GetAgentStateProbability; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.FriendlyLordsKnockoutOrKilled_Sandbox.GetAgentStateProbability; Index: 3;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyKnockoutOrKilled_Sandbox.GetAgentStateProbability; Index: 4;

  • StoryMode.GameComponents.StoryModeAgentDecideKilledOrUnconsciousModel.GetAgentStateProbability
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.CompanionsKnockoutOrKilled_StoryMode.GetAgentStateProbability;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyLordsKnockoutOrKilled_StoryMode.GetAgentStateProbability; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyTroopsKnockoutOrKilled_StoryMode.GetAgentStateProbability; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.FriendlyLordsKnockoutOrKilled_StoryMode.GetAgentStateProbability; Index: 3;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyKnockoutOrKilled_StoryMode.GetAgentStateProbability; Index: 4;

  • TaleWorlds.MountAndBlade.DefaultAgentApplyDamageModel.CalculateDamage
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.DamageMultiplier_Default.CalculateDamage;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.DamageTakenPercentage_Default.CalculateDamage; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyDamagePercentage_Default.CalculateDamage; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoFriendlyFire_Default.CalculateDamage; Index: 3;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.OneHitKill_Default.CalculateDamage; Index: 4;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyDamageMultiplier_Default.CalculateDamage; Index: 5;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyOneHitKill_Default.CalculateDamage; Index: 6;

  • SandBox.GameComponents.SandboxAgentApplyDamageModel.CalculateDamage
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.DamageMultiplier_Sandbox.CalculateDamage;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.DamageTakenPercentage_Sandbox.CalculateDamage; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemyDamagePercentage_Sandbox.CalculateDamage; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoFriendlyFire_Sandbox.CalculateDamage; Index: 3;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.OneHitKill_Sandbox.CalculateDamage; Index: 4;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyDamageMultiplier_Sandbox.CalculateDamage; Index: 5;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyOneHitKill_Sandbox.CalculateDamage; Index: 6;

  • SandBox.GameComponents.SandboxBattleMoraleModel.CalculateMoraleChangeToCharacter
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.EnemiesNoRunningAway.CalculateMoraleChangeToCharacter;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoRunningAway.CalculateMoraleChangeToCharacter; Index: 1;

  • TaleWorlds.MountAndBlade.Mission.OnAgentShootMissile
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.InfiniteAmmo.OnAgentShootMissile;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyInfiniteAmmo.OnAgentShootMissile; Index: 1;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBattleRewardModel.CalculateInfluenceGain
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.InfluenceRewardMultiplier.CalculateInfluenceGain;

  • SandBox.GameComponents.SandboxAgentStatCalculateModel.UpdateAgentStats
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.InstantCrossbowReload.UpdateAgentStats;

  • TaleWorlds.MountAndBlade.Agent.get_CurrentMortalityState
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.Invincible.Invulnerable;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyHeroesInvincible.Invulnerable; Index: 1;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PartyInvincible.Invulnerable; Index: 2;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.PlayerHorseInvincible.Invulnerable; Index: 3;

  • TaleWorlds.MountAndBlade.DefaultAgentApplyDamageModel.DecideAgentKnockedBackByBlow
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NeverKnockedBackByAttacks_Default.DecideAgentKnockedByBlow;

  • SandBox.GameComponents.SandboxAgentApplyDamageModel.DecideAgentKnockedBackByBlow
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NeverKnockedBackByAttacks_Sandbox.DecideAgentKnockedByBlow;

  • TaleWorlds.MountAndBlade.Mission.HandleMissileCollisionReaction
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoStuckArrows.HandleMissileCollisionReaction;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTroopSacrificeModel.GetLostTroopCountForBreakingInBesiegedSettlement
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoTroopSacrificeBreakIn.GetLostTroopCountForBreakingInBesiegedSettlement;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTroopSacrificeModel.GetLostTroopCountForBreakingOutOfBesiegedSettlement
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoTroopSacrificeBreakOut.GetLostTroopCountForBreakingOutOfBesiegedSettlement;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTroopSacrificeModel.GetNumberOfTroopsSacrificedForTryingToGetAway
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.NoTroopSacrificeRunaway.GetNumberOfTroopsSacrificedForTryingToGetAway;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBattleRewardModel.CalculateRenownGain
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.RenownRewardMultiplierBattle.CalculateRenownGain;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultTournamentModel.GetRenownReward
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.RenownRewardMultiplierTournament.GetRenownReward;

  • TaleWorlds.MountAndBlade.DefaultAgentApplyDamageModel.DecidePassiveAttackCollisionReaction
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.SliceThroughEveryonePassive_Default.DecidePassiveAttackCollisionReaction;

  • SandBox.GameComponents.SandboxAgentApplyDamageModel.DecidePassiveAttackCollisionReaction
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Combat.SliceThroughEveryonePassive_Sandbox.DecidePassiveAttackCollisionReaction;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetPartyLimitForTier
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Clan.ExtraClanPartyLimit.GetPartyLimitForTier;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanTierModel.GetCompanionLimit
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Clan.ExtraCompanionLimit.GetCompanionLimit;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPregnancyModel.get_PregnancyDurationInDays
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.AdjustPregnancyDuration.PregnancyDurationInDays;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultMarriageModel.IsCoupleSuitableForMarriage
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.AllowSameSexMarriage.IsCoupleSuitableForMarriage;

  • TaleWorlds.CampaignSystem.BarterSystem.BarterManager.IsOfferAcceptable
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.BarterOfferAlwaysAccepted.IsOfferAcceptable;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPersuasionModel.GetChances
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.ConversationAlwaysSuccessful.GetChances;

  • TaleWorlds.CampaignSystem.Actions.KillCharacterAction.ApplyByOldAge
    • Prefixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.NeverDieOfOldAge.ApplyByOldAge;

  • TaleWorlds.CampaignSystem.BarterSystem.BarterManager.CanPlayerBarterWithHero
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.NoBarterCooldown.CanPlayerBarterWithHero;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultRomanceModel.GetAttractionValuePercentage
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.PerfectAttraction.GetAttractionValuePercentage;

  • TaleWorlds.CampaignSystem.Hero.GetRelation
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.PerfectRelationships.GetRelation;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPregnancyModel.GetDailyChanceOfPregnancyForHero
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.PregnancyChanceMultiplier.GetDailyChanceOfPregnancyForHero;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultBattleRewardModel.GetPlayerGainedRelationAmount
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Characters.RelationGainAfterBattleMultiplier.GetPlayerGainedRelationAmount;

  • TaleWorlds.CampaignSystem.Army.get_DailyCohesionChange
    • Postfixes
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Army.ArmyCohesionLossPercentage.CohesionChange;
      • Owner: BannerlordCheats; Namespace: BannerlordCheats.Patches.Army.FactionArmyCohesionLossPercentage.CohesionChange; Index: 1;

  • SandBox.ViewModelCollection.Map.MapMobilePartyTrackerVM.CanAddParty
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.RemovePartyTrackersFromNonBanditPartiesPatch.Postfix;

  • SandBox.View.Map.MapScreen.TaleWorlds.CampaignSystem.GameState.IMapStateHandler.Tick
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.MapScreenPatch.Postfix;

  • TaleWorlds.CampaignSystem.BarterSystem.Barterables.SafePassageBarterable.GetUnitValueForFaction
    • Postfixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.HarmonyPatches.GetUnitValueForFactionPatch.Postfix;

  • TaleWorlds.CampaignSystem.Actions.ChangeKingdomAction.ApplyInternal
    • Prefixes
      • Owner: com.Questry.CustomSpawns; Namespace: CustomSpawns.Diplomacy.TrackClanKingdom+ChangeKingdomActionApplyByLeaveWithRebellionAgainstKingdomPatch.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultClanFinanceModel.CalculateClanIncomeInternal
    • Postfixes
      • Owner: AgricultureEstate; Namespace: AgricultureEstate.ClanFiancePatch.Postfix;