
Action
Push for Spiritualist
The masses must be guided towards salvation and away from the clutches of hubris and hereticism. Only by embracing a Spiritualist will we subdue those who wish to undo this cornerstone of our religious identity.
Religious TurmoilDisasterselect triggerWave of HumanismStatic ModifiereffectDefinitionin_game/common/generic_actions/religious_turmoil_actions.txt:1
2type = disaster
4sound = UI_action_religion_generic
6automation_tick = never
7automation_tick_frequency = 12
9price = price:religious_turmoil_actions_price
11cooldown = {
12type = rt_push_for_spiritualist
13years = 5
}
16select_trigger = {
17looking_for_a = disaster
18name = "choose_disaster" Choose the Disaster:
19target_flag = recipient
20column = {
21data = name
}
}
29effect = {
30scope:actor = {
31change_societal_value = {
}
36if = {
}
40add_country_modifier = {
42mode = replace
}
}
}
48ai_will_do = {
49add = 5
50add = {
51value = scope:actor.modifier:tolerance_heretic
52multiply = -20
}
54if = {
55limit = {
56scope:actor = {
56societal_value:spiritualist_vs_humanist > 0
}
}
58subtract = scope:actor.societal_value:spiritualist_vs_humanist
}
60else_if = {
61limit = {
62scope:actor = {
62societal_value:spiritualist_vs_humanist < 0
}
}
64add = scope:actor.societal_value:spiritualist_vs_humanist
}
66if = {
67limit = {
67scope:actor.modifier:monthly_towards_spiritualist != 0
}
68add = {
69value = scope:actor.modifier:monthly_towards_spiritualist
70multiply = 100
}
}
73if = {
74limit = {
74scope:actor.modifier:monthly_towards_humanist != 0
}
75add = {
76value = scope:actor.modifier:monthly_towards_humanist
77multiply = -100
}
}
80if = {
81limit = {
81scope:actor.government_power < 50
}
82subtract = -25
}
}