
行动
推广宗派
推广一个宗派。推广宗派能让它在我们的领土上传播,我们若处于该教派就能获得更多增益,虽然如果我们处于多个教派,其他教派会对此不满。
宗派国际组织select trigger 2
汉传佛教宗教select trigger 2
三教宗教select trigger 2
神道教宗教potential, select trigger 2青睐佛教教派静态修正potential, select trigger 2promoting_sect变量potentialreligion变量select trigger 2定义in_game/common/generic_actions/sects.txt:304
305icon = disfavor_sect
306type = religious
308sound = UI_action_religion_generic
310potential = {
311scope:actor ?= {
313religion = {
314has_sects = yes
315OR = {
}
}
}
}
323allow = {
}
326ai_tick = monthly
327ai_tick_frequency = 12
329automation_tick = monthly
330automation_tick_frequency = 1
331player_automated_category = religiousdoctrines
333price = price:promote_sect
335select_trigger = {
336looking_for_a = religion
337source = actor
338target_flag = recipient
339name = "choose_religion" 选择宗教:
340column = {
341data = name
}
343visible = {
344has_sects = yes
}
}
348select_trigger = {
349looking_for_a = international_organization
350target_flag = target
351name = "promote_sect_choose_sect" 选择要推广的宗派
352none_available_msg_key = "promote_sect_no_ios"
353column = {
354data = name
}
356visible = {
358OR = {
363AND = {
}
}
}
}
381effect = {
382if = {
383limit = {
384exists = scope:target
}
392scope:target = {
393add_to_variable_list = {
394name = sect_supporters
395target = scope:actor
}
}
}
}
401ai_will_do = {
403add = {
404value = "scope:target.modifier_utility(scope:actor)"
}
}