
Country InteractionNew this version
Challenge Circle Leadership
Our current Circle leaders have proven themselves to be unworthy of the position and the responsibility. We have the opportunity to put their power into question and undermine their authority, which can lead to their hold weaken even more, or to open opposition directly.
Holy Roman EmpireInternational Organizationpotential, select triggerConsolidating Circle LeadershipStatic Modifierselect triggerDefinitionin_game/common/country_interactions/imperial_circles.txt:551
552type = diplomacy
553category = CATEGORY_HRE_ACTIONS
554icon = circle_leader_action
556cooldown = {
556months = 60
}
558potential = {
559scope:actor = {
561is_imperial_circle_leader = no
563NOT = {
563country_type = building
}
564is_subject = no
565any_imperial_circle_country_is_member_of = {
566has_circle_leader = yes
567NOT = {
567is_dormant_imperial_circle = yes
}
}
}
}
572select_trigger = {
573looking_for_a = country
574interaction_source_list = {
575scope:actor = {
576every_imperial_circle_country_is_member_of = {
577circle_leader ?= {
578add_to_list = source
}
}
}
}
583target_flag = recipient
584name = "choose_circle_leader" Choose Circle Leader
585column = {
586data = name
}
588visible = {
}
592enabled = {
593OR = {
594scope:actor = {
594prestige >= 50
}
595scope:actor = {
596any_imperial_circle_country_is_member_of = {
597imperial_circle_satisfaction < 30
}
}
}
}
}
605effect = {
606scope:actor = {
608custom_tooltip = challenge_circle_leadership_tt We win the challenge in any of the following cases:
• Our circle's satisfaction is below 15 — open revolt
• Our circle's satisfaction is below 30 and our prestige is at least as high as theirs
• Our prestige exceeds theirs by 25 or more
Losing or withdrawing costs prestige. A newly installed leader is immune to challenges for 2 years.
• Our circle's satisfaction is below 15 — open revolt
• Our circle's satisfaction is below 30 and our prestige is at least as high as theirs
• Our prestige exceeds theirs by 25 or more
Losing or withdrawing costs prestige. A newly installed leader is immune to challenges for 2 years.
}
}
612ai_will_do = {
613add = {
613value = 10
}
614if = {
615limit = {
616scope:actor = {
617any_imperial_circle_country_is_member_of = {
618imperial_circle_satisfaction < 15
}
}
}
622add = {
622value = 40
}
}
625if = {
626limit = {
627scope:actor = {
628NOT = {
629any_imperial_circle_country_is_member_of = {
630imperial_circle_satisfaction < 15
}
}
633OR = {
634NOT = {
635any_imperial_circle_country_is_member_of = {
636imperial_circle_satisfaction < 20
}
}
639prestige < scope:recipient.prestige
}
641prestige < {
642value = scope:recipient.prestige
643add = 25
}
}
}
647multiply = 0
}
}