Event
Emergence of a Loyal Strategos

For decades, Target Character, commander of the Target Unit, has served with distinction. Through loyalty and repeated victories, he/she has become a symbol to the men, an embodiment of discipline and resolve in a time of uncertainty.
Fate of the PhoenixDLCtriggerloyal_strategos_variableVariableimmediate, triggerDefinitionin_game/events/disaster/D008_fate_of_the_phoenix.txt:629
630type = country_event
631category = disaster_event
632title = fate_of_the_phoenix.10.title Emergence of a Loyal Strategos
633desc = fate_of_the_phoenix.10.desc For decades, Target Character, commander of the Target Unit, has served with distinction. Through loyalty and repeated victories, he/she has become a symbol to the men, an embodiment of discipline and resolve in a time of uncertainty.
634outcome = neutral
635image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
637trigger = {
639any_unit = {
640count > 0
642has_regulars = yes
643is_army = yes
644has_commander = yes
646NOR = {
647has_unit_modifier = disciplined_service_modifier
648has_unit_modifier = inspiring_service_modifier
}
651leader = {
652is_ruler = no
653is_heir = no
654is_regent = no
}
}
}
661immediate = {
662ordered_character = {
663limit = {
664is_general = yes
665is_ruler = no
666is_heir = no
667is_regent = no
668unit = {
668has_regulars = yes
}
}
672order_by = total_abilities
673max = 1
674check_range_bounds = no
675save_scope_as = target_character
677unit = {
677save_scope_as = target_unit
}
}
}