Event
Target Character Suffers a Defeat

A black day full of putrid omens! Target Character has suffered a grave defeat against an army commanded by Target Character 2, at Target Location. The loss is severe, and rivals will surely watch closely for further signs of weakness. Is this a sign of the tide turning against us? Let us hope for the best as we strive to win the ongoing war.
Fate of the PhoenixDLCtriggerDefinitionin_game/events/disaster/D008_fate_of_the_phoenix.txt:734
735type = country_event
736category = disaster_event
737title = fate_of_the_phoenix.12.title Target Character Suffers a Defeat
738desc = fate_of_the_phoenix.12.desc A black day full of putrid omens! Target Character has suffered a grave defeat against an army commanded by Target Character 2, at Target Location. The loss is severe, and rivals will surely watch closely for further signs of weakness. Is this a sign of the tide turning against us? Let us hope for the best as we strive to win the ongoing war.
739outcome = neutral
741image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
747immediate = {
748scope:actor = {
749save_scope_as = target_unit
751leader = {
751save_scope_as = target_character
}
753unit_location = {
753save_scope_as = target_location
}
}
756scope:target = {
757if = {
758limit = {
758has_commander = yes
}
759leader = {
759save_scope_as = target_character_2
}
}
761else = {
762ruler_or_regent = {
762save_scope_as = target_character_2
}
}
764owner = {
764save_scope_as = target_country
}
}
}