View Full Version : MotH for Client Rulers / Generals
SwissBarbar
02-14-2009, 16:47
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?
You can paste this into the bottom of your EDCT:
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
SwissBarbar
02-15-2009, 02:04
thank you very much
No wait, I saw an error now. Here's the fixed one.
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
SwissBarbar
02-16-2009, 14:48
I had no time to fix it yet, so thanks again :laugh4:
vBulletin® v3.7.1, Copyright ©2000-2025, Jelsoft Enterprises Ltd.