
行动
退出宗派
退出一个宗派。
宗派国际组织potential, select trigger 2
神道教宗教potential青睐佛教教派静态修正potential定义in_game/common/generic_actions/sects.txt:496
497icon = disfavor_sect
498type = religious
500sound = UI_action_religion_generic
502potential = {
503scope:actor ?= {
504religion = {
505has_sects = yes
506OR = {
}
}
511any_international_organizations_member_of = {
}
}
}
515allow = {
}
518ai_tick = monthly
519ai_tick_frequency = 6
521automation_tick = monthly
522automation_tick_frequency = 1
523player_automated_category = religiousdoctrines
525price = price:leave_sect
527select_trigger = {
528looking_for_a = religion
529source = actor
530target_flag = recipient
531name = "choose_religion" 选择宗教:
532column = {
533data = name
}
535visible = {
536has_sects = yes
}
}
540select_trigger = {
541looking_for_a = international_organization
542target_flag = target
543name = "leave_sect_choose_sect" 选择要退出的宗派。
544none_available_msg_key = "leave_sect_no_ios"
545column = {
546data = name
}
548visible = {
550scope:actor = {
551is_member_of_international_organization = root
}
}
554enabled = {
555scope:actor = {
556can_leave_international_organization = root
}
}
}
561effect = {
562if = {
563limit = {
564exists = scope:target
}
566scope:target = {
567remove_country_from_international_organization = {
568country = scope:actor
569reason = DecidedToLeave
}
}
}
}
575ai_will_do = {
577add = {
578value = "scope:target.modifier_utility(scope:actor)"
579multiply = -1
}
}