
의회 안건
자유 제국 도시 권리 인정
자유 제국 도시의 권리와 안전 보장을 다시금 확인함으로써 제국 안에서 각 도시가 안정과 번영을 누리게 합니다.
신성 로마 제국국가 간 조직체potential정의in_game/common/parliament_agendas/10_hre_agendas.txt:137
138type = international_organization
140potential = {
142NOT = {
142has_cooldown = pa_hre_affirmation_of_free_city_rights
}
}
144allow = {
145is_leader_of_international_organization = scope:recipient
146scope:recipient.parliament_issue ?= {
147this != parliament_issue:hre_law_debate
}
}
150on_accept = {
151hidden_effect = {
151add_cooldown = {
151type = pa_hre_affirmation_of_free_city_rights
}
}
152save_temporary_scope_value_as = {
153name = num_of_free_cities
154value = "num_countries_with_special_status(scope:target)"
}
156save_temporary_scope_value_as = {
157name = prestige_to_transfer
158value = 0.25
}
160leader_country ?= {
161add_prestige = {
162value = scope:num_of_free_cities
163multiply = scope:prestige_to_transfer
164multiply = -1
}
166save_scope_as = leader_country_scope
}
168custom_tooltip = {
169text = pa_hre_affirmation_of_free_city_rights_tt 모든 독립 자유 제국 도시의 안정도가 stability mild bonus 증가하지만, 현재 해당 도시들을 상대로 전쟁을 추진 중인 모든 국가에서 신성 로마 제국 황제에 대한 우호도가 Opinion Hre Pa Supports Free Cities 감소합니다.
170every_international_organization_member = {
171limit = {
171has_special_status_in_international_organization = {
171type = scope:target
171international_organization = root
}
}
173if = {
174limit = {
175exists = scope:leader_country_scope
176NOT = {
176has_opinion = {
176target = scope:leader_country_scope
176modifier = opinion_hre_pa_supports_free_cities
}
}
}
178every_enemy_war_leader = {
179add_opinion = {
180target = scope:leader_country_scope
181modifier = opinion_hre_pa_supports_free_cities
}
}
}
}
}
}
188ai_will_do = {
189add = 5
}
191chance = 10