
Parliament Issue
Imperial Military Support
The Holy Roman Empire is under the threat of foreign invasion. The Holy Roman Empire Leader Title sees itself forced to request the military might of the whole Empire and all its members.
Holy Roman EmpireInternational Organizationwants this parliament issue bias
Seal the Golden BullPolicypotentialDefinitionin_game/common/parliament_issues/10_hre_issues.txt:36
37type = international_organization
42allow = {
43NOT = {
43has_cooldown = hre_request_additional_military_support
}
}
45chance = 10
46selectable_for = {
47is_leader_of_international_organization = scope:recipient
}
49on_debate_passed = {
50hidden_effect = {
51add_cooldown = {
52type = hre_request_additional_military_support
53years = 10
}
}
56leader_country ?= {
57save_scope_as = leader_country_scope
}
59if = {
60limit = {
60exists = scope:leader_country_scope
}
}
}
74wants_this_parliament_issue_bias = {
75if = {
76limit = {
76scope:recipient = {
76international_organization_has_leader = yes
}
}
79add = {
80desc = "VOTE_BASE_VALUE" Base Value
81value = -400
}
88if = {
89limit = {
90scope:recipient = {
91any_international_organization_member = {
92at_war = yes
93any_enemy_war_leader = {
94NOT = {
94is_member_of_international_organization = scope:recipient
}
}
97any_country_together_in_war_with = {
}
}
}
}
103add = {
104desc = "IO_ATTACKED_BY_OUTSIDERS" Is attacked by non-Members
105value = 50
}
}
}
109else = {
110add = {
111desc = "VOTE_BASE_VALUE" Base Value
112value = 0
}
}
}