
议会议案
帝国军事支持
神圣罗马帝国正面临外敌入侵的威胁。神圣罗马帝国 Leader Title被迫请求整个帝国及其所有成员提供军事支援。
神圣罗马帝国国际组织wants this parliament issue bias
颁布《金玺诏书》政策potential定义in_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" 基础值
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" 被非成员国进攻
105value = 50
}
}
}
109else = {
110add = {
111desc = "VOTE_BASE_VALUE" 基础值
112value = 0
}
}
}