이벤트
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
}
}
}