
의회 쟁점
제국 군사 지원
신성 로마 제국이 대대적인 외세의 침공에 직면했습니다. 신성 로마 제국 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
}
}
}