이벤트이번 버전 변경
Target Location(으)로 피신

Lost Capital(이)가 함락되면서 Country(은)는 엄청난 굴욕을 당했습니다. 이제 마지막 남은 자존심인 Target Location(으)로 후퇴하거나, Current Capital에서 두려움에 떨며 웅크리고 있는 수밖에 없습니다. 무엇을 선택하든 적의 맹공에 대비해야 합니다.
중국국가dynamic historical event.tag
중화제국국가 간 조직체trigger정의in_game/events/DHE/flavor_chi.txt:2679
2680type = country_event
2681title = flavor_chi.36.title Target Location(으)로 피신
2682desc = flavor_chi.36.desc Lost Capital(이)가 함락되면서 Country(은)는 엄청난 굴욕을 당했습니다. 이제 마지막 남은 자존심인 Target Location(으)로 후퇴하거나, Current Capital에서 두려움에 떨며 웅크리고 있는 수밖에 없습니다. 무엇을 선택하든 적의 맹공에 대비해야 합니다.
2683outcome = neutral
2685trigger = {
2687owns = location:shangdu
2688capital != location:shangdu
2689NOT = {
2689owns = location:dadu
}
}
2695fire_only_once = yes
2697dynamic_historical_event = {
}
2704illustration_tags = {
270510 = angry
270610 = interior
}
2709immediate = {
}
2711capital = {
2712save_scope_as = current_capital
}
2714location:dadu = {
2715save_scope_as = lost_capital
}
2717location:shangdu = {
2718save_scope_as = target_location
}
2721from = scope:current_capital
2722to = scope:target_location
}
}