
행동
종교 개혁 외교
국교인 성공회가 종교 개혁을 통해 갈라져 나온 특수한 종파이기는 하지만, 우리는 여전히 기독교 내부의 다른 개혁 교회와 형제자매 관계를 맺고 있습니다. 가까운 신앙을 가진 국가들과 외교적 연고를 형성해야 합니다.
성공회종교potential정의in_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" 종교 선택:
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 종교 개혁에 동참하는 모든 국가와의 관계를 개선합니다.
}
}
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
}
}
}
}
}