Leaders Can Join
This mod allows your Family Leader’s to join all wars, and guild events.
If the character died on the expedition without an adult heir, the game will over.
This mod do not include AI Families. Just player can use this feature.
Pregnant women still can’t join expeditions. If your family leader is a woman and if she pregnant, she still can’t get refuse message by Arsenal Master.
Sending the Sovereign character to war is much better experience than sitting at home.
I hope you like this mod.
—
## Techinal Details
+ Changes on `mediabaseguild3DialogueActionDialoguesTalkToMoADialogueTalkToMoA.inc`. Because otherwise Arsenal Master refuse to send the leader to expedition.
– Convert "Target.SocialLevel >= 5 && !Target.IsLeader && !Target.IsCharacterPregnant" to "Target.SocialLevel >= 5 && !Target.IsCharacterPregnant" on lines 93, 237, 327, 471, 561, 705, 795, 939, 1028, 1172, 1262, 1406.
– Convert "Target.IsLeader || Target.IsCharacterPregnant" to "Target.IsCharacterPregnant" on lines 255, 489, 723, 957, 1190, 1424.
+ Changes on `mediabaseguild3ActionsArsenalEventActions.inc`. Because this file include the main effect to join leaders expeditions.
– Covert all `IsLeader = 0;` statements into `IsLeader = -1;` for human controlled characters code blocks. on lines 25, 47, 277, 503, 832, 1181, 1509, 1858, 2185, 2535, 2862, 3211, 3538.