
ActionNew this version
Oppose Proposal
As Circle Leader, lock every member of this circle (including ourselves) into voting against the proposal currently before the Imperial Diet. Votes are locked to the current policy if one is on file, otherwise the circle abstains.
Holy Roman EmpireInternational Organizationeffect, potentialio_current_lawVariableeffectDefinitionin_game/common/generic_actions/hre_circle_actions.txt:441
442type = owncountry
444imperial_circle_action = yes
445icon = circle_leader_action
447show_in_gui_list = no
449cooldown = {
450type = vote_in_organization_parliament
451months = 1
}
454select_trigger = {
455show_if = {
455NOT = {
455exists = scope:target
}
}
456looking_for_a = imperial_circle
457target_flag = target
458interaction_source_list = {
459scope:actor = {
460every_imperial_circle_country_is_member_of = {
461add_to_list = source
}
}
}
465name = "choose_circle" Choose Imperial Circle
466column = {
466data = name
}
}
469potential = {
470scope:actor = {
471is_member_of_circle = scope:target
473circles_are_active = yes
474resolution_is_active = resolution:policy_vote
}
}
}
479allow = {
480exists = scope:target
481scope:target = {
482circle_leader ?= {
482this = scope:actor
}
}
}
486effect = {
487scope:target = {
490custom_tooltip = {
491text = oppose_imperial_circle_proposal_members_tt Every member of Target has their Vote in the active Imperial Diet proposal locked to the current policy, or to abstention if no current policy is on file.
492every_circle_member = {
493save_temporary_scope_as = circle_member
494if = {
499set_vote = {
500voter = scope:circle_member
501resolution = resolution:policy_vote
503lock_reason = {
503key = VOTE_LOCK_REASON_CIRCLE_LEADER
}
}
}
}
507else = {
509set_vote = {
510voter = scope:circle_member
511resolution = resolution:policy_vote
512lock_reason = {
512key = VOTE_LOCK_REASON_CIRCLE_LEADER
}
}
}
}
}
}
}
}
521ai_will_do = {
522add = {
522value = 0
}
}