事件本版本变更
吞并Target
我们对Target的吞并花费了很长的时间,但现在Target Capital已经是Country Adjective的Target Rank,它将充分发挥其潜力,为我国带来繁荣。
尽管如此,还有一些国家尚未意识到我们领土的扩张。
封邑属国类型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的吞并花费了很长的时间,但现在Target Capital已经是Country Adjective的Target Rank,它将充分发挥其潜力,为我国带来繁荣。
尽管如此,还有一些国家尚未意识到我们领土的扩张。
尽管如此,还有一些国家尚未意识到我们领土的扩张。
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
}
}
}