
Law
Free City Rights
Obtaining the status of a Free Imperial City is not easy. This exclusive title must be conferred by the Holy Roman Empire Leader Title.
Holy Roman EmpireInternational OrganizationpotentialPolicies 3
Definitionin_game/common/laws/20_hre.txt:2114
2115law_category = free_city
2116type = international_organization
2117potential = {
}
2125locked = {
}
2127custom_tags = {
forbids_no_policy
}
2128german_free_cities_only_policy = {
2129allow = {
2130has_currency_to_vote_for_law = {
2130value = imperial_authority_standard_law
}
}
2132on_activate = {
2132custom_tooltip = german_free_cities_only_policy_at
}
2134wants_propose_policy = {
2135if = {
2136limit = {
2137scope:recipient = {
2138NOT = {
2138international_organization_has_policy = policy:german_and_german_adjacent_free_cities_policy
}
2139NOT = {
2139international_organization_has_policy = policy:empire_wide_free_cities_policy
}
}
}
2142add = {
2143desc = "POLICY_ANCIENT_TRADITION"
2144value = 25
}
}
2147else = {
2148subtract = {
2149desc = "WE_ALREADY_HAVE_A_BETTER_POLICY"
2150value = 1000
}
}
2153add = hre_default_emperor_policy_desire
}
2156wants_this_policy_bias = {
2157add = {
2158desc = "POLICY_ANCIENT_TRADITION"
2159value = 100
}
2161add = hre_default_policy_opinion
}
}
2164german_and_german_adjacent_free_cities_policy = {
2165allow = {
2166has_currency_to_vote_for_law = {
2166value = imperial_authority_standard_law
}
}
2168on_activate = {
2168custom_tooltip = german_and_german_adjacent_free_cities_policy_at
}
2170wants_propose_policy = {
2171if = {
2172limit = {
2173scope:recipient = {
2174NOT = {
2174international_organization_has_policy = policy:empire_wide_free_cities_policy
}
}
}
2177add = {
2178desc = "POLICY_EMPEROR_WANTS"
2179value = 40
}
}
2182else = {
2183subtract = {
2184desc = "WE_ALREADY_HAVE_A_BETTER_POLICY"
2185value = 1000
}
}
2188add = hre_default_emperor_policy_desire
}
2191wants_this_policy_bias = {
2192add = {
2193desc = "POLICY_ANCIENT_TRADITION"
2194value = -50
}
2196add = hre_default_policy_opinion
}
2198wants_keep_policy = {
2199add = hre_default_keep_policy_opinion
}
}
2202empire_wide_free_cities_policy = {
2203allow = {
2204has_currency_to_vote_for_law = {
2204value = imperial_authority_standard_law
}
}
2206on_activate = {
2206custom_tooltip = empire_wide_free_cities_policy_at
}
2208wants_propose_policy = {
2209add = {
2210desc = "POLICY_EMPEROR_WANTS"
2211value = 50
}
2213add = hre_default_emperor_policy_desire
}
2216wants_this_policy_bias = {
2217add = {
2218desc = "POLICY_ANCIENT_TRADITION"
2219value = -75
}
2221add = hre_default_policy_opinion
}
2223wants_keep_policy = {
2224add = hre_default_keep_policy_opinion
}
}