
议会议案
建立永久议会
过去,帝国议会在神圣罗马帝国境内各城市不定期召开,每次都需要神圣罗马帝国 Leader Title及其他代表长途跋涉。通过设立常设性的永久议会,我们将创建一个基于持续审议机制而非临时会议的常设机构。
定义in_game/common/parliament_issues/10_hre_issues.txt:314
315type = international_organization
317chance = 100
318selectable_for = {
319is_leader_of_international_organization = scope:recipient
}
321potential = {
322type = hre_establish_perpetual_diet
}
}
324on_debate_passed = {
325type = hre_establish_perpetual_diet
}
326custom_tooltip = {
327text = hre_establish_perpetual_diet_tt 神圣罗马帝国将设立一个永久议会会址,作为唯一有效的地点来召开议会。
328if = {
329limit = {
329exists = parliament_seat
}
331parliament_seat ?= {
}
}
336else = {
337random_international_organization_owned_location = {
338limit = {
339root = {
339has_location = prev
}
340is_capital = yes
341OR = {
346development = 30
347location:regensburg = this
348location:augsburg = this
349location:ulm = this
}
}
}
}
}
}
361wants_this_parliament_issue_bias = {
362if = {
363limit = {
363scope:recipient = {
363international_organization_has_leader = yes
}
}
365add = {
366desc = "VOTE_BASE_VALUE" 基础值
367value = -150
}
}
372else = {
373add = {
374desc = "VOTE_BASE_VALUE" 基础值
375value = 0
}
}
}