
行动本版本新增
改革行政圈铸币
帝国已下放区域铸币权。推行货币及其使用的改革,将有助于行政圈内各成员的经济流通,同时也能提升我们在行政圈内的地位。遗憾的是,这将需要我们以自身铸币能力的损耗为代价。
神圣罗马帝国国际组织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
}
}
}