
PolicyChanged this version
Cities of the Holy Roman Empire Leader Title
Free Cities autonomy is limited by the Holy Roman Empire Leader Title. Though still capable of performing diplomacy of their own, the cities are now one step closer to becoming part of the administration of the Holy Roman Empire Leader Title.
Free Imperial CitySpecial Statuswants this policy bias
Free CitiesLawallow
Direct Imperial CitiesPolicywants propose policyDefinitionin_game/common/laws/20_hre.txt:1898
1899level = 4
1900allow = {
}
}
1906on_activate = {
}
1909if = {
1910limit = {
1910exists = leader_country
}
1911hidden_effect = {
1912save_temporary_scope_value_as = {
1912name = average_free_city_antagonism
1912value = 0
}
1913save_temporary_scope_value_as = {
1913name = antagonism_bomb_members
1913value = 0
}
1914every_country_with_special_status_of_type = {
1915type = free_city
1916root.leader_country = {
1917save_temporary_scope_value_as = {
1918name = average_free_city_antagonism
1919value = {
1920value = scope:average_free_city_antagonism
1921add = {
1922value = "bias_value(antagonism_broke_subject_union)"
1923multiply = {
1924value = prev.country_economical_base
1925divide = 2000
}
}
}
}
1930save_temporary_scope_value_as = {
1931name = antagonism_bomb_members
1932value = {
1933value = scope:antagonism_bomb_members
1934add = 1
}
}
}
}
1939save_temporary_scope_value_as = {
1940name = average_free_city_antagonism
1941value = {
1942value = scope:average_free_city_antagonism
1943if = {
1944limit = {
1944scope:antagonism_bomb_members > 0
}
1945divide = scope:antagonism_bomb_members
}
}
}
}
1950if = {
1951limit = {
1951exists = scope:average_free_city_antagonism
}
1952custom_tooltip = free_city_subjugation_antagonism_tt Every Free Imperial City gains Average Free City Antagonism Antagonism towards Holy Roman Empire Leader Country
}
}
}
1960wants_propose_policy = {
1961if = {
1962limit = {
1963scope:recipient = {
}
}
1967add = {
1968desc = "POLICY_BIAS_LEADER_SUPPORTS"
1969value = 75
}
1971add = {
1972desc = "BIAS_FROM_RULER_TRAITS" Bias from Ruler Traits
}
1975add = {
1976desc = "BIAS_FROM_RULER_TRAITS" Bias from Ruler Traits
}
}
1980else = {
1981subtract = {
1982desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" We already have a better policy
1983value = 1000
}
}
}
1989wants_this_policy_bias = {
1990add = {
1991desc = "POLICY_BIAS_PRINCE_OPPOSES" Prince does not desire to pass this law
1992value = -75
}
1995if = {
1996limit = {
1996has_special_status_in_international_organization = {
1996international_organization = scope:recipient
}
}
1997add = {
1998desc = "POLICY_RESTRICTS_SOVEREIGNTY" The reform restricts our sovereignty
1999value = -150
}
}
}