Let's see what I found:
Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Section 2d: Seleukid Cataphract Reforms
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;triggers
declare_counter Seleukid_Reform
monitor_event CharacterTurnEnd FactionType romans_julii
and Trait ImpressedByCats = 2
set_counter Seleukid_Reform 1
end_monitor
monitor_event CharacterTurnEnd FactionType romans_julii
and Trait SeleukidsDevelopCats > 0
set_counter Seleukid_Refom 1
end_monitor
Code:
;Section: Seleukid-Specific
;------------------------------------------
Trait BeatenByCats
Characters family
Hidden
AntiTraits ReverseBeatenByCats
Level Beaten_By_Cats
Description Beaten_By_Cats_desc
EffectsDescription Beaten_By_Cats_effects_desc
Threshold 1
;------------------------------------------
Trait ReverseBeatenByCats
Characters family
Hidden
AntiTraits BeatenByCats
Level Reverse_Beaten_By_Cats
Description Reverse_Beaten_By_Cats_desc
EffectsDescription Reverse_Beaten_By_Cats_effects_desc
Threshold 1
;------------------------------------------
;Trait: ImpressedByCats
; o Intrigued by Kataphractoi (1): This man may cause his faction to develop kataphractoi within a few years.
Trait ImpressedByCats
Characters family
AntiTraits SeleukidsDevelopCats
Level Impressed_By_Cats
Description Impressed_By_Cats_desc
EffectsDescription Impressed_By_Cats_effects_desc
Threshold 1
Level Impressed_By_Cats2
Description Impressed_By_Cats2_desc
EffectsDescription Impressed_By_Cats2_effects_desc
Threshold 21
;------------------------------------------
;Trait: SeleukidsDevelopCats
; o SeleukidsDevelopCats
Trait SeleukidsDevelopCats
Characters family
Hidden
NoGoingBackLevel 1
AntiTraits ImpressedByCats
Level Seleukids_Develop_Cats
Description Seleukids_Develop_Cats_desc
EffectsDescription Seleukids_Develop_Cats_effects_desc
Threshold 1
Bookmarks