이벤트
충성스러운 스트라테고스의 등장

지난 수십 년 동안 Target Unit의 지휘관인 Target Character(은)는 눈부신 활약을 펼쳐 왔습니다. 충성심과 거듭된 승리를 바탕으로 이 지휘관은 병사들의 우상이 되었으며, 불확실성의 시대에 규율과 결의의 화신으로 자리 잡았습니다.
Fate of the PhoenixDLCtriggerloyal_strategos_variable변수immediate, trigger정의in_game/events/disaster/D008_fate_of_the_phoenix.txt:629
630type = country_event
631category = disaster_event
632title = fate_of_the_phoenix.10.title 충성스러운 스트라테고스의 등장
633desc = fate_of_the_phoenix.10.desc 지난 수십 년 동안 Target Unit의 지휘관인 Target Character(은)는 눈부신 활약을 펼쳐 왔습니다. 충성심과 거듭된 승리를 바탕으로 이 지휘관은 병사들의 우상이 되었으며, 불확실성의 시대에 규율과 결의의 화신으로 자리 잡았습니다.
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
}
}
}