
Country InteractionNew this version
Appeal to the Emperor
Appeal to the Emperor to intervene in your circle's leadership dispute.
Holy Roman EmpireInternational Organizationpotential, select triggerImperial Circle InterventionStatic ModifierpotentialDefinitionin_game/common/country_interactions/imperial_circles.txt:652
653type = diplomacy
654category = CATEGORY_HRE_ACTIONS
656cooldown = {
656months = 120
}
658potential = {
659always = no
660scope:actor = {
662is_imperial_circle_leader = no
664any_imperial_circle_country_is_member_of = {
665has_circle_leader = yes
}
}
}
675select_trigger = {
676looking_for_a = country
677interaction_source_list = {
}
684target_flag = recipient
685name = "choose_emperor" Choose Emperor
686column = {
687data = name
}
}
697effect = {
698scope:actor = {
699every_imperial_circle_country_is_member_of = {
700add_circle_satisfaction = -5
}
}
709scope:recipient = {
}
}
721accept = {
723add = {
724desc = "CIRCLE_LOW_SATISFACTION_GRIEVANCE" Circle satisfaction is low — a grievance exists
725if = {
726limit = {
727scope:actor = {
728any_imperial_circle_country_is_member_of = {
729imperial_circle_satisfaction < 25
}
}
}
733value = 15
}
}
736if = {
737limit = {
738exists = scope:actor
}
740add = {
741desc = "DIPLOMATIC_REPUTATION" Diplomatic Reputation
742value = scope:actor.modifier:diplomatic_reputation
743multiply = 2
}
745add = {
746desc = "THEIR_OPINION" Their Opinion of us
747value = "scope:recipient.opinion(scope:actor)"
748multiply = 0.3
}
}
}
753ai_will_do = {
754add = {
755desc = "CIRCLE_LOW_SATISFACTION_GRIEVANCE" Circle satisfaction is low — a grievance exists
756if = {
757limit = {
758scope:actor = {
759any_imperial_circle_country_is_member_of = {
760imperial_circle_satisfaction < 40
}
}
}
764value = 15
}
}
767add = {
768desc = "ACTOR_ACCEPTANCE"
769value = "scope:actor.country_interaction_acceptance(country_interaction:appeal_to_emperor|scope:recipient)"
770if = {
771limit = {
771scope:recipient = {
771is_ai = no
}
}
772subtract = 50
}
}
}