Scripted Effect
hre_on_reform_level_passed_opinion_effect_free_cities
Free Imperial CitySpecial Statuscustom tooltipDefinitionin_game/common/scripted_effects/international_organization_effects.txt:1081
1082custom_tooltip = {
1083text = $strength$_policy_opinion_impact_free_cities
1084every_international_organization_member = {
1085limit = {
1086NOT = {
1086this = root.leader_country
}
1087has_special_status_in_international_organization = {
1089international_organization = root
}
}
1092add_opinion = {
1092target = root.leader_country
1092modifier = opinion_hre_passed_$strength$_law
}
}
}