
Country Interaction
Demote from Celestial Governor
They are not a worthy subject to carry the title of Celestial Governor. We best demote their status within the Middle Kingdom lest they endanger our rule.
Middle KingdomInternational Organizationallow, potential, select trigger
Celestial GovernorSpecial Statusselect trigger
May Convert to Celestial GovernorsModifier Typepotentialcelestial_authorityVariableallowDefinitionin_game/common/country_interactions/demote_celestial_governor_to_vassal.txt:1
2type = diplomacy
3category = CATEGORY_CHINA_ACTIONS
5potential = {
6scope:actor = {
}
}
}
22select_trigger = {
23looking_for_a = country
24target_flag = recipient
25name = "choose_country" Choose the Country:
26column = {
27data = name
}
29visible = {
}
}
38enabled = {
}
}
42effect = {
43scope:recipient = {
44add_opinion = {
45target = scope:actor
46modifier = opinion_demoted_to_member
}
}
54international_organization_remove_special_status = {
56country = scope:recipient
}
}
}
60ai_will_do = {
}