
Country Interaction
Promote to Celestial Governor
They are a worthy subject under our banner. We best reward their loyalty and cooperation by elevating their status within the Middle Kingdom.
Middle KingdomInternational Organizationallow, potential, select trigger
Celestial GovernorSpecial Statusselect trigger
May Convert to Celestial GovernorsModifier Typepotential
Expand the TiānxiàPolicyallowcelestial_authorityVariableallownum_of_celestial_governorsVariableallowDefinitionin_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" Choose the 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 = {
}