
Action
Overrule Imperial Diet
The Imperial Diet may hold great political power within the Holy Roman Empire, but the Holy Roman Empire Leader Title has the privilege to overrule the Diet in order to change a law.
Holy Roman EmpireInternational Organizationselect trigger
Can Overrule the Imperial DietModifier Typeselect triggerio_law_targetVariableeffectDefinitionin_game/common/generic_actions/overrule_imperial_diet.txt:1
2type = internationalorganization
3ai_tick = monthly
4ai_tick_frequency = 12
6automation_tick = never
7automation_tick_frequency = 12
10potential = {
}
12allow = {
}
14select_trigger = {
15looking_for_a = international_organization
16target_flag = recipient
17name = "choose_international_organization" Choose the International Organization:
18column = {
19data = name
}
21visible = {
}
25enabled = {
26international_organization_has_leader = yes
27scope:actor = {
27is_leader_of_international_organization = root
}
29OR = {
30resolution_is_active = resolution:policy_vote
31has_ongoing_parliament_debate = yes
}
}
}
35effect = {
37scope:recipient = {
38if = {
}
48else_if = {
49limit = {
49has_ongoing_parliament_debate = yes
}
50end_parliament = yes
}
52else = {
53custom_tooltip = overrule_imperial_diet_at Successfully end the Start Law Debate resolution and any debate in the Parliament of Recipient
}
55custom_tooltip = {
56text = overrule_imperial_diet_ct Every member of the Recipient will lose Opinion Overruled Imperial Diet of Actor
57every_international_organization_member = {
58limit = {
58this != scope:actor
}
59add_opinion = {
60modifier = opinion_overruled_imperial_diet
61target = scope:actor
}
}
}
}
}
67ai_will_do = {
69value = -300
70if = {
71limit = {
72exists = scope:recipient
73scope:recipient = {
74has_parliament = yes
75has_ongoing_parliament_debate = yes
76parliament_issue_will_pass = no
77parliament_issue = parliament_issue:hre_law_debate
}
}
80add = {
81value = 365
82subtract = scope:recipient.remaining_parliament_days
}
}
}