It is in the trait file. Example:
Code:
;------------------------------------------
;Section: Greek Ethnic OfferedForMarriage
;------------------------------------------
Trigger KH_Athenaios_OfferedForMarriage
WhenToTest OfferedForMarriage
Condition FactionType greek_cities
and Trait EthnoDetermined < 1
Affects Athenaios 1 Chance 15
Copy to:
Code:
Trigger Mak_Athenaios_OfferedForMarriage
WhenToTest OfferedForMarriage
Condition FactionType macedons
and Trait EthnoDetermined < 1
Affects Athenaios 1 Chance 15
To prevent Athenians rallying the Mak course en masse when Athens is still free, you can also use this:
Code:
Trigger Mak_Athenaios_OfferedForMarriage
WhenToTest OfferedForMarriage
Condition FactionType macedons
and Trait EthnoDetermined < 1
and I_SettlementOwner Athenai = macedons
Affects Athenaios 1 Chance 15
Bookmarks