Does it worth trying to deactivate electability, to get the ancillaries easier?
Or any idea to get ancillaries easier?

I nearly can get any of them in every 15 -20 turns after the first three.
Does deactivating
Effect Electability 11 /and Attribute SenateStanding < 11
cause problem with the governors module?

P.S. I have given offices to 9 factions, I am seriously thinking to put them out of Goverment/satrapal module, if it may help a bit.



Here are my sample triggers and main ancillary:

Main ancillary:

Spoiler Alert, click show to read: 
;===============================================================
;Ptolemic Satrapal Government System
;===============================================================
;In Use: Electability [11,16]

Ancillary ptolemic_archistrategos
Image Ptolemaioi.tga
ExcludedAncillaries ptolemic_archistrategos
Description ptolemic_archistrategos_desc
EffectsDescription ptolemic_archistrategos_effects_desc

Effect Electability 11
Effect Influence 3
Effect Command 2
Effect TroopMorale 1

;------------------------------------------
Ancillary ptolemic_dioiketes
Image Ptolemaioi.tga
ExcludedAncillaries ptolemic_dioiketes
Description ptolemic_dioiketes_desc
EffectsDescription ptolemic_dioiketes_effects_desc

Effect Electability 12
Effect Influence 3
Effect Management 1
Effect TroopMorale 1

;------------------------------------------
Ancillary ptolemic_satrapy_of_egypt
Image Ptolemaioi.tga
ExcludedAncillaries ptolemic_satrapy_of_egypt
Description ptolemic_satrapy_of_egypt_desc
EffectsDescription ptolemic_satrapy_of_egypt_effects_desc

Effect Electability 13
Effect Influence 3
Effect Management 1
Effect TroopMorale 1

;------------------------------------------
Ancillary ptolemic_satrapy_of_ioudaia
Image Ptolemaioi.tga
ExcludedAncillaries ptolemic_satrapy_of_ioudaia
Description ptolemic_satrapy_of_ioudaia_desc
EffectsDescription ptolemic_satrapy_of_ioudaia_effects_desc

Effect Electability 14
Effect Influence 3
Effect Management 1
Effect TroopMorale 1

;------------------------------------------
Ancillary ptolemic_satrapy_of_syria
Image Ptolemaioi.tga
ExcludedAncillaries ptolemic_satrapy_of_syria
Description ptolemic_satrapy_of_syria_desc
EffectsDescription ptolemic_satrapy_of_syria_effects_desc

Effect Electability 15
Effect Influence 3
Effect Management 1
Effect TroopMorale 1

;------------------------------------------
Ancillary ptolemic_satrapy_of_mikra_asia
Image Ptolemaioi.tga
ExcludedAncillaries ptolemic_satrapy_of_mikra_asia
Description ptolemic_satrapy_of_mikra_asia_desc
EffectsDescription ptolemic_satrapy_of_mikra_asia_effects_desc

Effect Electability 16
Effect Influence 3
Effect Management 1
Effect TroopMorale 1


Triggers:
Spoiler Alert, click show to read: 
;===============================================================
;Ptolemic Satrapal Government Triggers
;===============================================================
;------------------------------------------
Trigger acquire_ptolemic_archistrategos
WhenToTest CharacterTurnEnd
Condition FactionType numidia
and EndedInSettlement
and RemainingMPPercentage = 100
and IsGeneral
and SettlementBuildingExists >= governors_palace
and Attribute SenateStanding < 11
and not FactionwideAncillaryExists ptolemic_archistrategos
and RandomPercent > 90

AcquireAncillary ptolemic_archistrategos Chance 100
Affects NumAncillariesAcquired 1 Chance 100

;------------------------------------------
Trigger acquire_ptolemic_dioiketes
WhenToTest CharacterTurnEnd
Condition FactionType numidia
and EndedInSettlement
and RemainingMPPercentage = 100
and IsGeneral
and not IsFactionHeir
and not IsFactionLeader
and SettlementBuildingExists >= governors_palace
and Attribute SenateStanding < 11
and not FactionwideAncillaryExists ptolemic_dioiketes
and RandomPercent > 90

AcquireAncillary ptolemic_dioiketes Chance 100
Affects NumAncillariesAcquired 1 Chance 100

;------------------------------------------
Trigger acquire_ptolemic_satrapy_egypt
WhenToTest CharacterTurnEnd
Condition FactionType numidia
and EndedInSettlement
and RemainingMPPercentage = 100
and IsGeneral
and SettlementName Alexandreia
and SettlementBuildingExists >= governors_palace
and Attribute SenateStanding < 11
and not FactionwideAncillaryExists ptolemic_satrapy_of_egypt
and RandomPercent > 90

AcquireAncillary ptolemic_satrapy_of_egypt Chance 100
Affects NumAncillariesAcquired 1 Chance 100

;------------------------------------------
Trigger acquire_ptolemic_satrapy_ioudaia
WhenToTest CharacterTurnEnd
Condition FactionType numidia
and EndedInSettlement
and RemainingMPPercentage = 100
and IsGeneral
and not IsFactionHeir
and not IsFactionLeader
and SettlementName Hierosolyma
and SettlementBuildingExists >= governors_palace
and Attribute SenateStanding < 11
and not FactionwideAncillaryExists ptolemic_satrapy_of_ioudaia
and RandomPercent > 90

AcquireAncillary ptolemic_satrapy_of_ioudaia Chance 100
Affects NumAncillariesAcquired 1 Chance 100

;------------------------------------------
Trigger acquire_ptolemic_satrapy_syria
WhenToTest CharacterTurnEnd
Condition FactionType numidia
and EndedInSettlement
and RemainingMPPercentage = 100
and IsGeneral
and not IsFactionHeir
and not IsFactionLeader
and SettlementName Antiocheia
and SettlementBuildingExists >= governors_palace
and Attribute SenateStanding < 11
and not FactionwideAncillaryExists ptolemic_satrapy_of_syria
and RandomPercent > 90

AcquireAncillary ptolemic_satrapy_of_syria Chance 100
Affects NumAncillariesAcquired 1 Chance 100

;------------------------------------------
Trigger acquire_ptolemic_satrapy_mikra_asia
WhenToTest CharacterTurnEnd
Condition FactionType numidia
and EndedInSettlement
and RemainingMPPercentage = 100
and IsGeneral
and not IsFactionHeir
and not IsFactionLeader
and SettlementName Ipsos
and SettlementBuildingExists >= governors_palace
and Attribute SenateStanding < 11
and not FactionwideAncillaryExists ptolemic_satrapy_of_mikra_asia
and RandomPercent > 90

AcquireAncillary ptolemic_satrapy_of_mikra_asia Chance 100
Affects NumAncillariesAcquired 1 Chance 100