事件
Target Character实现伟大胜利

Target Unit在Target Location大败Target Losing Country的军队。胜利的消息快速传播,重新确立了人们对凤凰不灭的信心。Target Character正逐渐成为一名传奇。
Fate of the PhoenixDLCtrigger定义in_game/events/disaster/D008_fate_of_the_phoenix.txt:696
697type = country_event
698category = disaster_event
699title = fate_of_the_phoenix.11.title Target Character实现伟大胜利
700desc = fate_of_the_phoenix.11.desc Target Unit在Target Location大败Target Losing Country的军队。胜利的消息快速传播,重新确立了人们对凤凰不灭的信心。Target Character正逐渐成为一名传奇。
701outcome = neutral
703image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
709immediate = {
710scope:actor = {
711save_scope_as = target_unit
713leader = {
713save_scope_as = target_character
}
715unit_location = {
715save_scope_as = target_location
}
}
718scope:target = {
719save_scope_as = target_losing_unit
720owner = {
720save_scope_as = target_losing_country
}
}
}