
행동이번 버전 신규
관구 통화 개혁
제국은 지역 통화에 대한 권한을 우리에게 맡겼습니다. 통화와 그 유통에 대한 개혁을 단행한다면 관구 내 모든 구성국의 경제적 흐름을 원활하게 하는 동시에, 관구 내에서 우리의 입지를 강화할 수 있습니다. 하지만 이는 우리 조폐국의 역량 저하라는 대가를 수반할 것입니다.
신성 로마 제국국가 간 조직체potential정의in_game/common/generic_actions/hre_circle_actions.txt:202
203type = owncountry
205imperial_circle_action = yes
206icon = circle_leader_action
208show_in_gui_list = no
210cooldown = {
211type = reform_coinage_in_circle
212years = 10
}
215select_trigger = {
216show_if = {
216NOT = {
216exists = scope:target
}
}
217looking_for_a = imperial_circle
218target_flag = target
219interaction_source_list = {
220scope:actor = {
221every_imperial_circle_country_is_member_of = {
222add_to_list = source
}
}
}
226name = "choose_circle" 제국 관구 선택
227column = {
227data = name
}
}
230potential = {
231scope:actor = {
232is_imperial_circle_leader = yes
233is_member_of_circle = scope:target
}
}
238allow = {
239scope:actor = {
240government_power >= 95
}
}
244effect = {
245scope:actor = {
246every_imperial_circle_country_is_member_of = {
247add_circle_satisfaction = 5
}
254custom_tooltip = {
255text = reform_coinage_in_circle_tt 우리는 관구 통화 개혁을 획득하며, 소속 관구의 모든 구성국은 5년 동안 관구장의 통화 개혁을 획득합니다. 모든 관구 구성국의 우리에 대한 우호도가 Opinion Reformed Circle Coinage만큼 변화하며, 관구 만족도가 5 증가합니다.
257every_imperial_circle_country_is_member_of = {
258every_circle_member = {
259limit = {
260NOT = {
260this = scope:actor
}
}
266add_opinion = {
267target = scope:actor
268modifier = opinion_reformed_circle_coinage
}
}
}
}
}
}
276ai_will_do = {
277add = {
277value = 20
}
278if = {
279limit = {
280scope:actor = {
281any_imperial_circle_country_is_member_of = {
282imperial_circle_satisfaction < 60
}
}
}
286add = {
286value = 40
}
}
}