
国家互动
晋升为天朝总督
他们是我们麾下忠诚且值得信赖的属国。我们应以提升其在天朝地位来嘉奖其忠诚与合作。
天朝国际组织allow, potential, select trigger
天朝总督特殊地位select trigger
可以册封天朝总督修正类型potential
天下大同政策allowcelestial_authority变量allownum_of_celestial_governors变量allow定义in_game/common/country_interactions/promote_chinese_vassal_to_celestial_governor.txt:1
2category = CATEGORY_CHINA_ACTIONS
3type = diplomacy
5ai_tick = never
7potential = {
9scope:actor = {
}
}
}
19allow = {
22trigger_if = {
}
}
}
34select_trigger = {
35looking_for_a = country
36target_flag = recipient
37name = "choose_country" 选择国家:
38column = {
39data = name
}
41visible = {
44NOT = {
}
}
}
52enabled = {
53opinion = {
54target = scope:actor
55value > 0
}
}
}
60effect = {
61scope:recipient = {
62add_opinion = {
63target = scope:actor
64modifier = opinion_elevated_to_celestial_governor
}
}
72international_organization_add_special_status = {
74country = scope:recipient
}
}
}
78ai_will_do = {
}