MotH for Client Rulers / Generals
I have a client general or how ever they are called, who got "Man of the Hour". Now he's a family member (who get punished when they enter client states) and still has the client general trait (for which he gets punished when entering a non-client city). Is he a poor, homeless fellow now or what can I do?
Re: MotH for Client Rulers / Generals
You can paste this into the bottom of your EDCT:
Code:
Trigger ClientRuler_Is_Adopted
WhenToTest CharacterTurnEnd
Condition IsGeneral
and Trait FamilyMember > 0
and Trait ClientRuler > 0
and not FactionType slave
Affects ReverseClientRuler 1 Chance 100
Trigger Ally_Is_Adopted
WhenToTest CharacterTurnEnd
Condition IsGeneral
and Trait FamilyMember > 0
and Trait Type4Governor > 0
and not FactionType slave
Affects ReverseClientRuler 1 Chance 100
Re: MotH for Client Rulers / Generals
Re: MotH for Client Rulers / Generals
No wait, I saw an error now. Here's the fixed one.
Code:
Trigger ClientRuler_Is_Adopted
WhenToTest CharacterTurnEnd
Condition IsGeneral
and Trait FamilyMember > 0
and Trait ClientRuler > 0
and not FactionType slave
Affects ReverseClientRuler 1 Chance 100
Trigger Ally_Is_Adopted
WhenToTest CharacterTurnEnd
Condition IsGeneral
and Trait FamilyMember > 0
and Trait Type4Governor > 0
and not FactionType slave
Affects ReverseType4Governor 1 Chance 100
Re: MotH for Client Rulers / Generals
I had no time to fix it yet, so thanks again :laugh4: