
行动本版本新增
支持提案
作为行政圈领袖,将行政圈内所有成员(包括我们自己)投票锁定为支持帝国议会当前提案。无需支付费用,但仅持续至当前决议关闭。
神圣罗马帝国国际组织potential定义in_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" 选择帝国行政圈
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 Target所有成员将其对当前帝国议会提案的投票锁定为提案政策。
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
}
}