PDA

View Full Version : Romani Gens Modding



Aetius Gallus
12-28-2009, 00:55
Hi, i try to add new families to the roman faction but i have a CTD when i launch new campaign... i don't know where i ave made a mistake, can you help me ?

I have modified 4 files : export_descr_character_traits.txt, export_VnVs.txt, names.txt and DESCR_NAMES_LOOKUP.txt

In data\export_descr_character_traits.txt, i add this


Trait GensAntonia
Characters all

Level Adopted_By_Gens_Antonia
Description Adopted_By_Gens_Antonia_desc
EffectsDescription Adopted_By_Gens_Antonia_effects_desc
Threshold 1

Level Gens_Antonia
Description Gens_Antonia_desc
EffectsDescription Gens_Antonia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensAntonia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensAntonia = 1

Affects GensAntonia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensAntonia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensAntonia > 1

Affects GensAntonia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger AntonivsArcadivs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait AntonivsArcadivs > 0

Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_AntonivsArcadivs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_AntonivsArcadivs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_AntonivsArcadivs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_AntonivsArcadivs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_AntonivsArcadivs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_AntonivsArcadivs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait AntonivsArcadivs > 0
and Trait Cliens < 1

Affects AntonivsArcadivs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_AntonivsArcadivs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait AntonivsArcadivs > 0

Affects GensAntonia 1 Chance 100
Affects AntonivsArcadivs 1 Chance 100

;------------------------------------------

Trigger AntonivsCincinnatvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait AntonivsCincinnatvs > 0

Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_AntonivsCincinnatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_AntonivsCincinnatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_AntonivsCincinnatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_AntonivsCincinnatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_AntonivsCincinnatvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_AntonivsCincinnatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait AntonivsCincinnatvs > 0
and Trait Cliens < 1

Affects AntonivsCincinnatvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_AntonivsCincinnatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait AntonivsCincinnatvs > 0

Affects GensAntonia 1 Chance 100
Affects AntonivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger AntonivsDentatvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait AntonivsDentatvs > 0

Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_AntonivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_AntonivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_AntonivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_AntonivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_AntonivsDentatvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensAntonia 2 Chance 100
Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_AntonivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait AntonivsDentatvs > 0
and Trait Cliens < 1

Affects AntonivsDentatvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_AntonivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait AntonivsDentatvs > 0

Affects GensAntonia 1 Chance 100
Affects AntonivsDentatvs 1 Chance 100

;------------------------------------------

Trait GensArria
Characters all

Level Adopted_By_Gens_Arria
Description Adopted_By_Gens_Arria_desc
EffectsDescription Adopted_By_Gens_Arria_effects_desc
Threshold 1

Level Gens_Arria
Description Gens_Arria_desc
EffectsDescription Gens_Arria_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensArria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensArria = 1

Affects GensArria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensArria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensArria > 1

Affects GensArria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger ArrivsAntonivs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArrivsAntonivs > 0

Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArrivsAntonivs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArrivsAntonivs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArrivsAntonivs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArrivsAntonivs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArrivsAntonivs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArrivsAntonivs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArrivsAntonivs > 0
and Trait Cliens < 1

Affects ArrivsAntonivs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArrivsAntonivs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArrivsAntonivs > 0

Affects GensArria 1 Chance 100
Affects ArrivsAntonivs 1 Chance 100

;------------------------------------------

Trigger ArrivsValens_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArrivsValens > 0

Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArrivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArrivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArrivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArrivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArrivsValens
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArrivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArrivsValens > 0
and Trait Cliens < 1

Affects ArrivsValens -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArrivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArrivsValens > 0

Affects GensArria 1 Chance 100
Affects ArrivsValens 1 Chance 100

;------------------------------------------

Trigger ArrivsConstans_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArrivsConstans > 0

Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArrivsConstans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArrivsConstans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArrivsConstans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArrivsConstans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArrivsConstans
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArrivsConstans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArrivsConstans > 0
and Trait Cliens < 1

Affects ArrivsConstans -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArrivsConstans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArrivsConstans > 0

Affects GensArria 1 Chance 100
Affects ArrivsConstans 1 Chance 100

;------------------------------------------

Trigger ArrivsLabienvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArrivsLabienvs > 0

Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArrivsLabienvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArrivsLabienvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArrivsLabienvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArrivsLabienvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArrivsLabienvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArria 2 Chance 100
Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArrivsLabienvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArrivsLabienvs > 0
and Trait Cliens < 1

Affects ArrivsLabienvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArrivsLabienvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArrivsLabienvs > 0

Affects GensArria 1 Chance 100
Affects ArrivsLabienvs 1 Chance 100

;------------------------------------------

Trait GensArtoria
Characters all

Level Adopted_By_Gens_Artoria
Description Adopted_By_Gens_Artoria_desc
EffectsDescription Adopted_By_Gens_Artoria_effects_desc
Threshold 1

Level Gens_Artoria
Description Gens_Artoria_desc
EffectsDescription Gens_Artoria_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensArtoria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensArtoria = 1

Affects GensArtoria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensArtoria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensArtoria > 1

Affects GensArtoria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger ArtorivsCastvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArtorivsCastvs > 0

Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArtorivsCastvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArtorivsCastvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArtorivsCastvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArtorivsCastvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArtorivsCastvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArtorivsCastvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArtorivsCastvs > 0
and Trait Cliens < 1

Affects ArtorivsCastvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArtorivsCastvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArtorivsCastvs > 0

Affects GensArtoria 1 Chance 100
Affects ArtorivsCastvs 1 Chance 100

;------------------------------------------

Trigger ArtorivsNepos_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArtorivsNepos > 0

Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArtorivsNepos
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArtorivsNepos
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArtorivsNepos
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArtorivsNepos
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArtorivsNepos
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArtorivsNepos
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArtorivsNepos > 0
and Trait Cliens < 1

Affects ArtorivsNepos -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArtorivsNepos
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArtorivsNepos > 0

Affects GensArtoria 1 Chance 100
Affects ArtorivsNepos 1 Chance 100

;------------------------------------------

Trigger ArtorivsValens_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait ArtorivsValens > 0

Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_ArtorivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_ArtorivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_ArtorivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_ArtorivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_ArtorivsValens
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensArtoria 2 Chance 100
Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_ArtorivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait ArtorivsValens > 0
and Trait Cliens < 1

Affects ArtorivsValens -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_ArtorivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait ArtorivsValens > 0

Affects GensArtoria 1 Chance 100
Affects ArtorivsValens 1 Chance 100

;------------------------------------------

Trait GensCassia
Characters all

Level Adopted_By_Gens_Cassia
Description Adopted_By_Gens_Cassia_desc
EffectsDescription Adopted_By_Gens_Cassia_effects_desc
Threshold 1

Level Gens_Cassia
Description Gens_Cassia_desc
EffectsDescription Gens_Cassia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensCassia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensCassia = 1

Affects GensCassia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensCassia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensCassia > 1

Affects GensCassia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger CassivsAgricola_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait CassivsAgricola > 0

Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_CassivsAgricola
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_CassivsAgricola
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_CassivsAgricola
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_CassivsAgricola
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_CassivsAgricola
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_CassivsAgricola
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait CassivsAgricola > 0
and Trait Cliens < 1

Affects CassivsAgricola -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_CassivsAgricola
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait CassivsAgricola > 0

Affects GensCassia 1 Chance 100
Affects CassivsAgricola 1 Chance 100

;------------------------------------------

Trigger CassivsAllectvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait CassivsAllectvs > 0

Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_CassivsAllectvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_CassivsAllectvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_CassivsAllectvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_CassivsAllectvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_CassivsAllectvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_CassivsAllectvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait CassivsAllectvs > 0
and Trait Cliens < 1

Affects CassivsAllectvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_CassivsAllectvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait CassivsAllectvs > 0

Affects GensCassia 1 Chance 100
Affects CassivsAllectvs 1 Chance 100

;------------------------------------------

Trigger CassivsDolabella_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait CassivsDolabella > 0

Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_CassivsDolabella
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_CassivsDolabella
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_CassivsDolabella
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_CassivsDolabella
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_CassivsDolabella
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensCassia 2 Chance 100
Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_CassivsDolabella
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait CassivsDolabella > 0
and Trait Cliens < 1

Affects CassivsDolabella -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_CassivsDolabella
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait CassivsDolabella > 0

Affects GensCassia 1 Chance 100
Affects CassivsDolabella 1 Chance 100

;------------------------------------------

Trait GensDomitia
Characters all

Level Adopted_By_Gens_Domitia
Description Adopted_By_Gens_Domitia_desc
EffectsDescription Adopted_By_Gens_Domitia_effects_desc
Threshold 1

Level Gens_Domitia
Description Gens_Domitia_desc
EffectsDescription Gens_Domitia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensDomitia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensDomitia = 1

Affects GensDomitia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensDomitia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensDomitia > 1

Affects GensDomitia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger DomitivsAllectvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait DomitivsAllectvs > 0

Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_DomitivsAllectvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_DomitivsAllectvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_DomitivsAllectvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_DomitivsAllectvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_DomitivsAllectvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_DomitivsAllectvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait DomitivsAllectvs > 0
and Trait Cliens < 1

Affects DomitivsAllectvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_DomitivsAllectvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait DomitivsAllectvs > 0

Affects GensDomitia 1 Chance 100
Affects DomitivsAllectvs 1 Chance 100

;------------------------------------------

Trigger DomitivsAvrelianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait DomitivsAvrelianvs > 0

Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_DomitivsAvrelianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_DomitivsAvrelianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_DomitivsAvrelianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_DomitivsAvrelianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_DomitivsAvrelianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_DomitivsAvrelianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait DomitivsAvrelianvs > 0
and Trait Cliens < 1

Affects DomitivsAvrelianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_DomitivsAvrelianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait DomitivsAvrelianvs > 0

Affects GensDomitia 1 Chance 100
Affects DomitivsAvrelianvs 1 Chance 100

;------------------------------------------

Trigger DomitivsGracchvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait DomitivsGracchvs > 0

Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_DomitivsGracchvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_DomitivsGracchvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_DomitivsGracchvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_DomitivsGracchvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_DomitivsGracchvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensDomitia 2 Chance 100
Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_DomitivsGracchvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait DomitivsGracchvs > 0
and Trait Cliens < 1

Affects DomitivsGracchvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_DomitivsGracchvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait DomitivsGracchvs > 0

Affects GensDomitia 1 Chance 100
Affects DomitivsGracchvs 1 Chance 100

;------------------------------------------

Trait GensFlaminia
Characters all

Level Adopted_By_Gens_Flaminia
Description Adopted_By_Gens_Flaminia_desc
EffectsDescription Adopted_By_Gens_Flaminia_effects_desc
Threshold 1

Level Gens_Flaminia
Description Gens_Flaminia_desc
EffectsDescription Gens_Flaminia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensFlaminia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensFlaminia = 1

Affects GensFlaminia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensFlaminia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensFlaminia > 1

Affects GensFlaminia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger FlaminivsLvcvllvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlaminivsLvcvllvs > 0

Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlaminivsLvcvllvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlaminivsLvcvllvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlaminivsLvcvllvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlaminivsLvcvllvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlaminivsLvcvllvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlaminivsLvcvllvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlaminivsLvcvllvs > 0
and Trait Cliens < 1

Affects FlaminivsLvcvllvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlaminivsLvcvllvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlaminivsLvcvllvs > 0

Affects GensFlaminia 1 Chance 100
Affects FlaminivsLvcvllvs 1 Chance 100

;------------------------------------------

Trigger FlaminivsLicinvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlaminivsLicinvs > 0

Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlaminivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlaminivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlaminivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlaminivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlaminivsLicinvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlaminivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlaminivsLicinvs > 0
and Trait Cliens < 1

Affects FlaminivsLicinvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlaminivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlaminivsLicinvs > 0

Affects GensFlaminia 1 Chance 100
Affects FlaminivsLicinvs 1 Chance 100

;------------------------------------------

Trigger FlaminivsConstans_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlaminivsConstans > 0

Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlaminivsConstans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlaminivsConstans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlaminivsConstans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlaminivsConstans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlaminivsConstans
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlaminia 2 Chance 100
Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlaminivsConstans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlaminivsConstans > 0
and Trait Cliens < 1

Affects FlaminivsConstans -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlaminivsConstans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlaminivsConstans > 0

Affects GensFlaminia 1 Chance 100
Affects FlaminivsConstans 1 Chance 100

;------------------------------------------

Trait GensFlavia
Characters all

Level Adopted_By_Gens_Flavia
Description Adopted_By_Gens_Flavia_desc
EffectsDescription Adopted_By_Gens_Flavia_effects_desc
Threshold 1

Level Gens_Flavia
Description Gens_Flavia_desc
EffectsDescription Gens_Flavia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensFlavia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensFlavia = 1

Affects GensFlavia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensFlavia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensFlavia > 1

Affects GensFlavia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger FlavivsAntoninvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlavivsAntoninvs > 0

Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlavivsAntoninvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlavivsAntoninvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlavivsAntoninvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlavivsAntoninvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlavivsAntoninvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlavivsAntoninvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlavivsAntoninvs > 0
and Trait Cliens < 1

Affects FlavivsAntoninvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlavivsAntoninvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlavivsAntoninvs > 0

Affects GensFlavia 1 Chance 100
Affects FlavivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger FlavivsVespasianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlavivsVespasianvs > 0

Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlavivsVespasianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlavivsVespasianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlavivsVespasianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlavivsVespasianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlavivsVespasianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlavivsVespasianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlavivsVespasianvs > 0
and Trait Cliens < 1

Affects FlavivsVespasianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlavivsVespasianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlavivsVespasianvs > 0

Affects GensFlavia 1 Chance 100
Affects FlavivsVespasianvs 1 Chance 100

;------------------------------------------

Trigger FlavivsDomitianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlavivsDomitianvs > 0

Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlavivsDomitianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlavivsDomitianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlavivsDomitianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlavivsDomitianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlavivsDomitianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlavivsDomitianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlavivsDomitianvs > 0
and Trait Cliens < 1

Affects FlavivsDomitianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlavivsDomitianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlavivsDomitianvs > 0

Affects GensFlavia 1 Chance 100
Affects FlavivsDomitianvs 1 Chance 100

;------------------------------------------

Trigger FlavivsConstantinvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlavivsConstantinvs > 0

Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlavivsConstantinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlavivsConstantinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlavivsConstantinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlavivsConstantinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlavivsConstantinvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlavivsConstantinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlavivsConstantinvs > 0
and Trait Cliens < 1

Affects FlavivsConstantinvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlavivsConstantinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlavivsConstantinvs > 0

Affects GensFlavia 1 Chance 100
Affects FlavivsConstantinvs 1 Chance 100

;------------------------------------------

Trigger FlavivsBelisarivs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FlavivsBelisarivs > 0

Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FlavivsBelisarivs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FlavivsBelisarivs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FlavivsBelisarivs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FlavivsBelisarivs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FlavivsBelisarivs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFlavia 2 Chance 100
Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FlavivsBelisarivs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FlavivsBelisarivs > 0
and Trait Cliens < 1

Affects FlavivsBelisarivs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FlavivsBelisarivs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FlavivsBelisarivs > 0

Affects GensFlavia 1 Chance 100
Affects FlavivsBelisarivs 1 Chance 100

;------------------------------------------

Trait GensFvria
Characters all

Level Adopted_By_Gens_Fvria
Description Adopted_By_Gens_Fvria_desc
EffectsDescription Adopted_By_Gens_Fvria_effects_desc
Threshold 1

Level Gens_Fvria
Description Gens_Fvria_desc
EffectsDescription Gens_Fvria_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensFvria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensFvria = 1

Affects GensFvria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensFvria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensFvria > 1

Affects GensFvria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger FvrivsCamillvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FvrivsCamillvs > 0

Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FvrivsCamillvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FvrivsCamillvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FvrivsCamillvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FvrivsCamillvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FvrivsCamillvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FvrivsCamillvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FvrivsCamillvs > 0
and Trait Cliens < 1

Affects FvrivsCamillvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FvrivsCamillvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FvrivsCamillvs > 0

Affects GensFvria 1 Chance 100
Affects FvrivsCamillvs 1 Chance 100

;------------------------------------------

Trigger FvrivsDentatvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FvrivsDentatvs > 0

Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FvrivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FvrivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FvrivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FvrivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FvrivsDentatvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FvrivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FvrivsDentatvs > 0
and Trait Cliens < 1

Affects FvrivsDentatvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FvrivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FvrivsDentatvs > 0

Affects GensFvria 1 Chance 100
Affects FvrivsDentatvs 1 Chance 100

;------------------------------------------

Trigger FvrivsAggripa_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait FvrivsAggripa > 0

Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_FvrivsAggripa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_FvrivsAggripa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_FvrivsAggripa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_FvrivsAggripa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_FvrivsAggripa
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensFvria 2 Chance 100
Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_FvrivsAggripa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait FvrivsAggripa > 0
and Trait Cliens < 1

Affects FvrivsAggripa -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_FvrivsAggripa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait FvrivsAggripa > 0

Affects GensFvria 1 Chance 100
Affects FvrivsAggripa 1 Chance 100

;------------------------------------------

Trait GensGaleria
Characters all

Level Adopted_By_Gens_Galeria
Description Adopted_By_Gens_Galeria_desc
EffectsDescription Adopted_By_Gens_Galeria_effects_desc
Threshold 1

Level Gens_Galeria
Description Gens_Galeria_desc
EffectsDescription Gens_Galeria_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensGaleria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensGaleria = 1

Affects GensGaleria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensGaleria
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensGaleria > 1

Affects GensGaleria 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger GalerivsValerianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GalerivsValerianvs > 0

Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_GalerivsValerianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_GalerivsValerianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_GalerivsValerianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_GalerivsValerianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_GalerivsValerianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_GalerivsValerianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait GalerivsValerianvs > 0
and Trait Cliens < 1

Affects GalerivsValerianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_GalerivsValerianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait GalerivsValerianvs > 0

Affects GensGaleria 1 Chance 100
Affects GalerivsValerianvs 1 Chance 100

;------------------------------------------

Trigger GalerivsFlavianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GalerivsFlavianvs > 0

Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_GalerivsFlavianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_GalerivsFlavianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_GalerivsFlavianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_GalerivsFlavianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_GalerivsFlavianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_GalerivsFlavianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait GalerivsFlavianvs > 0
and Trait Cliens < 1

Affects GalerivsFlavianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_GalerivsFlavianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait GalerivsFlavianvs > 0

Affects GensGaleria 1 Chance 100
Affects GalerivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger GalerivsLicinvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GalerivsLicinvs > 0

Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_GalerivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_GalerivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_GalerivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_GalerivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_GalerivsLicinvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensGaleria 2 Chance 100
Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_GalerivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait GalerivsLicinvs > 0
and Trait Cliens < 1

Affects GalerivsLicinvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_GalerivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait GalerivsLicinvs > 0

Affects GensGaleria 1 Chance 100
Affects GalerivsLicinvs 1 Chance 100

;------------------------------------------

Trait GensHirtia
Characters all

Level Adopted_By_Gens_Hirtia
Description Adopted_By_Gens_Hirtia_desc
EffectsDescription Adopted_By_Gens_Hirtia_effects_desc
Threshold 1

Level Gens_Hirtia
Description Gens_Hirtia_desc
EffectsDescription Gens_Hirtia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensHirtia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensHirtia = 1

Affects GensHirtia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensHirtia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensHirtia > 1

Affects GensHirtia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger HirtivsValens_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait HirtivsValens > 0

Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_HirtivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_HirtivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_HirtivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_HirtivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_HirtivsValens
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_HirtivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait HirtivsValens > 0
and Trait Cliens < 1

Affects HirtivsValens -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_HirtivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait HirtivsValens > 0

Affects GensHirtia 1 Chance 100
Affects HirtivsValens 1 Chance 100

;------------------------------------------

Trigger HirtivsPertinax_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait HirtivsPertinax > 0

Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_HirtivsPertinax
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_HirtivsPertinax
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_HirtivsPertinax
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_HirtivsPertinax
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_HirtivsPertinax
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_HirtivsPertinax
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait HirtivsPertinax > 0
and Trait Cliens < 1

Affects HirtivsPertinax -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_HirtivsPertinax
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait HirtivsPertinax > 0

Affects GensHirtia 1 Chance 100
Affects HirtivsPertinax 1 Chance 100

;------------------------------------------

Trigger HirtivsCaracalla_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait HirtivsCaracalla > 0

Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_HirtivsCaracalla
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_HirtivsCaracalla
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_HirtivsCaracalla
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_HirtivsCaracalla
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_HirtivsCaracalla
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensHirtia 2 Chance 100
Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_HirtivsCaracalla
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait HirtivsCaracalla > 0
and Trait Cliens < 1

Affects HirtivsCaracalla -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_HirtivsCaracalla
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait HirtivsCaracalla > 0

Affects GensHirtia 1 Chance 100
Affects HirtivsCaracalla 1 Chance 100

;------------------------------------------

Trait GensLivia
Characters all

Level Adopted_By_Gens_Livia
Description Adopted_By_Gens_Livia_desc
EffectsDescription Adopted_By_Gens_Livia_effects_desc
Threshold 1

Level Gens_Livia
Description Gens_Livia_desc
EffectsDescription Gens_Livia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensLivia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensLivia = 1

Affects GensLivia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensLivia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensLivia > 1

Affects GensLivia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger LivivsDentatvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait LivivsDentatvs > 0

Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_LivivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_LivivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_LivivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_LivivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_LivivsDentatvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_LivivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait LivivsDentatvs > 0
and Trait Cliens < 1

Affects LivivsDentatvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_LivivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait LivivsDentatvs > 0

Affects GensLivia 1 Chance 100
Affects LivivsDentatvs 1 Chance 100

;------------------------------------------

Trigger LivivsPansa_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait LivivsPansa > 0

Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_LivivsPansa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_LivivsPansa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_LivivsPansa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_LivivsPansa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_LivivsPansa
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_LivivsPansa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait LivivsPansa > 0
and Trait Cliens < 1

Affects LivivsPansa -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_LivivsPansa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait LivivsPansa > 0

Affects GensLivia 1 Chance 100
Affects LivivsPansa 1 Chance 100

;------------------------------------------

Trigger LivivsDiocletianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait LivivsDiocletianvs > 0

Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_LivivsDiocletianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_LivivsDiocletianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_LivivsDiocletianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_LivivsDiocletianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_LivivsDiocletianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensLivia 2 Chance 100
Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_LivivsDiocletianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait LivivsDiocletianvs > 0
and Trait Cliens < 1

Affects LivivsDiocletianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_LivivsDiocletianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait LivivsDiocletianvs > 0

Affects GensLivia 1 Chance 100
Affects LivivsDiocletianvs 1 Chance 100

;------------------------------------------

Trait GensNaevia
Characters all

Level Adopted_By_Gens_Naevia
Description Adopted_By_Gens_Naevia_desc
EffectsDescription Adopted_By_Gens_Naevia_effects_desc
Threshold 1

Level Gens_Naevia
Description Gens_Naevia_desc
EffectsDescription Gens_Naevia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensNaevia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensNaevia = 1

Affects GensNaevia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensNaevia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensNaevia > 1

Affects GensNaevia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger NaevivsHadrianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait NaevivsHadrianvs > 0

Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_NaevivsHadrianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_NaevivsHadrianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_NaevivsHadrianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_NaevivsHadrianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_NaevivsHadrianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_NaevivsHadrianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait NaevivsHadrianvs > 0
and Trait Cliens < 1

Affects NaevivsHadrianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_NaevivsHadrianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait NaevivsHadrianvs > 0

Affects GensNaevia 1 Chance 100
Affects NaevivsHadrianvs 1 Chance 100

;------------------------------------------

Trigger NaevivsValerianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait NaevivsValerianvs > 0

Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_NaevivsValerianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_NaevivsValerianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_NaevivsValerianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_NaevivsValerianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_NaevivsValerianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_NaevivsValerianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait NaevivsValerianvs > 0
and Trait Cliens < 1

Affects NaevivsValerianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_NaevivsValerianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait NaevivsValerianvs > 0

Affects GensNaevia 1 Chance 100
Affects NaevivsValerianvs 1 Chance 100

;------------------------------------------

Trigger NaevivsTraianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait NaevivsTraianvs > 0

Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_NaevivsTraianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_NaevivsTraianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_NaevivsTraianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_NaevivsTraianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_NaevivsTraianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_NaevivsTraianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait NaevivsTraianvs > 0
and Trait Cliens < 1

Affects NaevivsTraianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_NaevivsTraianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait NaevivsTraianvs > 0

Affects GensNaevia 1 Chance 100
Affects NaevivsTraianvs 1 Chance 100

;------------------------------------------

Trigger NaevivsNepos_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait NaevivsNepos > 0

Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_NaevivsNepos
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_NaevivsNepos
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_NaevivsNepos
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_NaevivsNepos
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_NaevivsNepos
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensNaevia 2 Chance 100
Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_NaevivsNepos
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait NaevivsNepos > 0
and Trait Cliens < 1

Affects NaevivsNepos -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_NaevivsNepos
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait NaevivsNepos > 0

Affects GensNaevia 1 Chance 100
Affects NaevivsNepos 1 Chance 100

;------------------------------------------

Trait GensPetronia
Characters all

Level Adopted_By_Gens_Petronia
Description Adopted_By_Gens_Petronia_desc
EffectsDescription Adopted_By_Gens_Petronia_effects_desc
Threshold 1

Level Gens_Petronia
Description Gens_Petronia_desc
EffectsDescription Gens_Petronia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensPetronia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensPetronia = 1

Affects GensPetronia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensPetronia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensPetronia > 1

Affects GensPetronia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger PetronivsLabienvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait PetronivsLabienvs > 0

Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_PetronivsLabienvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_PetronivsLabienvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_PetronivsLabienvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_PetronivsLabienvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_PetronivsLabienvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_PetronivsLabienvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait PetronivsLabienvs > 0
and Trait Cliens < 1

Affects PetronivsLabienvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_PetronivsLabienvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait PetronivsLabienvs > 0

Affects GensPetronia 1 Chance 100
Affects PetronivsLabienvs 1 Chance 100

;------------------------------------------

Trigger PetronivsValentinianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait PetronivsValentinianvs > 0

Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_PetronivsValentinianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_PetronivsValentinianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_PetronivsValentinianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_PetronivsValentinianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_PetronivsValentinianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_PetronivsValentinianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait PetronivsValentinianvs > 0
and Trait Cliens < 1

Affects PetronivsValentinianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_PetronivsValentinianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait PetronivsValentinianvs > 0

Affects GensPetronia 1 Chance 100
Affects PetronivsValentinianvs 1 Chance 100

;------------------------------------------

Trigger PetronivsConstans_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait PetronivsConstans > 0

Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_PetronivsConstans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_PetronivsConstans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_PetronivsConstans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_PetronivsConstans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_PetronivsConstans
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPetronia 2 Chance 100
Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_PetronivsConstans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait PetronivsConstans > 0
and Trait Cliens < 1

Affects PetronivsConstans -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_PetronivsConstans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait PetronivsConstans > 0

Affects GensPetronia 1 Chance 100
Affects PetronivsConstans 1 Chance 100

;------------------------------------------

Trait GensPompeia
Characters all

Level Adopted_By_Gens_Pompeia
Description Adopted_By_Gens_Pompeia_desc
EffectsDescription Adopted_By_Gens_Pompeia_effects_desc
Threshold 1

Level Gens_Pompeia
Description Gens_Pompeia_desc
EffectsDescription Gens_Pompeia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensPompeia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensPompeia = 1

Affects GensPompeia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensPompeia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensPompeia > 1

Affects GensPompeia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger PompeivsMagnvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait PompeivsMagnvs > 0

Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_PompeivsMagnvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_PompeivsMagnvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_PompeivsMagnvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_PompeivsMagnvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_PompeivsMagnvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_PompeivsMagnvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait PompeivsMagnvs > 0
and Trait Cliens < 1

Affects PompeivsMagnvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_PompeivsMagnvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait PompeivsMagnvs > 0

Affects GensPompeia 1 Chance 100
Affects PompeivsMagnvs 1 Chance 100

;------------------------------------------

Trigger PompeivsContans_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait PompeivsContans > 0

Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_PompeivsContans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_PompeivsContans
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_PompeivsContans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_PompeivsContans
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_PompeivsContans
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_PompeivsContans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait PompeivsContans > 0
and Trait Cliens < 1

Affects PompeivsContans -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_PompeivsContans
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait PompeivsContans > 0

Affects GensPompeia 1 Chance 100
Affects PompeivsContans 1 Chance 100

;------------------------------------------

Trigger PompeivsValens_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait PompeivsValens > 0

Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_PompeivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_PompeivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_PompeivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_PompeivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_PompeivsValens
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensPompeia 2 Chance 100
Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_PompeivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait PompeivsValens > 0
and Trait Cliens < 1

Affects PompeivsValens -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_PompeivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait PompeivsValens > 0

Affects GensPompeia 1 Chance 100
Affects PompeivsValens 1 Chance 100

;------------------------------------------

Trait GensQvinctilia
Characters all

Level Adopted_By_Gens_Qvinctilia
Description Adopted_By_Gens_Qvinctilia_desc
EffectsDescription Adopted_By_Gens_Qvinctilia_effects_desc
Threshold 1

Level Gens_Qvinctilia
Description Gens_Qvinctilia_desc
EffectsDescription Gens_Qvinctilia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensQvinctilia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensQvinctilia = 1

Affects GensQvinctilia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensQvinctilia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensQvinctilia > 1

Affects GensQvinctilia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger QvinctilivsVarvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctilivsVarvs > 0

Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctilivsVarvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctilivsVarvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctilivsVarvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctilivsVarvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctilivsVarvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctilivsVarvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctilivsVarvs > 0
and Trait Cliens < 1

Affects QvinctilivsVarvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctilivsVarvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctilivsVarvs > 0

Affects GensQvinctilia 1 Chance 100
Affects QvinctilivsVarvs 1 Chance 100

;------------------------------------------

Trigger QvinctilivsFlavianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctilivsFlavianvs > 0

Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctilivsFlavianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctilivsFlavianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctilivsFlavianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctilivsFlavianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctilivsFlavianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctilivsFlavianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctilivsFlavianvs > 0
and Trait Cliens < 1

Affects QvinctilivsFlavianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctilivsFlavianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctilivsFlavianvs > 0

Affects GensQvinctilia 1 Chance 100
Affects QvinctilivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger QvinctilivsAgricola_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctilivsAgricola > 0

Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctilivsAgricola
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctilivsAgricola
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctilivsAgricola
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctilivsAgricola
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctilivsAgricola
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctilia 2 Chance 100
Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctilivsAgricola
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctilivsAgricola > 0
and Trait Cliens < 1

Affects QvinctilivsAgricola -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctilivsAgricola
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctilivsAgricola > 0

Affects GensQvinctilia 1 Chance 100
Affects QvinctilivsAgricola 1 Chance 100

;------------------------------------------

Trait GensQvinctia
Characters all

Level Adopted_By_Gens_Qvinctia
Description Adopted_By_Gens_Qvinctia_desc
EffectsDescription Adopted_By_Gens_Qvinctia_effects_desc
Threshold 1

Level Gens_Qvinctia
Description Gens_Qvinctia_desc
EffectsDescription Gens_Qvinctia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensQvinctia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensQvinctia = 1

Affects GensQvinctia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensQvinctia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensQvinctia > 1

Affects GensQvinctia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger QvinctivsCincinnatvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctivsCincinnatvs > 0

Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctivsCincinnatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctivsCincinnatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctivsCincinnatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctivsCincinnatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctivsCincinnatvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctivsCincinnatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctivsCincinnatvs > 0
and Trait Cliens < 1

Affects QvinctivsCincinnatvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctivsCincinnatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctivsCincinnatvs > 0

Affects GensQvinctia 1 Chance 100
Affects QvinctivsCincinnatvs 1 Chance 100

;------------------------------------------

Trigger QvinctivsAggripa_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctivsAggripa > 0

Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctivsAggripa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctivsAggripa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctivsAggripa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctivsAggripa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctivsAggripa
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctivsAggripa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctivsAggripa > 0
and Trait Cliens < 1

Affects QvinctivsAggripa -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctivsAggripa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctivsAggripa > 0

Affects GensQvinctia 1 Chance 100
Affects QvinctivsAggripa 1 Chance 100

;------------------------------------------

Trigger QvinctivsLicinvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctivsLicinvs > 0

Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctivsLicinvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctivsLicinvs > 0
and Trait Cliens < 1

Affects QvinctivsLicinvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctivsLicinvs > 0

Affects GensQvinctia 1 Chance 100
Affects QvinctivsLicinvs 1 Chance 100

;------------------------------------------

Trigger QvinctivsPansa_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctivsPansa > 0

Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctivsPansa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctivsPansa
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctivsPansa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctivsPansa
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctivsPansa
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctivsPansa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctivsPansa > 0
and Trait Cliens < 1

Affects QvinctivsPansa -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctivsPansa
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctivsPansa > 0

Affects GensQvinctia 1 Chance 100
Affects QvinctivsPansa 1 Chance 100

;------------------------------------------

Trigger QvinctivsNepos_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait QvinctivsNepos > 0

Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_QvinctivsNepos
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_QvinctivsNepos
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_QvinctivsNepos
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_QvinctivsNepos
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_QvinctivsNepos
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensQvinctia 2 Chance 100
Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_QvinctivsNepos
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait QvinctivsNepos > 0
and Trait Cliens < 1

Affects QvinctivsNepos -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_QvinctivsNepos
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait QvinctivsNepos > 0

Affects GensQvinctia 1 Chance 100
Affects QvinctivsNepos 1 Chance 100

;------------------------------------------

Trait GensSeptimia
Characters all

Level Adopted_By_Gens_Septimia
Description Adopted_By_Gens_Septimia_desc
EffectsDescription Adopted_By_Gens_Septimia_effects_desc
Threshold 1

Level Gens_Septimia
Description Gens_Septimia_desc
EffectsDescription Gens_Septimia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensSeptimia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensSeptimia = 1

Affects GensSeptimia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensSeptimia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensSeptimia > 1

Affects GensSeptimia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger SeptimivsSevervs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait SeptimivsSevervs > 0

Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_SeptimivsSevervs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_SeptimivsSevervs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_SeptimivsSevervs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_SeptimivsSevervs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_SeptimivsSevervs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_SeptimivsSevervs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait SeptimivsSevervs > 0
and Trait Cliens < 1

Affects SeptimivsSevervs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_SeptimivsSevervs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait SeptimivsSevervs > 0

Affects GensSeptimia 1 Chance 100
Affects SeptimivsSevervs 1 Chance 100

;------------------------------------------

Trigger SeptimivsPertinax_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait SeptimivsPertinax > 0

Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_SeptimivsPertinax
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_SeptimivsPertinax
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_SeptimivsPertinax
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_SeptimivsPertinax
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_SeptimivsPertinax
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_SeptimivsPertinax
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait SeptimivsPertinax > 0
and Trait Cliens < 1

Affects SeptimivsPertinax -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_SeptimivsPertinax
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait SeptimivsPertinax > 0

Affects GensSeptimia 1 Chance 100
Affects SeptimivsPertinax 1 Chance 100

;------------------------------------------

Trigger SeptimivsAntoninvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait SeptimivsAntoninvs > 0

Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_SeptimivsAntoninvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_SeptimivsAntoninvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_SeptimivsAntoninvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_SeptimivsAntoninvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_SeptimivsAntoninvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_SeptimivsAntoninvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait SeptimivsAntoninvs > 0
and Trait Cliens < 1

Affects SeptimivsAntoninvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_SeptimivsAntoninvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait SeptimivsAntoninvs > 0

Affects GensSeptimia 1 Chance 100
Affects SeptimivsAntoninvs 1 Chance 100

;------------------------------------------

Trigger SeptimivsCaracalla_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait SeptimivsCaracalla > 0

Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_SeptimivsCaracalla
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_SeptimivsCaracalla
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_SeptimivsCaracalla
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_SeptimivsCaracalla
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_SeptimivsCaracalla
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensSeptimia 2 Chance 100
Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_SeptimivsCaracalla
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait SeptimivsCaracalla > 0
and Trait Cliens < 1

Affects SeptimivsCaracalla -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_SeptimivsCaracalla
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait SeptimivsCaracalla > 0

Affects GensSeptimia 1 Chance 100
Affects SeptimivsCaracalla 1 Chance 100

;------------------------------------------

Trait GensTvllia
Characters all

Level Adopted_By_Gens_Tvllia
Description Adopted_By_Gens_Tvllia_desc
EffectsDescription Adopted_By_Gens_Tvllia_effects_desc
Threshold 1

Level Gens_Tvllia
Description Gens_Tvllia_desc
EffectsDescription Gens_Tvllia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensTvllia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensTvllia = 1

Affects GensTvllia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensTvllia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensTvllia > 1

Affects GensTvllia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger TvllivsDentatvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait TvllivsDentatvs > 0

Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_TvllivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_TvllivsDentatvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_TvllivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_TvllivsDentatvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_TvllivsDentatvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_TvllivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait TvllivsDentatvs > 0
and Trait Cliens < 1

Affects TvllivsDentatvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_TvllivsDentatvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait TvllivsDentatvs > 0

Affects GensTvllia 1 Chance 100
Affects TvllivsDentatvs 1 Chance 100

;------------------------------------------

Trigger TvllivsGracchvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait TvllivsGracchvs > 0

Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_TvllivsGracchvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_TvllivsGracchvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_TvllivsGracchvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_TvllivsGracchvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_TvllivsGracchvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_TvllivsGracchvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait TvllivsGracchvs > 0
and Trait Cliens < 1

Affects TvllivsGracchvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_TvllivsGracchvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait TvllivsGracchvs > 0

Affects GensTvllia 1 Chance 100
Affects TvllivsGracchvs 1 Chance 100

;------------------------------------------

Trigger TvllivsLicinvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait TvllivsLicinvs > 0

Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_TvllivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_TvllivsLicinvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_TvllivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_TvllivsLicinvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_TvllivsLicinvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensTvllia 2 Chance 100
Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_TvllivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait TvllivsLicinvs > 0
and Trait Cliens < 1

Affects TvllivsLicinvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_TvllivsLicinvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait TvllivsLicinvs > 0

Affects GensTvllia 1 Chance 100
Affects TvllivsLicinvs 1 Chance 100

;------------------------------------------

Trait GensVinicia
Characters all

Level Adopted_By_Gens_Vinicia
Description Adopted_By_Gens_Vinicia_desc
EffectsDescription Adopted_By_Gens_Vinicia_effects_desc
Threshold 1

Level Gens_Vinicia
Description Gens_Vinicia_desc
EffectsDescription Gens_Vinicia_effects_desc
Threshold 2

;------------------------------------------

Trigger Son_Born_To_Adoptee_Of_GensVinicia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait GensVinicia = 1

Affects GensVinicia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger Son_Born_To_Member_Of_GensVinicia
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and Trait FamilyNameGiven < 1
and FatherTrait GensVinicia > 1

Affects GensVinicia 2 Chance 100
Affects FamilyNameGiven 1 Chance 100

;------------------------------------------

Trigger VinicivsValens_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait VinicivsValens > 0

Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_VinicivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_VinicivsValens
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_VinicivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_VinicivsValens
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_VinicivsValens
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_VinicivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait VinicivsValens > 0
and Trait Cliens < 1

Affects VinicivsValens -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_VinicivsValens
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait VinicivsValens > 0

Affects GensVinicia 1 Chance 100
Affects VinicivsValens 1 Chance 100

;------------------------------------------

Trigger VinicivsFlavianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait VinicivsFlavianvs > 0

Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_VinicivsFlavianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_VinicivsFlavianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_VinicivsFlavianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_VinicivsFlavianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_VinicivsFlavianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_VinicivsFlavianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait VinicivsFlavianvs > 0
and Trait Cliens < 1

Affects VinicivsFlavianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_VinicivsFlavianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait VinicivsFlavianvs > 0

Affects GensVinicia 1 Chance 100
Affects VinicivsFlavianvs 1 Chance 100

;------------------------------------------

Trigger VinicivsValerianvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait VinicivsValerianvs > 0

Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_VinicivsValerianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_VinicivsValerianvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_VinicivsValerianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_VinicivsValerianvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_VinicivsValerianvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_VinicivsValerianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait VinicivsValerianvs > 0
and Trait Cliens < 1

Affects VinicivsValerianvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_VinicivsValerianvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait VinicivsValerianvs > 0

Affects GensVinicia 1 Chance 100
Affects VinicivsValerianvs 1 Chance 100

;------------------------------------------

Trigger VinicivsLabienvs_born
WhenToTest CharacterComesOfAge

Condition FactionType seleucid
and FatherTrait VinicivsLabienvs > 0

Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Patrician_VinicivsLabienvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Rome_Marriage_Proposal_Plebeian_VinicivsLabienvs
WhenToTest OfferedForMarriage

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Patrician_VinicivsLabienvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Patrician > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 4

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Proposed_For_Adoption_Plebeian_VinicivsLabienvs
WhenToTest OfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects Cliens 1 Chance 100
Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_General_Proposed_For_Adoption_Plebeian_VinicivsLabienvs
WhenToTest LesserGeneralOfferedForAdoption

Condition FactionType seleucid
and Trait Plebeian > 0
and Trait FamilyNameGiven = 0
and RandomPercent < 5

Affects FamilyNameGiven 1 Chance 100
Affects GensVinicia 2 Chance 100
Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_VinicivsLabienvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait JustMarried < 1
and Trait VinicivsLabienvs > 0
and Trait Cliens < 1

Affects VinicivsLabienvs -1 Chance 100

;------------------------------------------

Trigger Roman_Adopted_Into_Family_VinicivsLabienvs
WhenToTest CharacterTurnEnd

Condition FactionType seleucid
and Trait JustAdopted > 0
and Trait Cliens < 1
and FatherTrait VinicivsLabienvs > 0

Affects GensVinicia 1 Chance 100
Affects VinicivsLabienvs 1 Chance 100

;------------------------------------------


In text\export_VnVs.txt, i add this


{Gens_Antonia} Gens Antonia

{Gens_Antonia_desc}
Gens Antonia, one of the most important plebeian families of ancient Rome, claimed descendancy from Anton, a son of the Greek demigod Hercules.This family produced several important Roman generals and politicians like Marcvs Antonvs, Magister Equitum of Ivlivs Caesar, Triumvir and afterwards enemy of Caesar Avgvstvs. Probably the most famous of the Antonii.

{Gens_Antonia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Antonia} Adopted into Gens Antonia

{Adopted_By_Gens_Antonia_desc}
This man has been adopted into Gens Antonia.

{Adopted_By_Gens_Antonia_effects_desc}
He is treated as if he had been born into Gens Antonia.
¬--------------------

{Antonivs_Arcadivs} Antonivs Arcadivs

{Antonivs_Arcadivs_desc}
This man is a member of the Antonivs Arcadivs family.

{Antonivs_Arcadivs_effects_desc}
He has the name Antonivs Arcadivs.

{Antonivs_Arcadivs_epithet_desc}
Antonivs Arcadivs
¬--------------------

{Antonivs_Cincinnatvs} Antonivs Cincinnatvs

{Antonivs_Cincinnatvs_desc}
This man is a member of the Antonivs Cincinnatvs family.

{Antonivs_Cincinnatvs_effects_desc}
He has the name Antonivs Cincinnatvs.

{Antonivs_Cincinnatvs_epithet_desc}
Antonivs Cincinnatvs
¬--------------------

{Antonivs_Dentatvs} Antonivs Dentatvs

{Antonivs_Dentatvs_desc}
This man is a member of the Antonivs Dentatvs family.

{Antonivs_Dentatvs_effects_desc}
He has the name Antonivs Dentatvs.

{Antonivs_Dentatvs_epithet_desc}
Antonivs Dentatvs
¬--------------------

{Gens_Arria} Gens Arria

{Gens_Arria_desc}
The name Arrivs does not occur till the 1st century BC, but is rather common under the emperors like Titvs Aurelivs Fvlvvs Boionivs Arrivs Antoninvs also known as Antoninvs Pivs, emperor from 138 to 161. Was also consuls Cnaevs Arrivs Avgvr in 121 and Lvcivs Arrivs Pvdens in 165.

{Gens_Arria_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Arria} Adopted into Gens Arria

{Adopted_By_Gens_Arria_desc}
This man has been adopted into Gens Arria.

{Adopted_By_Gens_Arria_effects_desc}
He is treated as if he had been born into Gens Arria.
¬--------------------

{Arrivs_Antoninvs} Arrivs Antoninvs

{Arrivs_Antoninvs_desc}
This man is a member of the Arrivs Antoninvs family.

{Arrivs_Antoninvs_effects_desc}
He has the name Arrivs Antoninvs.

{Arrivs_Antoninvs_epithet_desc}
Arrivs Antoninvs
¬--------------------

{Arrivs_Valens} Arrivs Valens

{Arrivs_Valens_desc}
This man is a member of the Arrivs Valens family.

{Arrivs_Valens_effects_desc}
He has the name Arrivs Valens.

{Arrivs_Valens_epithet_desc}
Arrivs Valens
¬--------------------

{Arrivs_Constans} Arrivs Constans

{Arrivs_Constans_desc}
This man is a member of the Arrivs Constans family.

{Arrivs_Constans_effects_desc}
He has the name Arrivs Constans.

{Arrivs_Constans_epithet_desc}
Arrivs Constans
¬--------------------

{Arrivs_Labienvs} Arrivs Labienvs

{Arrivs_Labienvs_desc}
This man is a member of the Arrivs Labienvs family.

{Arrivs_Labienvs_effects_desc}
He has the name Arrivs Labienvs.

{Arrivs_Labienvs_epithet_desc}
Arrivs Labienvs
¬--------------------

{Gens_Artoria} Gens Artoria

{Gens_Artoria_desc}
Members of gens Artoria were apparently natives of Campania (possibly of Etruscan origin), with other branches appeared in Dalmatia, Africa, Gallia Narbonensis, and Aegyptus. Marcvs, Gaivs, and Lvcivs were the three praenomen used by the Artorii males. The most famous was Lvcivs Artorivs Castvs, a 2nd-3rd century general. Centurio in the Legio III Gallica (Syria) and the Legio VI Ferrata (Judea), he fights against Sassanid Empire with the danubian Legio II Adrivtrix. In the Legio V Macedonica, becomes Centurio Primvs Pilvs and after, Praepositvs in the classis Misenensis. He raises the rank of Praefectvs in the Legio VI Victrix (Britannia). He ends his military career as Dvx Legionvm of the Alae Britanicimiae, a sarmatian cavalry unit, and fights in an armenian campaign. Finally, He became Procvrator Centenarivs in Dalmatia. No links with the legend of King Arthur.

{Gens_Artoria_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Artoria} Adopted into Gens Artoria

{Adopted_By_Gens_Artoria_desc}
This man has been adopted into Gens Artoria.

{Adopted_By_Gens_Artoria_effects_desc}
He is treated as if he had been born into Gens Artoria.
¬--------------------

{Artorivs_Castvs} Artorivs Castvs

{Artorivs_Castvs_desc}
This man is a member of the Artorivs Castvs family.

{Artorivs_Castvs_effects_desc}
He has the name Artorivs Castvs.

{Artorivs_Castvs_epithet_desc}
Artorivs Castvs
¬--------------------

{Artorivs_Nepos} Artorivs Nepos

{Artorivs_Nepos_desc}
This man is a member of the Artorivs Nepos family.

{Artorivs_Nepos_effects_desc}
He has the name Artorivs Nepos.

{Artorivs_Nepos_epithet_desc}
Artorivs Nepos
¬--------------------

{Artorivs_Valens} Artorivs Valens

{Artorivs_Valens_desc}
This man is a member of the Artorivs Valens family.

{Artorivs_Valens_effects_desc}
He has the name Artorivs Valens.

{Artorivs_Valens_epithet_desc}
Artorivs Valens
¬--------------------

{Gens_Cassia} Gens Cassia

{Gens_Cassia_desc}
The gens Cassia was one of the oldest families of ancient Rome and built the Via Cassia, an important Roman road striking out of the Via Flaminia near the Milvian Bridge in the immediate vicinity of Rome and, passing not far from Veii traversed Etruria. The Via Cassia passed through Baccanae, Sutrium, Vulsinii, Clusium, Arretium, Florentia, Pistoria, and Luca, joining the Via Aurelia at Luna. Between 171 BC and 30 BC, this family admits ten consuls but the most famous member was the historian Lvcivs Cassivs Dio Cocceianvs.

{Gens_Cassia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Cassia} Adopted into Gens Cassia

{Adopted_By_Gens_Cassia_desc}
This man has been adopted into Gens Cassia.

{Adopted_By_Gens_Cassia_effects_desc}
He is treated as if he had been born into Gens Cassia.
¬--------------------

{Cassivs_Agricola} Cassivs Agricola

{Cassivs_Agricola_desc}
This man is a member of the Cassivs Agricola family.

{Cassivs_Agricola_effects_desc}
He has the name Cassivs Agricola.

{Cassivs_Agricola_epithet_desc}
Cassivs Agricola
¬--------------------

{Cassivs_Allectvs} Cassivs Allectvs

{Cassivs_Allectvs_desc}
This man is a member of the Cassivs Allectvs family.

{Cassivs_Allectvs_effects_desc}
He has the name Cassivs Allectvs.

{Cassivs_Allectvs_epithet_desc}
Cassivs Allectvs
¬--------------------

{Cassivs_Dolabella} Cassivs Dolabella

{Cassivs_Dolabella_desc}
This man is a member of the Cassivs Dolabella family.

{Cassivs_Dolabella_effects_desc}
He has the name Cassivs Dolabella.

{Cassivs_Dolabella_epithet_desc}
Cassivs Dolabella
¬--------------------

{Gens_Domitia} Gens Domitia

{Gens_Domitia_desc}
Gens Domitia was a plebeian family in the late Republic and early Principate period. Nine consuls came from the branch Ahenobarbvs but the most famous member was the Emperor Nero, born in 37 AD as Lvcivs Domitivs Ahenobarbvs. He was adopted by Clavdivs in 50 AD as official heir to the throne. He was the only child of Agrippina Minor through her marriage to Domitivs, and through her, he was great-great grandson of the Emperor Avgvstvs, great-great niece and adoptive great-grandson of the Emperor Tiberivs, nephew of the Emperor Caligvla, as well as great-nephew and stepson of the Emperor Clavdivs.

{Gens_Domitia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Domitia} Adopted into Gens Domitia

{Adopted_By_Gens_Domitia_desc}
This man has been adopted into Gens Domitia.

{Adopted_By_Gens_Domitia_effects_desc}
He is treated as if he had been born into Gens Domitia.
¬--------------------

{Domitivs_Allectvs} Domitivs Allectvs

{Domitivs_Allectvs_desc}
This man is a member of the Domitivs Allectvs family.

{Domitivs_Allectvs_effects_desc}
He has the name Domitivs Allectvs.

{Domitivs_Allectvs_epithet_desc}
Domitivs Allectvs
¬--------------------

{Domitivs_Avrelianvs} Domitivs Avrelianvs

{Domitivs_Avrelianvs_desc}
This man is a member of the Domitivs Avrelianvs family.

{Domitivs_Avrelianvs_effects_desc}
He has the name Domitivs Avrelianvs.

{Domitivs_Avrelianvs_epithet_desc}
Domitivs Avrelianvs
¬--------------------

{Domitivs_Gracchvs} Domitivs Gracchvs

{Domitivs_Gracchvs_desc}
This man is a member of the Domitivs Gracchvs family.

{Domitivs_Gracchvs_effects_desc}
He has the name Domitivs Gracchvs.

{Domitivs_Gracchvs_epithet_desc}
Domitivs Gracchvs
¬--------------------

{Gens_Flaminia} Gens Flaminia

{Gens_Flaminia_desc}
Gens Flaminia was a plebeian family link to the patrician gens Quintia. The most famous member was the consul Gaivs Flaminivs Nepos who built Via Flaminia, an important road from Rome to Ariminum, and the Circvs Flaminivs on the Campvs Martivs in Roma.

{Gens_Flaminia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Flaminia} Adopted into Gens Flaminia

{Adopted_By_Gens_Flaminia_desc}
This man has been adopted into Gens Flaminia.

{Adopted_By_Gens_Flaminia_effects_desc}
He is treated as if he had been born into Gens Flaminia.
¬--------------------

{Flaminivs_Lvcvllvs} Flaminivs Lvcvllvs

{Flaminivs_Lvcvllvs_desc}
This man is a member of the Flaminivs Lvcvllvs family.

{Flaminivs_Lvcvllvs_effects_desc}
He has the name Flaminivs Lvcvllvs.

{Flaminivs_Lvcvllvs_epithet_desc}
Flaminivs Lvcvllvs
¬--------------------

{Flaminivs_Licinvs} Flaminivs Licinvs

{Flaminivs_Licinvs_desc}
This man is a member of the Flaminivs Licinvs family.

{Flaminivs_Licinvs_effects_desc}
He has the name Flaminivs Licinvs.

{Flaminivs_Licinvs_epithet_desc}
Flaminivs Licinvs
¬--------------------

{Flaminivs_Constans} Flaminivs Constans

{Flaminivs_Constans_desc}
This man is a member of the Flaminivs Constans family.

{Flaminivs_Constans_effects_desc}
He has the name Flaminivs Constans.

{Flaminivs_Constans_epithet_desc}
Flaminivs Constans
¬--------------------

{Gens_Flavia} Gens Flavia

{Gens_Flavia_desc}
The gens Flavia was a Roman imperial dynasty, which ruled the Roman Empire between 69 and 96 AD, encompassing the reigns of Vespasian (69–79), and his two sons Titus (79–81) and Domitian (81–96). The Flavians rose to power during the civil war of 69, known as the Year of the Four Emperors. After Galba and Otho perished in quick succession, Vitellius became emperor in mid 69. His claim to the throne was quickly challenged by legions stationed in the Eastern provinces, who declared their commander Vespasian Emperor in his place. The Second Battle of Bedriacum tilted the balance decisively in favour of the Flavian forces, who entered Rome on December 20. The following day, the Roman Senate officially declared Vespasian Emperor of the Roman Empire, thus commencing the Flavian dynasty. Although the dynasty proved to be short-lived, several significant historical, economical and military events took place during their reign.

The reign of Titus was struck by multiple natural disasters, the most severe of which was the eruption of Mount Vesuvius in 79. The surrounding cities of Pompeii and Herculaneum were completely buried under ash and lava. One year later, Rome was struck by fire and a plague. On the military front, the Flavian dynasty witnessed the siege and destruction of Jerusalem by Titus in 70, following the failed Jewish rebellion of 66. Substantial conquests were made in Britain under command of Gnaeus Julius Agricola between 77 and 83, while Domitian was unable to procure a decisive victory against King Decebalus in the war against the Dacians. In addition, the Empire strengthened its border defenses by expanding the fortifications along the Limes Germanicus.

The Flavians initiated economical and cultural reforms. Under Vespasian, new taxes were devised to restore the Empire's finances, while Domitian revalued the Roman coinage by increasing its silver content. A massive building programme was enacted to celebrate the ascent of the Flavian dynasty, leaving multiple enduring landmarks in the city of Rome, the most spectacular of which was the Flavian Amphitheatre, better known as the Colosseum.

Flavian rule came to an end on September 18, 96, when Domitian was assassinated. He was succeeded by the longtime Flavian supporter and advisor Marcus Cocceius Nerva, who founded the long-lived Nervan-Antonian dynasty.

{Gens_Flavia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Flavia} Adopted into Gens Flavia

{Adopted_By_Gens_Flavia_desc}
This man has been adopted into Gens Flavia.

{Adopted_By_Gens_Flavia_effects_desc}
He is treated as if he had been born into Gens Flavia.
¬--------------------

{Flavivs_Antonivs} Flavivs Antonivs

{Flavivs_Antonivs_desc}
This man is a member of the Flavivs Antonivs family.

{Flavivs_Antonivs_effects_desc}
He has the name Flavivs Antonivs.

{Flavivs_Antonivs_epithet_desc}
Flavivs Antonivs
¬--------------------

{Flavivs_Vespasianvs} Flavivs Vespasianvs

{Flavivs_Vespasianvs_desc}
This man is a member of the Flavivs Vespasianvs family.

{Flavivs_Vespasianvs_effects_desc}
He has the name Flavivs Vespasianvs.

{Flavivs_Vespasianvs_epithet_desc}
Flavivs Vespasianvs
¬--------------------

{Flavivs_Domitianvs} Flavivs Domitianvs

{Flavivs_Domitianvs_desc}
This man is a member of the Flavivs Domitianvs family.

{Flavivs_Domitianvs_effects_desc}
He has the name Flavivs Domitianvs.

{Flavivs_Domitianvs_epithet_desc}
Flavivs Domitianvs
¬--------------------

{Flavivs_Constantinvs} Flavivs Constantinvs

{Flavivs_Constantinvs_desc}
This man is a member of the Flavivs Constantinvs family.

{Flavivs_Constantinvs_effects_desc}
He has the name Flavivs Constantinvs.

{Flavivs_Constantinvs_epithet_desc}
Flavivs Constantinvs
¬--------------------

{Gens_Fvria} Gens Fvria

{Gens_Fvria_desc}
The gens Fvria, originally written Fvsia, was one of the most ancient and noble patrician houses at Rome. Its members held the highest offices of the state throughout the period of the Roman Republic. The first of the Fvrii to attain the consulship was Sextvs Fvrivs Medvllinvs in 488 BC.

{Gens_Fvria_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Fvria} Adopted into Gens Fvria

{Adopted_By_Gens_Fvria_desc}
This man has been adopted into Gens Fvria.

{Adopted_By_Gens_Fvria_effects_desc}
He is treated as if he had been born into Gens Fvria.
¬--------------------

{Fvrivs_Camillvs} Fvrivs Camillvs

{Fvrivs_Camillvs_desc}
This man is a member of the Fvrivs Camillvs family.

{Fvrivs_Camillvs_effects_desc}
He has the name Fvrivs Camillvs.

{Fvrivs_Camillvs_epithet_desc}
Fvrivs Camillvs
¬--------------------

{Fvrivs_Dentatvs} Fvrivs Dentatvs

{Fvrivs_Dentatvs_desc}
This man is a member of the Fvrivs Dentatvs family.

{Fvrivs_Dentatvs_effects_desc}
He has the name Fvrivs Dentatvs.

{Fvrivs_Dentatvs_epithet_desc}
Fvrivs Dentatvs
¬--------------------

{Fvrivs_Aggripa} Fvrivs Aggripa

{Fvrivs_Aggripa_desc}
This man is a member of the Fvrivs Aggripa family.

{Fvrivs_Aggripa_effects_desc}
He has the name Fvrivs Aggripa.

{Fvrivs_Aggripa_epithet_desc}
Fvrivs Aggripa
¬--------------------

{Gens_Galeria} Gens Galeria

{Gens_Galeria_desc}
The gens Galeria was a very ancient patrician family, which already existed at the time of Romulus, and probably included in the original hundred gentes remembered by the historian Titus Livius. Their origin was probably Sabin.

{Gens_Galeria_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Galeria} Adopted into Gens Galeria

{Adopted_By_Gens_Galeria_desc}
This man has been adopted into Gens Galeria.

{Adopted_By_Gens_Galeria_effects_desc}
He is treated as if he had been born into Gens Galeria.
¬--------------------

{Galerivs_Valerianvs} Galerivs Valerianvs

{Galerivs_Valerianvs_desc}
This man is a member of the Galerivs Valerianvs family.

{Galerivs_Valerianvs_effects_desc}
He has the name Galerivs Valerianvs.

{Galerivs_Valerianvs_epithet_desc}
Galerivs Valerianvs
¬--------------------

{Galerivs_Flavianvs} Galerivs Flavianvs

{Galerivs_Flavianvs_desc}
This man is a member of the Galerivs Flavianvs family.

{Galerivs_Flavianvs_effects_desc}
He has the name Galerivs Flavianvs.

{Galerivs_Flavianvs_epithet_desc}
Galerivs Flavianvs
¬--------------------

{Galerivs_Licinvs} Galerivs Licinvs

{Galerivs_Licinvs_desc}
This man is a member of the Galerivs Licinvs family.

{Galerivs_Licinvs_effects_desc}
He has the name Galerivs Licinvs.

{Galerivs_Licinvs_epithet_desc}
Galerivs Licinvs
¬--------------------

{Gens_Hirtia} Gens Hirtia

{Gens_Hirtia_desc}
THe most famous member of its plebeian family was Avlvs Hirtivs (90-43 BC), consuls of the Roman Republic and writer on military subjects. He was known to have been a legate of Caesar's since about 54 BC, and served as an envoy to Pompeivs in 50. During the Roman Civil Wars he served in Spain, he might have been a tribune in 48, and in 47 was at Antioch. He was a praetor in 46 and governor of Transalpine Gaul in 45. After Caesar's assassination in March 44, Hirtivs was deeply involved in the maneuvering between parties. Having been nominated for that post by Caesar, Hirtivs and Pansa became consuls in 43.

Initially a supporter of Marcus Antonivs, Hirtivs was successfully lobbied by Cicero, who was a personal friend, switched his allegiance to the senatorial party, and set out with an army to attack Antonivs, who was besieging Mutina. In concert with Octavivs, Hirtivs compelled Antonivs to retire, but was slain in the fighting (around 25 April or 27 April). He was honored with a public funeral, along with Gaivs Vibivs Pansa Caetronianvs, who died a few days later.

Hirtivs added an eighth book to Caesar's De Bello Gallico, and is the likely author of De Bello Alexandrino. The ancients thought he also wrote the De Bello Africo and De Bello Hispaniensis, but it is now considered more likely that he acted as an editor. Hirtivs' correspondence with Cicero was published in nine books, but has not survived.

Svetonivs in Chapter 68 of his Life of Avgvstus writes that Lvcivs Antonivs, the brother of Marcus Antonivs accused the Emperor Avgvstvs for having "given himself to Avlvs Hirtivs in Spain for three hundred thousand sesterces." This alleged homosexual liaison must have taken place in 46 BC during the civil wars when Ivlivs Caesar took Avgvstvs to Spain and Avlvs Hirtivs was serving there. At the time the future Emperor Avgvstvs was 19 years old.

{Gens_Hirtia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Hirtia} Adopted into Gens Hirtia

{Adopted_By_Gens_Hirtia_desc}
This man has been adopted into Gens Hirtia.

{Adopted_By_Gens_Hirtia_effects_desc}
He is treated as if he had been born into Gens Hirtia.
¬--------------------

{Hirtivs_Valens} Hirtivs Valens

{Hirtivs_Valens_desc}
This man is a member of the Hirtivs Valens family.

{Hirtivs_Valens_effects_desc}
He has the name Hirtivs Valens.

{Hirtivs_Valens_epithet_desc}
Hirtivs Valens
¬--------------------

{Hirtivs_Pertinax} Hirtivs Pertinax

{Hirtivs_Pertinax_desc}
This man is a member of the Hirtivs Pertinax family.

{Hirtivs_Pertinax_effects_desc}
He has the name Hirtivs Pertinax.

{Hirtivs_Pertinax_epithet_desc}
Hirtivs Pertinax
¬--------------------

{Hirtivs_Caracalla} Hirtivs Caracalla

{Hirtivs_Caracalla_desc}
This man is a member of the Hirtivs Caracalla family.

{Hirtivs_Caracalla_effects_desc}
He has the name Hirtivs Caracalla.

{Hirtivs_Caracalla_epithet_desc}
Hirtivs Caracalla
¬--------------------

{Gens_Livia} Gens Livia

{Gens_Livia_desc}
Gesn Livia, plebeian, but one of the most illustrious houses among the Roman nobility. Svetonivs says that the Livii had obtained eight consulships, two censorships, three triumphs, a dictatorship, and a mastership of the horse. The first member of the gens who obtained the consulship was Marcvs Livivs Denter in 302 BC ; and it at length rose to the imperial dignity by the marriage of Livia with Augustus, whose son Tiberius by a former husband succeeded the latter in the govern#ment of the Roman world. The cognomens in this gens are Denter, Drusus, Libo, Macatus, and Salinator.

{Gens_Livia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Livia} Adopted into Gens Livia

{Adopted_By_Gens_Livia_desc}
This man has been adopted into Gens Livia.

{Adopted_By_Gens_Livia_effects_desc}
He is treated as if he had been born into Gens Livia.
¬--------------------

{Livivs_Dentatvs} Livivs Dentatvs

{Livivs_Dentatvs_desc}
This man is a member of the Livivs Dentatvs family.

{Livivs_Dentatvs_effects_desc}
He has the name Livivs Dentatvs.

{Livivs_Dentatvs_epithet_desc}
Livivs Dentatvs
¬--------------------

{Livivs_Pansa} Livivs Pansa

{Livivs_Pansa_desc}
This man is a member of the Livivs Pansa family.

{Livivs_Pansa_effects_desc}
He has the name Livivs Pansa.

{Livivs_Pansa_epithet_desc}
Livivs Pansa
¬--------------------

{Livivs_Diocletianvs} Livivs Diocletianvs

{Livivs_Diocletianvs_desc}
This man is a member of the Livivs Diocletianvs family.

{Livivs_Diocletianvs_effects_desc}
He has the name Livivs Diocletianvs.

{Livivs_Diocletianvs_epithet_desc}
Livivs Diocletianvs
¬--------------------

{Gens_Naevia} Gens Naevia

{Gens_Naevia_desc}
Gens Naevia, plebeian, is not mentioned in history till the time of the second Punic war, towards the close of which one of its members, Qvintvs Naevivs Matho, was praetor. None of the Naevii, however, obtained the consulship under the republic, and it was not till 30 AD, when Lvcivs Naevivs Svrdinvs was consul, that any of the gens was raised to this honour. The principal surnames under the republic are Balbvs and Matho : besides these we also find the cognomens Crista, Pollio, Tvrpio, which are given under Naevivs.

{Gens_Naevia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Naevia} Adopted into Gens Naevia

{Adopted_By_Gens_Naevia_desc}
This man has been adopted into Gens Naevia.

{Adopted_By_Gens_Naevia_effects_desc}
He is treated as if he had been born into Gens Naevia.
¬--------------------

{Naevivs_Hadrianvs} Naevivs Hadrianvs

{Naevivs_Hadrianvs_desc}
This man is a member of the Naevivs Hadrianvs family.

{Naevivs_Hadrianvs_effects_desc}
He has the name Naevivs Hadrianvs.

{Naevivs_Hadrianvs_epithet_desc}
Naevivs Hadrianvs
¬--------------------

{Naevivs_Valerianvs} Naevivs Valerianvs

{Naevivs_Valerianvs_desc}
This man is a member of the Naevivs Valerianvs family.

{Naevivs_Valerianvs_effects_desc}
He has the name Naevivs Valerianvs.

{Naevivs_Valerianvs_epithet_desc}
Naevivs Valerianvs
¬--------------------

{Naevivs_Traianvs} Naevivs Traianvs

{Naevivs_Traianvs_desc}
This man is a member of the Naevivs Traianvs family.

{Naevivs_Traianvs_effects_desc}
He has the name Naevivs Traianvs.

{Naevivs_Traianvs_epithet_desc}
Naevivs Traianvs
¬--------------------

{Naevivs_Nepos} Naevivs Nepos

{Naevivs_Nepos_desc}
This man is a member of the Naevivs Nepos family.

{Naevivs_Nepos_effects_desc}
He has the name Naevivs Nepos.

{Naevivs_Nepos_epithet_desc}
Naevivs Nepos
¬--------------------

{Gens_Petronia} Gens Petronia

{Gens_Petronia_desc}
Gens Petronia, plebeian, laid claim to high antiquity, since a Petronius Sabinus is said to have lived in the reign of Tarquinius Superbus. The coins struck by Petronivs Tvrpilianvs, who was one of the triumvirs of the mint in the reign of Avgvstvs, likewise contain reference to the real or supposed Sabine origin of the gens. But during the time of the republic scarcely any one of this name is mentioned. Under the empire, however, the name frequently occurs both in writers and in inscriptions with various cognomens ; many of the Petronii obtained the consular dignity, and one of them, Petronivs Maximvs, was eventually raised to the imperial purple in 455 AD.

{Gens_Petronia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Petronia} Adopted into Gens Petronia

{Adopted_By_Gens_Petronia_desc}
This man has been adopted into Gens Petronia.

{Adopted_By_Gens_Petronia_effects_desc}
He is treated as if he had been born into Gens Petronia.
¬--------------------

{Petronivs_Labienvs} Petronivs Labienvs

{Petronivs_Labienvs_desc}
This man is a member of the Petronivs Labienvs family.

{Petronivs_Labienvs_effects_desc}
He has the name Petronivs Labienvs.

{Petronivs_Labienvs_epithet_desc}
Petronivs Labienvs
¬--------------------

{Petronivs_Valentinianvs} Petronivs Valentinianvs

{Petronivs_Valentinianvs_desc}
This man is a member of the Petronivs Valentinianvs family.

{Petronivs_Valentinianvs_effects_desc}
He has the name Petronivs Valentinianvs.

{Petronivs_Valentinianvs_epithet_desc}
Petronivs Valentinianvs
¬--------------------

{Petronivs_Constans} Petronivs Constans

{Petronivs_Constans_desc}
This man is a member of the Petronivs Constans family.

{Petronivs_Constans_effects_desc}
He has the name Petronivs Constans.

{Petronivs_Constans_epithet_desc}
Petronivs Constans
¬--------------------

{Gens_Pompeia} Gens Pompeia

{Gens_Pompeia_desc}
Gens Pompeia was an important family of ancient Rome from the Italian region of Picenum which lies between the Apennines and the Adriatic. The most famous member was Gnaevs Pompeivs Magnvs, a military and political leader of the late Roman Republic. He was a rival of Marcvs Licinivs Crassvs, and at first an ally to Gaivs Ivlivs Caesar. He joined them in an unstable political alliance known as the First Triumvirate, which dominated military and political developments in the Late Roman republic. After the deaths of Crassvs and Ivlia (Pompeivs's wife and Caesar's daughter), Pompeivs and Caesar contended the leadership of the Roman state in Caesar's civil war. This was a significant episode in the larger Roman Revolution, which saw the end of the Roman Republic and the rise of the Princeps and the Roman Empire.

Pompeivs fought on the side of the optimates, the conservative and aristocratic faction of the Roman Senate, until he was defeated by Caesar at the battle of Pharsalvs. He sought refuge in Egypt, where he was assassinated.

{Gens_Pompeia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Pompeia} Adopted into Gens Pompeia

{Adopted_By_Gens_Pompeia_desc}
This man has been adopted into Gens Pompeia.

{Adopted_By_Gens_Pompeia_effects_desc}
He is treated as if he had been born into Gens Pompeia.
¬--------------------

{Pompeivs_Magnvs} Pompeivs Magnvs

{Pompeivs_Magnvs_desc}
This man is a member of the Pompeivs Magnvs family.

{Pompeivs_Magnvs_effects_desc}
He has the name Pompeivs Magnvs.

{Pompeivs_Magnvs_epithet_desc}
Pompeivs Magnvs
¬--------------------

{Pompeivs_Constans} Pompeivs Constans

{Pompeivs_Constans_desc}
This man is a member of the Pompeivs Constans family.

{Pompeivs_Constans_effects_desc}
He has the name Pompeivs Constans.

{Pompeivs_Constans_epithet_desc}
Pompeivs Constans
¬--------------------

{Pompeivs_Valens} Pompeivs Valens

{Pompeivs_Valens_desc}
This man is a member of the Pompeivs Valens family.

{Pompeivs_Valens_effects_desc}
He has the name Pompeivs Valens.

{Pompeivs_Valens_epithet_desc}
Pompeivs Valens
¬--------------------

{Gens_Qvinctilia} Gens Qvinctilia

{Gens_Qvinctilia_desc}
The Qvinctilii were a Roman gens, of which the most famous member was Pvblivs Qvinctilivs Varvs, a Roman politician and general under emperor Avgvstvs, mainly remembered for having lost three Roman legions and his own life when attacked by Germanic leader Arminivs in the Battle of the Teutoburg Forest.

{Gens_Qvinctilia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Qvinctilia} Adopted into Gens Qvinctilia

{Adopted_By_Gens_Qvinctilia_desc}
This man has been adopted into Gens Qvinctilia.

{Adopted_By_Gens_Qvinctilia_effects_desc}
He is treated as if he had been born into Gens Qvinctilia.
¬--------------------

{Qvinctilivs_Varvs} Qvinctilivs Varvs

{Qvinctilivs_Varvs_desc}
This man is a member of the Qvinctilivs Varvs family.

{Qvinctilivs_Varvs_effects_desc}
He has the name Qvinctilivs Varvs.

{Qvinctilivs_Varvs_epithet_desc}
Qvinctilivs Varvs
¬--------------------

{Qvinctilivs_Flavianvs} Qvinctilivs Flavianvs

{Qvinctilivs_Flavianvs_desc}
This man is a member of the Qvinctilivs Flavianvs family.

{Qvinctilivs_Flavianvs_effects_desc}
He has the name Qvinctilivs Flavianvs.

{Qvinctilivs_Flavianvs_epithet_desc}
Qvinctilivs Flavianvs
¬--------------------

{Qvinctilivs_Agricola} Qvinctilivs Agricola

{Qvinctilivs_Agricola_desc}
This man is a member of the Qvinctilivs Agricola family.

{Qvinctilivs_Agricola_effects_desc}
He has the name Qvinctilivs Agricola.

{Qvinctilivs_Agricola_epithet_desc}
Qvinctilivs Agricola
¬--------------------

{Gens_Qvinctia} Gens Qvinctia

{Gens_Qvinctia_desc}
Gens Qvinctia was a patrician family of the Roman Republic who originated from Alba Longa. The most famous member was Lvcivs Qvinctivs Cincinnatvs (519 BC – 430 BC?), an ancient Roman aristocrat and political figure, serving as consul in 460 BC and Roman dictator in 458 BC and 439 BC. Cincinnatvs was regarded by the Romans, especially the aristocratic patrician class, as one of the heroes of early Rome and as a model of Roman virtue and simplicity. A persistent opponent of the plebeians, when his son was convicted in absentia and condemned to death, Cincinnatvs was forced to live in humble circumstances, working on his own small farm, until he was called to serve Rome as dictator, an office which he immediately resigned after completing his task of defeating the rivaling tribes of the Aequians, Sabinians and Volscians. His immediate resignation of his absolute authority with the end of the crisis has often been cited as an example of outstanding leadership, service to the greater good, civic virtue, and modesty.

{Gens_Qvinctia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Qvinctia} Adopted into Gens Qvinctia

{Adopted_By_Gens_Qvinctia_desc}
This man has been adopted into Gens Qvinctia.

{Adopted_By_Gens_Qvinctia_effects_desc}
He is treated as if he had been born into Gens Qvinctia.
¬--------------------

{Qvinctivs_Cincinnatvs} Qvinctivs Cincinnatvs

{Qvinctivs_Cincinnatvs_desc}
This man is a member of the Qvinctivs Cincinnatvs family.

{Qvinctivs_Cincinnatvs_effects_desc}
He has the name Qvinctivs Cincinnatvs.

{Qvinctivs_Cincinnatvs_epithet_desc}
Qvinctivs Cincinnatvs
¬--------------------

{Qvinctivs_Aggripa} Qvinctivs Aggripa

{Qvinctivs_Aggripa_desc}
This man is a member of the Qvinctivs Aggripa family.

{Qvinctivs_Aggripa_effects_desc}
He has the name Qvinctivs Aggripa.

{Qvinctivs_Aggripa_epithet_desc}
Qvinctivs Aggripa
¬--------------------

{Qvinctivs_Licinvs} Qvinctivs Licinvs

{Qvinctivs_Licinvs_desc}
This man is a member of the Qvinctivs Licinvs family.

{Qvinctivs_Licinvs_effects_desc}
He has the name Qvinctivs Licinvs.

{Qvinctivs_Licinvs_epithet_desc}
Qvinctivs Licinvs
¬--------------------

{Qvinctivs_Pansa} Qvinctivs Pansa

{Qvinctivs_Pansa_desc}
This man is a member of the Qvinctivs Pansa family.

{Qvinctivs_Pansa_effects_desc}
He has the name Qvinctivs Pansa.

{Qvinctivs_Pansa_epithet_desc}
Qvinctivs Pansa
¬--------------------

{Qvinctivs_Nepos} Qvinctivs Nepos

{Qvinctivs_Nepos_desc}
This man is a member of the Qvinctivs Nepos family.

{Qvinctivs_Nepos_effects_desc}
He has the name Qvinctivs Nepos.

{Qvinctivs_Nepos_epithet_desc}
Qvinctivs Nepos
¬--------------------

{Gens_Septimia} Gens Septimia

{Gens_Septimia_desc}
The Septimii, a plebeian family, are not mentioned till towards the close of the republic, and none of them obtained any celebrity till the imperial period, when they were raised to importance by Lvcivs Septimvs Severvs being elevated to the empire. Severvs was the first emperor of the troubled Severan dynasty, the last imperial dynasty of the Roman principate before the Crisis of the Third Century. The Severan house included the emperors Septimivs Severvs, his sons Geta and Caracalla (r. 211–217), and their cousins once removed Elagabalvs and Alexander Severvs (r. 218–235), successively.
Septimivs Severvs was born at Leptis Magna in what is now the Libyan part of Rome's historic Africa Province, and thus was the first emperor in Roman history to hail from outside the European continent. As a young man, Severvs advanced through the customary succession of offices under the emperors Marcvs Aurelivs and Commodvs. Severvs seized power upon the death of emperor Pertinax in 193 during the so-called Year of the Five Emperors. After deposing the incumbent emperor Didivs Julianvs in a bloodless coup, Severvs waged war with his rival claimants, the generals Pescennivs Niger and Clodivs Albinvs, who were finally defeated in 194 and 197, respectively.

{Gens_Septimia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Septimia} Adopted into Gens Septimia

{Adopted_By_Gens_Septimia_desc}
This man has been adopted into Gens Septimia.

{Adopted_By_Gens_Septimia_effects_desc}
He is treated as if he had been born into Gens Septimia.
¬--------------------

{Septimivs_Severvs} Septimivs Severvs

{Septimivs_Severvs_desc}
This man is a member of the Septimivs Severvs family.

{Septimivs_Severvs_effects_desc}
He has the name Septimivs Severvs.

{Septimivs_Severvs_epithet_desc}
Septimivs Severvs
¬--------------------

{Septimivs_Pertinax} Septimivs Pertinax

{Septimivs_Pertinax_desc}
This man is a member of the Septimivs Pertinax family.

{Septimivs_Pertinax_effects_desc}
He has the name Septimivs Pertinax.

{Septimivs_Pertinax_epithet_desc}
Septimivs Pertinax
¬--------------------

{Septimivs_Antoninvs} Septimivs Antoninvs

{Septimivs_Antoninvs_desc}
This man is a member of the Septimivs Antoninvs family.

{Septimivs_Antoninvs_effects_desc}
He has the name Septimivs Antoninvs.

{Septimivs_Antoninvs_epithet_desc}
Septimivs Antoninvs
¬--------------------

{Septimivs_Caracalla} Septimivs Caracalla

{Septimivs_Caracalla_desc}
This man is a member of the Septimivs Caracalla family.

{Septimivs_Caracalla_effects_desc}
He has the name Septimivs Caracalla.

{Septimivs_Caracalla_epithet_desc}
Septimivs Caracalla
¬--------------------

{Gens_Tvllia} Gens Tvllia

{Gens_Tvllia_desc}
This patrician and plebeian gens was of great antiquity, for even leaving out of question Servivs Tvllivs, the sixth king of Rome, whom Cicero claims as his gentilis, we are told that the Tvllii were one of the Alban houses, which were transplanted to Rome in the reign of Tvllvs Hostilivs.According to this statement the Tvllii belonged to the minores gentes. We find mention of a Tvllivs in the reign of the last king of Rome, and of a Marcvs Tvllivs Longvs, who was consul in the tenth year of the republic, 500 BC. The patrician branch of the gens appears to have become extinct at an early period ; for after the early times of the republic no one of the name occurs for some centuries, and the Tvllii of a later age are not only plebeians, but, with the exception of their bearing the same name, cannot be regarded as having any connection with, the ancient gens. The first plebeian Tvllivs who rose o the honours of the state was Marcvs Tvllivs Decvla, consul 81 BC, and the next was the celebrated orator Marcvs Tvllivs Cicero. The other surnames of the Tvllii under the republic belong chiefly to freedmen.

{Gens_Tvllia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Tvllia} Adopted into Gens Tvllia

{Adopted_By_Gens_Tvllia_desc}
This man has been adopted into Gens Tvllia.

{Adopted_By_Gens_Tvllia_effects_desc}
He is treated as if he had been born into Gens Tvllia.
¬--------------------

{Tvllivs_Dentatvs} Tvllivs Dentatvs

{Tvllivs_Dentatvs_desc}
This man is a member of the Tvllivs Dentatvs family.

{Tvllivs_Dentatvs_effects_desc}
He has the name Tvllivs Dentatvs.

{Tvllivs_Dentatvs_epithet_desc}
Tvllivs Dentatvs
¬--------------------

{Tvllivs_Gracchvs} Tvllivs Gracchvs

{Tvllivs_Gracchvs_desc}
This man is a member of the Tvllivs Gracchvs family.

{Tvllivs_Gracchvs_effects_desc}
He has the name Tvllivs Gracchvs.

{Tvllivs_Gracchvs_epithet_desc}
Tvllivs Gracchvs
¬--------------------

{Tvllivs_Licinvs} Tvllivs Licinvs

{Tvllivs_Licinvs_desc}
This man is a member of the Tvllivs Licinvs family.

{Tvllivs_Licinvs_effects_desc}
He has the name Tvllivs Licinvs.

{Tvllivs_Licinvs_epithet_desc}
Tvllivs Licinvs
¬--------------------

{Gens_Vinicia} Gens Vinicia

{Gens_Vinicia_desc}
Marcvs Vinicivs (? - after 4 AD) was a Roman consul and one of the most experienced generals of the early principate. He is the grandfather of the Marcvs Vinicivs (30 AD) who married Germanicvs' daughter, Ivlia Livilla. Born to an equestrian family at Cales in Campania, Vinicivs distinguished himself as Legatvs Avgvsti Propraetore in 25 AD when he led a victorious campaign in Gaul. At some point, Vinicivs may also have served as governor of the roman province of Achaea; an inscription from Corinth, dated to 18-12 BC and honoring Marcvs Agrippa, reveals that an administrative unit of the city had been named "tribvs Vinicia", apparently in honor of Marcvs Vinicivs.
In recognition of his services, the homo novus Vinicivs was made suffect consul in 19 BC, replacing Caivs Sentivs Satvrninvs and holding the office together with Qvintvs Lvcretivs Vespillo. After that, he continued to be entrusted with important military commands. In 14 or 13 BC, Vinicivs served as legate in Illyricum where he was in charge of the early stages of the Pannonian War (Bellvm Pannonicvm) until the emperor's stepson, Tiberivs, assumed command. Between 1 and 4 AD, Vinicivs commanded the five legions stationed in Germany. His army fought so successfully that he won the ornamenta triumphalia.
Throughout his life, Vinicivs seems to have enjoyed a close relationship with the emperor; Svetonivs quotes a letter by Avgvstvs in which he talks about playing dice with Vinicivs and his fellow homo novus, Pvblivs Silivs Nerva.

{Gens_Vinicia_effects_desc}
\nThis man's gens has an effect on the acquisition of certain traits.
¬--------------------

{Adopted_By_Gens_Vinicia} Adopted into Gens Vinicia

{Adopted_By_Gens_Vinicia_desc}
This man has been adopted into Gens Vinicia.

{Adopted_By_Gens_Vinicia_effects_desc}
He is treated as if he had been born into Gens Vinicia.
¬--------------------

{Vinicivs_Valens} Vinicivs Valens

{Vinicivs_Valens_desc}
This man is a member of the Vinicivs Valens family.

{Vinicivs_Valens_effects_desc}
He has the name Vinicivs Valens.

{Vinicivs_Valens_epithet_desc}
Vinicivs Valens
¬--------------------

{Vinicivs_Flavianvs} Vinicivs Flavianvs

{Vinicivs_Flavianvs_desc}
This man is a member of the Vinicivs Flavianvs family.

{Vinicivs_Flavianvs_effects_desc}
He has the name Vinicivs Flavianvs.

{Vinicivs_Flavianvs_epithet_desc}
Vinicivs Flavianvs
¬--------------------

{Vinicivs_Valerianvs} Vinicivs Valerianvs

{Vinicivs_Valerianvs_desc}
This man is a member of the Vinicivs Valerianvs family.

{Vinicivs_Valerianvs_effects_desc}
He has the name Vinicivs Valerianvs.

{Vinicivs_Valerianvs_epithet_desc}
Vinicivs Valerianvs
¬--------------------

{Vinicivs_Labienvs} Vinicivs Labienvs

{Vinicivs_Labienvs_desc}
This man is a member of the Vinicivs Labienvs family.

{Vinicivs_Labienvs_effects_desc}
He has the name Vinicivs Labienvs.

{Vinicivs_Labienvs_epithet_desc}
Vinicivs Labienvs
¬--------------------


In text\names.txt, i add this


{Antonivs} Antonivs
{Antonia} Antonia
{AntonivsArcadivs} Antonivs Arcadivs
{AntonivsCincinnatvs} Antonivs Cincinnatvs
{AntonivsDentatvs} Antonivs Dentatvs
{Arrivs} Arrivs
{Arria} Arria
{ArrivsAntonivs} Arrivs Antoninvs
{ArrivsValens} Arrivs Valens
{ArrivsConstans} Arrivs Constans
{ArrivsLabienvs} Arrivs Labienvs
{Artorivs} Artorivs
{Artoria} Artoria
{ArtorivsCastvs} Artorivs Castvs
{ArtorivsNepos} Artorivs Nepos
{ArtorivsValens} Artorivs Valens
{Cassivs} Cassivs
{Cassia} Cassia
{CassivsAgricola} Cassivs Agricola
{CassivsAllectvs} Cassivs Allectvs
{CassivsDolabella} Cassivs Dolabella
{Domitivs} Domitivs
{Domitia} Domitia
{DomitivsAllectvs} Domitivs Allectvs
{DomitivsAvrelianvs} Domitivs Avrelianvs
{DomitivsGracchvs} Domitivs Gracchvs
{Flaminivs} Flaminivs
{Flaminia} Flaminia
{FlaminivsLvcvllvs} Flaminivs Lvcvllvs
{FlaminivsLicinvs} Flaminivs Licinvs
{FlaminivsConstans} Flaminivs Constans
{Flavivs} Flavivs
{Flavia} Flavia
{FlavivsAntoninvs} Flavivs Antoninvs
{FlavivsVespasianvs} Flavivs Vespasianvs
{FlavivsDomitianvs} Flavivs Domitianvs
{FlavivsConstantinvs} Flavivs Constantinvs
{FlavivsBelisarivs} Flavivs Belisarivs
{Fvrivs} Fvrivs
{Fvria} Fvria
{FvrivsCamillvs} Fvrivs Camillvs
{FvrivsDentatvs} Fvrivs Dentatvs
{FvrivsAggripa} Fvrivs Aggripa
{Galerivs} Galerivs
{Galeria} Galeria
{GalerivsValerianvs} Galerivs Valerianvs
{GalerivsFlavianvs} Galerivs Flavianvs
{GalerivsLicinvs} Galerivs Licinvs
{Hirtivs} Hirtivs
{Hirtia} Hirtia
{HirtivsValens} Hirtivs Valens
{HirtivsPertinax} Hirtivs Pertinax
{HirtivsCaracalla} Hirtivs Caracalla
{Livivs} Livivs
{Livia} Livia
{LivivsDentatvs} Livivs Dentatvs
{LivivsPansa} Livivs Pansa
{LivivsDiocletianvs} Livivs Diocletianvs
{Naevivs} Naevivs
{Naevia} Naevia
{NaevivsHadrianvs} Naevivs Hadrianvs
{NaevivsValerianv} Naevivs Valerianvs
{NaevivsTraianvs} Naevivs Traianvs
{NaevivsNepos} Naevivs Nepos
{Petronivs} Petronivs
{Petronia} Petronia
{PetronivsLabienvs} Petronivs Labienvs
{PetronivsValentinianvs} Petronivs Valentinianvs
{PetronivsConstans} Petronivs Constans
{Pompeivs} Pompeivs
{Pompeia} Pompeia
{PompeivsMagnvs} Pompeivs Magnvs
{PompeivsConstans} Pompeivs Constans
{PompeivsValens} Pompeivs Valens
{Qvinctilivs} Qvinctilivs
{Qvinctilia} Qvinctilia
{QvinctilivsVarvs} Qvinctilivs Varvs
{QvinctilivsFlavianvs} Qvinctilivs Flavianvs
{QvinctilivsAgricola} Qvinctilivs Agricola
{Qvinctivs} Qvinctivs
{Qvinctia} Qvinctia
{QvinctivsCincinnatvs} Qvinctivs Cincinnatvs
{QvinctivsAggripa} Qvinctivs Aggripa
{QvinctivsLicinvs} Qvinctivs Licinvs
{QvinctivsPansa} Qvinctivs Pansa
{QvinctivsNepos} Qvinctivs Nepos
{Septimivs} Septimivs
{Septimia} Septimia
{SeptimivsSevervs} Septimivs Severvs
{SeptimivsPertinax} Septimivs Pertinax
{SeptimivsAntoninvs} Septimivs Antoninvs
{SeptimivsCaracalla} Septimivs Caracalla
{Tvllivs} Tvllivs
{Tvllia} Tvllia
{TvllivsDentatvs} Tvllivs Dentatvs
{TvllivsGracchvs} Tvllivs Gracchvs
{TvllivsLicinvs} Tvllivs Licinvs
{Vinicivs} Vinicivs
{Vinicia} Vinicia
{VinicivsValens} Vinicivs Valens
{VinicivsFlavianvs} Vinicivs Flavianvs
{VinicivsValerianvs} Vinicivs Valerianvs
{VinicivsLabienvs} Vinicivs Labienvs


And in data\DESCR_NAMES_LOOKUP.txt, i add this

Antonivs
Antonia
Arcadivs
Cincinnatvs
Dentatvs
Arrivs
Arria
Antoninvs
Valens
Constans
Labienvs
Artorivs
Artoria
Castvs
Nepos
Valens
Cassivs
Cassia
Agricola
Allectvs
Dolabella
Domitivs
Domitia
Allectvs
Avrelianvs
Gracchvs
Flaminivs
Flaminia
Lvcvllvs
Licinvs
Constans
Flavivs
Flavia
Antoninvs
Vespasianvs
Domitianvs
Constantinvs
Belisarivs
Fvrivs
Fvria
Camillvs
Dentatvs
Aggripa
Galerivs
Galeria
Valerianvs
Flavianvs
Licinvs
Hirtivs
Hirtia
Valens
Pertinax
Caracalla
Livivs
Livia
Dentatvs
Pansa
Diocletianvs
Naevivs
Naevia
Hadrianvs
Valerianvs
Traianvs
Nepos
Petronivs
Petronia
Labienvs
Valentinianvs
Constans
Pompeivs
Pompeia
Magnvs
Constans
Valens
Qvinctilivs
Qvinctilia
Varvs
Flavianvs
Agricola
Qvinctivs
Qvinctia
Cincinnatvs
Aggripa
Licinvs
Pansa
Nepos
Septimivs
Septimia
Severvs
Pertinax
Antoninvs
Caracalla
Tvllivs
Tvllia
Dentatvs
Gracchvs
Licinvs
Vinicivs
Vinicia
Valens
Flavianvs
Valerianvs
Labienvs