Демонстрация единства веры
Действие

Демонстрация единства веры

schism_show_unity_of_faithin_game/common/generic_actions/western_schism.txt:156

Покажем, что наши люди исповедуют одну религию.

ТребуетКатолическая церковьМеждународное объединениеpotentialКатоличествоРелигияpotentialВеликий западный расколСитуацияallow, select trigger 1Демонстрация единства верыСтатический модификаторallow, select trigger 2

Определениеin_game/common/generic_actions/western_schism.txt:156

157type = situation
158show_message = no
159potential = {
160scope:actor = {
161religion = religion:catholic
162is_member_of_international_organization = international_organization:catholic_church
}
}
166allow = {
167is_situation_active = situation:western_schism
168scope:actor = {
169any_province = {
170NOT = {
170has_province_modifier = ws_show_unity_of_faith
}
}
}
}
175ai_tick = monthly
176ai_tick_frequency = 6
178automation_tick = never
179automation_tick_frequency = 12
180price = price:western_schism_gold_actions_price
182cooldown = {
183type = schism_show_unity_of_faith
184years = 2
}
187select_trigger = {
188looking_for_a = situation
189target_flag = recipient
190name = "choose_situation" Выберите Concept:
191column = {
192data = name
}
194visible = {
196situation_is_active = yes
}
}
200select_trigger = {
201looking_for_a = province
202target_flag = target
203source = actor
204name = "choose_province" Выбор Concept
205none_available_msg_key = "no_provinces_available"
206column = {
206data = name
}
207column = {
207data = population
}
208visible = {
209NOT = {
209has_province_modifier = ws_show_unity_of_faith
}
210NOT = {
211any_location_in_province = {
212is_ownable = yes
213owner = scope:actor
214NOT = {
214controller = scope:actor
}
}
}
}
}
219effect = {
220if = {
221limit = {
222exists = scope:target
}
224scope:target = {
225add_province_modifier = {
227mode = replace
228years = 5
}
}
}
232else = {
233custom_tooltip = ws_show_unity_of_faith_tt Каждый Concept в обозначенной Concept получит модификатор «Демонстрация единства веры»
}
235scope:actor = {
236change_societal_value = {
}
}
}
243ai_will_do = {
244add = -20
245add = {
246if = {
247limit = {
248exists = scope:target
249scope:actor.modifier:bias_for_tolerant_policies < 0
}
251add = {
252value = {
253value = "scope:actor.modifier:bias_for_tolerant_policies"
254multiply = -1
}
}
}
}
}