이벤트이번 버전 변경
Target 합병
Target(을)를 완전히 병합하는 데에는 오랜 시간이 필요했습니다. 그러나 이제 Country Adjective의 Target Rank(이)가 된 Target Capital(은)는 그 잠재력을 완전히 발휘할 것이며, 그로 말미암아 우리나라는 더욱 번영을 누릴 것입니다.
그러나 우리가 영토를 확장하는 것을 고깝게 보는 나라도 있는 듯합니다.
속령종속국 유형trigger
프로니아종속국 유형triggerno_annex_event_trigger변수trigger정의in_game/events/diplomacy/diplomacy.txt:3
4type = country_event
6title = diplomatic_annex.1.title Target 합병
7desc = diplomatic_annex.1.desc Target(을)를 완전히 병합하는 데에는 오랜 시간이 필요했습니다. 그러나 이제 Country Adjective의 Target Rank(이)가 된 Target Capital(은)는 그 잠재력을 완전히 발휘할 것이며, 그로 말미암아 우리나라는 더욱 번영을 누릴 것입니다.
그러나 우리가 영토를 확장하는 것을 고깝게 보는 나라도 있는 듯합니다.
그러나 우리가 영토를 확장하는 것을 고깝게 보는 나라도 있는 듯합니다.
8outcome = neutral
11trigger = {
12scope:target = {
}
}
20illustration_tags = {
2110 = exterior
2210 = happy
}
25immediate = {
26scope:target.capital = {
27random_pop = {
29limit = {
30is_upper_class = yes
}
32save_scope_as = target_pop
33save_scope_as = target_pop_bckg
}
}
37scope:target = {
38every_neighbor_country = {
39limit = {
40this != root
41NOT = {
41is_rival_of = scope:target
}
42NOT = {
42is_subject_of = root
}
}
44add_to_list = annex_neighbors
}
}
}