
Interaction internationaleNouveau dans cette version
Nommer un chef de cercle
Utilisons l'autorité impériale pour nommer un chef pour un cercle qui n'en a pas.
Saint-Empire romain germaniqueOrganisation internationalepotential, select trigger
Autorité impériale amélioréePolitiquepotentialDéfinitionin_game/common/country_interactions/imperial_circles.txt:160
161type = diplomacy
162category = CATEGORY_HRE_ACTIONS
163icon = circle_member_action
165potential = {
168circles_are_active = yes
}
}
173select_trigger = {
174looking_for_a = country
175interaction_source_list = {
177every_international_organization_member = {
178limit = {
179is_imperial_circle_leader = no
180NOT = {
180country_type = building
}
181is_subject = no
182any_imperial_circle_country_is_member_of = {
183NOT = {
183is_dormant_imperial_circle = yes
}
184NOT = {
184has_circle_leader = yes
}
}
}
187add_to_list = source
}
}
}
191target_flag = recipient
192name = "choose_country" Sélectionner le Pays :
193column = {
194data = name
}
196visible = {
198is_imperial_circle_leader = no
}
200enabled = {
201any_imperial_circle_country_is_member_of = {
202NOT = {
202is_dormant_imperial_circle = yes
}
203NOT = {
203has_circle_leader = yes
}
}
}
}
208effect = {
209scope:recipient = {
210every_imperial_circle_country_is_member_of = {
211set_circle_leader = scope:recipient
}
}
}
216ai_will_do = {
217add = {
217value = 40
}
}