PDA

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?

bovi
02-15-2009, 00:12
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

bovi
02-15-2009, 15:01
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: