
Action
Reformation Diplomacy
While Anglicanism is a special branch of the Reformation, we are still brothers and sisters to the other reformative churches of Christianity. We should establish diplomatic contact with the nations of our sibling faiths.
AnglicanismReligionpotentialDefinitionin_game/common/generic_actions/church_power.txt:179
180type = religious
182sound = UI_action_religion_generic
184ai_tick = daily
185ai_tick_frequency = 80
187automation_tick = monthly
188automation_tick_frequency = 1
189player_automated_category = religiousdoctrines
191message = national_church_action
197allow = {
}
200price = price:national_church_power
202select_trigger = {
203looking_for_a = religion
204source = actor
205target_flag = recipient
206name = "choose_religion" Choose the Religion:
207column = {
208data = name
}
}
212effect = {
213if = {
214limit = {
215exists = scope:recipient
}
217scope:actor = {
218every_known_country = {
224add_opinion = {
224target = scope:actor
224modifier = opinion_reformation_diplomacy
}
}
}
}
228else = {
229custom_tooltip = reformation_diplomacy_tt We will improve our relations with all Countries that are part of the Reformation.
}
}
234ai_will_do = {
235add = -20
236add = {
237if = {
238limit = {
238scope:actor.modifier:bias_for_diplomat_policies > 0
}
239add = {
240value = {
241value = scope:actor.modifier:bias_for_diplomat_policies
}
}
}
}
}