
행동
종파 장려
특정 종파를 장려함으로써 우리 영토에 확산되도록 하며, 우리가 해당 종파에 속할 경우 추가로 혜택을 얻습니다. 단, 우리가 여러 종파에 속해 있다면 다른 종파가 이를 반기지 않을 수 있습니다.
종파국가 간 조직체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)"
}
}