
議題
常設議会の設置
従来、帝国議会は神聖ローマ帝国各地の都市で不定期に開かれており、そのたびに神聖ローマ帝国 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
}
}
}