
Law
Golden Bull
The Golden Bull is the decree of the Holy Roman Empire which defines and creates the constitutional structure of the Empire, especially the Electoral College. Other laws and Imperial Reforms all build on the Golden Bull.
Holy Roman EmpireInternational OrganizationpotentialPolicies 2
Definitionin_game/common/laws/20_hre.txt:22
23type = international_organization
28locked = {
29custom_description = {
}
}
35custom_tags = {
forbids_no_policy
no_ai_propose_cd
}
37golden_bull_policy = {
39wants_propose_policy = {
40add = {
41desc = "POLICY_ESSENTIAL_REFORM"
42value = 1000
}
44add = hre_default_emperor_policy_desire
}
47wants_this_policy_bias = {
48add = {
49desc = "POLICY_ESSENTIAL_REFORM"
50value = 500
}
52add = hre_default_policy_opinion
}
54on_activate = {
56hre_setup_hre_variables = yes
57hre_enable_all_imperial_laws = yes
59custom_tooltip = hre_golden_bull_formalizes_electorate_tt
60custom_tooltip = hre_golden_bull_self_voting_regulated_via_electorate_law
}
62country_modifier = {
64potential_trigger = {
65is_leader_of_international_organization = scope:recipient
}
67monthly_imperial_authority = monthly_imperial_authority_mild_bonus
}
69international_organization_modifier = {
70hre_enable_leave_hre_peace_treaty = yes
71cannot_declare_no_cb_wars_on_members = yes
}
}
74no_golden_bull_policy = {
76wants_propose_policy = {
77subtract = {
78desc = "POLICY_ESSENTIAL_REFORM"
79value = 1000
}
}
83wants_this_policy_bias = {
84subtract = {
85desc = "POLICY_ESSENTIAL_REFORM"
86value = 500
}
}
89on_activate = {
}
91international_organization_modifier = {
92allow_self_vote = yes
}
}