
Action
Support Conversion Efforts
We must strive to bring those who have lost their way back to the light. By intensifying our conversion efforts, we will hasten the healing process of our people, and finally leave this tumultuous and dark period behind us.
Religious TurmoilDisasterselect triggerDefinitionin_game/common/generic_actions/religious_turmoil_actions.txt:173
174type = disaster
176sound = UI_action_religion_generic
178automation_tick = never
179automation_tick_frequency = 12
181price = price:religious_turmoil_actions_price
183cooldown = {
184type = rt_support_conversion_efforts
185years = 15
}
188select_trigger = {
189looking_for_a = disaster
190name = "choose_disaster" Choose the Disaster:
191target_flag = recipient
192column = {
193data = name
}
}
201effect = {
202scope:actor = {
203add_country_modifier = {
205mode = replace
}
209add_estate_satisfaction = {
}
}
}
216ai_will_do = {
217add = -50
218if = {
219limit = {
220scope:actor = {
221any_cabinet = {
222has_cabinet_action = yes
223cabinet_action = cabinet_action:promote_religion
}
}
}
227add = 100
}
229else = {
229add = -100
}
230if = {
231limit = {
231scope:actor.government_power < 50
}
232subtract = -25
}
}