
Law
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.
Holy Roman EmpireInternational OrganizationpotentialPolicies 2
Definitionin_game/common/laws/20_hre.txt:2936
2937law_category = administrative
2938type = international_organization
2939potential = {
}
2943allow = {
}
2947locked = {
2948custom_description = {
}
}
2954custom_tags = {
forbids_no_policy
}
2955no_perpetual_diet_policy = {
2956allow = {
2957always = no
}
2959on_activate = {
}
2962wants_this_policy_bias = {
2963add = {
2964desc = "POLICY_STRATEGIC_VALUE"
2965value = -200
}
}
}
2969perpetual_diet_policy = {
2970allow = {
2971OR = {
2972international_organization_has_policy = policy:hre_bi_camerial_imperial_diet_policy
2973international_organization_has_policy = policy:hre_tri_camerial_imperial_diet_policy
}
}
2976on_activate = {
2978international_organization_unlock_parliament_issue_effect = {
2978type = hre_establish_perpetual_diet
}
}
2981location_modifier = {
2983potential_trigger = {
2984custom_tooltip = {
2985text = perpetual_diet
2986hre_is_perpetual_diet_location = yes
2987owner = {
2988is_member_of_international_organization = international_organization:hre
}
2990controller = {
2991OR = {
2992is_member_of_international_organization = international_organization:hre
2993NOT = {
2993is_at_war_with = international_organization:hre.leader_country
}
}
}
}
}
2998local_monthly_development_modifier = 0.1
2999local_monthly_prosperity = 0.01
}
3001on_deactivate = {
3002international_organization_lock_parliament_issue_effect = {
3002type = hre_establish_perpetual_diet
}
3003every_international_organization_owned_location = {
3004remove_variable = diet_location
}
}
3008wants_propose_policy = {
3009add = {
3010desc = "POLICY_BIAS_LEADER_WANTS"
3011value = 33
}
3013add = hre_default_emperor_policy_desire
}
3016wants_this_policy_bias = {
3017add = {
3018desc = "POLICY_BIAS_PRINCE_WANTS"
3019value = 25
}
3021add = hre_default_policy_opinion
}
}