
ActionNew this version
Approve Proposal
As Circle Leader, lock every member of this circle (including ourselves) into voting for the proposal currently before the Imperial Diet. No payment is required, but the lock holds until the resolution closes.
Holy Roman EmpireInternational OrganizationpotentialDefinitionin_game/common/generic_actions/hre_circle_actions.txt:368
369type = owncountry
371imperial_circle_action = yes
372icon = circle_leader_action
374show_in_gui_list = no
376cooldown = {
377type = vote_in_organization_parliament
378months = 1
}
381select_trigger = {
382show_if = {
382NOT = {
382exists = scope:target
}
}
383looking_for_a = imperial_circle
384target_flag = target
385interaction_source_list = {
386scope:actor = {
387every_imperial_circle_country_is_member_of = {
388add_to_list = source
}
}
}
392name = "choose_circle" Choose Imperial Circle
393column = {
393data = name
}
}
396potential = {
397scope:actor = {
398is_member_of_circle = scope:target
400circles_are_active = yes
401resolution_is_active = resolution:policy_vote
}
}
}
406allow = {
407exists = scope:target
408scope:target = {
409circle_leader ?= {
409this = scope:actor
}
}
}
413effect = {
414scope:target = {
417custom_tooltip = {
418text = approve_imperial_circle_proposal_members_tt Every member of Target has their Vote in the active Imperial Diet proposal locked to the proposed policy.
419every_circle_member = {
420save_temporary_scope_as = circle_member
422set_vote = {
423voter = scope:circle_member
424resolution = resolution:policy_vote
426lock_reason = {
426key = VOTE_LOCK_REASON_CIRCLE_LEADER
}
}
}
}
}
}
}
434ai_will_do = {
435add = {
435value = 0
}
}