
ActionNew this version
Reform Circle Coinage
The Empire has placed authority over the regional coinage into our hands. Implementing a reform of our coin and its usage would help the economic flow of every member in our circle, while also increasing our own standing within the Circle. Unfortunately this would come at the cost of our own mints capabilities.
Holy Roman EmpireInternational OrganizationpotentialDefinitionin_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" Choose Imperial 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 We will gain Reformed Circle Coinage, while every member of our circle will gain Circle Leader Reformed Coinage for 5 years. Every circle member will gain Opinion Reformed Circle Coinage Opinion of us, and we will increase the Circle Satisfaction by 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
}
}
}