
アクション
humanistを推進
キリスト教の新たな宗派の出現は、宗教的相違を理解し、多様かつ統一された社会を目指す新時代の到来を告げた。この啓示に直面し、我々は激動の時代をただ傍観するのではなく、これらの新たな真理を正しく推進すべきである。
宗教的混乱国難select trigger精神主義の波静的補正effect定義in_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" 国難を選択:
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
}
}