
Aktion
Humanismus vorantreiben
Die Entstehung neuer Zweige des Christentums läutete eine Ära ein, in der die Akzeptanz religiöser Unterschiede sowie die gemeinsame Arbeit an einer vielfältigen, aber geeinten Gesellschaft im Mittelpunkt stehen. Angesichts dieser Offenbarung können wir in solch stürmischen Zeiten nicht tatenlos zusehen. Wir sollten stattdessen diese neu entdeckten Wahrheiten mit Inbrunst verbreiten.
Religiöser AufruhrKatastropheselect triggerWelle des SpiritualismusStatischer ModifikatoreffectDefinitionin_game/common/generic_actions/religious_turmoil_actions.txt:87
88type = disaster
90sound = UI_action_religion_generic
92automation_tick = never
93automation_tick_frequency = 12
95price = price:religious_turmoil_actions_price
97cooldown = {
98type = rt_push_for_humanist
99years = 5
}
102select_trigger = {
103looking_for_a = disaster
104name = "choose_disaster" Die Katastrophe wählen:
105target_flag = recipient
106column = {
107data = name
}
}
115effect = {
116scope:actor = {
117change_societal_value = {
}
122if = {
}
126add_country_modifier = {
128mode = replace
}
}
}
134ai_will_do = {
135add = 5
136add = {
137value = scope:actor.modifier:tolerance_heretic
138multiply = 20
}
140if = {
141limit = {
142scope:actor = {
142societal_value:spiritualist_vs_humanist > 0
}
}
144add = scope:actor.societal_value:spiritualist_vs_humanist
}
146else_if = {
147limit = {
148scope:actor = {
148societal_value:spiritualist_vs_humanist < 0
}
}
150subtract = scope:actor.societal_value:spiritualist_vs_humanist
}
152if = {
153limit = {
153scope:actor.modifier:monthly_towards_spiritualist != 0
}
154subtract = {
155value = scope:actor.modifier:monthly_towards_spiritualist
156multiply = 100
}
}
159if = {
160limit = {
160scope:actor.modifier:monthly_towards_humanist != 0
}
161add = {
162value = scope:actor.modifier:monthly_towards_humanist
163multiply = 100
}
}
166if = {
167limit = {
167scope:actor.government_power < 50
}
168subtract = -25
}
}