
アクション
宗派を奨励
宗派を奨励する。その宗派は領土内で広がり、わが国がその宗派に属している場合はより多くの恩恵を得る。ただし複数の宗派に属している場合は、ほかの宗派から不興を買うおそれがある。
宗派国際組織select trigger 2
東方仏教宗教select trigger 2
三教宗教select trigger 2
神道宗教potential, select trigger 2仏教宗派を優遇静的補正potential, select trigger 2promoting_sect変数potentialreligion変数select trigger 2305icon = 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)"
}
}