
Parliament Issue
Establish the Perpetual Diet
Previously, Imperial Diets convened irregularly in various cities across the Holy Roman Empire, requiring the Holy Roman Empire Leader Title and other representatives to travel each time. By establishing a permanent, continuously-sitting Diet, we shall create a standing assembly that operates on a system of constant deliberation, rather than sporadic meetings.
Definitionin_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 The Parliament Seat of Holy Roman Empire becomes the only valid Location to hold the Parliament in.
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" Base Value
367value = -150
}
}
372else = {
373add = {
374desc = "VOTE_BASE_VALUE" Base Value
375value = 0
}
}
}