Event
Deserters in the Target Army

Reports from the Target Army are deeply troubling. Under the command of Target Character, morale has collapsed and desertions are mounting. Such failures reflect poorly on our Flavor Rank and embolden our enemies.
Fate of the PhoenixDLCtriggerDefinitionin_game/events/disaster/D008_fate_of_the_phoenix.txt:555
556type = country_event
557category = disaster_event
558title = fate_of_the_phoenix.9.title Deserters in the Target Army
559desc = fate_of_the_phoenix.9.desc Reports from the Target Army are deeply troubling. Under the command of Target Character, morale has collapsed and desertions are mounting. Such failures reflect poorly on our Flavor Rank and embolden our enemies.
560outcome = neutral
561image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
563trigger = {
565any_unit = {
566count > 0
567has_commander = yes
568is_army = yes
570NOR = {
571has_unit_modifier = disciplined_service_modifier
572has_unit_modifier = inspiring_service_modifier
}
}
}
577immediate = {
578random_unit = {
579limit = {
580has_commander = yes
581NOR = {
582has_unit_modifier = disciplined_service_modifier
583has_unit_modifier = inspiring_service_modifier
}
}
587save_scope_as = target_army
588leader = {
588save_scope_as = target_character
}
590root = {
591set_variable = {
593value = {
594add = prev.strength_percentage
595multiply = {
-0.1
-0.2
}
}
}
}
}
601set_variable = {
}
}
623after = {
}