If you want to choose which troops to come with you in combat, you could check the code related to hideout attacks. There is already a UI for this.
You could create a CampaignBehaviour to add the morale debuff. There are many examples in mods.
Hi everyone. I'm trying to get started on 2 mods, but I'm not quite sure how to get started. I have C# experience, and I've gone over the Basic C# Mod guide on Bannerlordmodding.com, but now I've tried to look at the documentation for modding, and there isn't much I can find yet. The 2 mods I...