
政策本版本变更
神圣罗马帝国 Leader Title的城市
自由市的自治权受到神圣罗马帝国 Leader Title限制。虽然仍能进行自己的外交,但这些城市现在离受神圣罗马帝国 Leader Title管理更近了一步。
帝国自由市特殊地位wants this policy bias
自由市法律allow
直属帝国城市政策wants propose policy定义in_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 所有帝国自由市获得针对神圣罗马帝国 Leader Country的Average Free City Antagonism敌意
}
}
}
1960wants_propose_policy = {
1961if = {
1962limit = {
1963scope:recipient = {
}
}
1967add = {
1968desc = "POLICY_BIAS_LEADER_SUPPORTS"
1969value = 75
}
1971add = {
1972desc = "BIAS_FROM_RULER_TRAITS" 统治者特质导致的偏见
}
1975add = {
1976desc = "BIAS_FROM_RULER_TRAITS" 统治者特质导致的偏见
}
}
1980else = {
1981subtract = {
1982desc = "WE_ALREADY_HAVE_A_BETTER_POLICY" 我们已经拥有更好的政策
1983value = 1000
}
}
}
1989wants_this_policy_bias = {
1990add = {
1991desc = "POLICY_BIAS_PRINCE_OPPOSES" 诸侯不希望通过这项法律
1992value = -75
}
1995if = {
1996limit = {
1996has_special_status_in_international_organization = {
1996international_organization = scope:recipient
}
}
1997add = {
1998desc = "POLICY_RESTRICTS_SOVEREIGNTY" 改革限制了我们的主权
1999value = -150
}
}
}