事件
Target Character战败

凶兆频发,国运晦暗!Target Character在Target Location对阵Target Character 2所率军队时遭遇重创。此战损失惨重,各方敌手必将密切关注我们显露的每一丝颓势。这是否意味着战局开始对我们不利?唯有祈愿天佑,全力争取战事胜利。
Fate of the PhoenixDLCtrigger定义in_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战败
738desc = fate_of_the_phoenix.12.desc 凶兆频发,国运晦暗!Target Character在Target Location对阵Target Character 2所率军队时遭遇重创。此战损失惨重,各方敌手必将密切关注我们显露的每一丝颓势。这是否意味着战局开始对我们不利?唯有祈愿天佑,全力争取战事胜利。
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
}
}
}