
Policy
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.
Bicameral Imperial DietPolicyallow
Tricameral Imperial DietPolicyallowModifiers
Definitionin_game/common/laws/20_hre.txt:2969
2970allow = {
2971OR = {
}
}
2976on_activate = {
2978type = hre_establish_perpetual_diet
}
}
2981location_modifier = {
2983potential_trigger = {
2984custom_tooltip = {
2985text = perpetual_diet Is home to the Perpetual Diet
2990controller = {
2991OR = {
}
}
}
}
}
3001on_deactivate = {
3002type = hre_establish_perpetual_diet
}
}
3008wants_propose_policy = {
3009add = {
3010desc = "POLICY_BIAS_LEADER_WANTS" Leader desires to pass this law
3011value = 33
}
}
3016wants_this_policy_bias = {
3017add = {
3018desc = "POLICY_BIAS_PRINCE_WANTS" Prince desires to pass this law
3019value = 25
}
}

