
行动
停止推广宗派
停止推广一个宗派。我们会停止在领土上推广该宗派,如果我们处于该教派,将不再获得额外增益。
宗派国际组织select trigger 2
神道教宗教potential青睐佛教教派静态修正potentialpromoting_sect变量potential, select trigger 2定义in_game/common/generic_actions/sects.txt:409
410icon = disfavor_sect
411type = religious
413sound = UI_action_religion_generic
415potential = {
416scope:actor ?= {
418religion = {
419has_sects = yes
420OR = {
}
}
}
}
428allow = {
}
431ai_tick = monthly
432ai_tick_frequency = 6
434automation_tick = monthly
435automation_tick_frequency = 1
436player_automated_category = religiousdoctrines
438price = price:stop_promoting_sect
440select_trigger = {
441looking_for_a = religion
442source = actor
443target_flag = recipient
444name = "choose_religion" 选择宗教:
445column = {
446data = name
}
448visible = {
449has_sects = yes
}
}
453select_trigger = {
454looking_for_a = international_organization
455target_flag = target
456name = "promote_sect_choose_sect" 选择要推广的宗派
457none_available_msg_key = "stop_promoting_sect_no_ios"
458column = {
459data = name
}
461visible = {
}
}
470effect = {
471if = {
472limit = {
473exists = scope:target
}
478scope:target = {
479remove_list_variable = {
480name = sect_supporters
481target = scope:actor
}
}
}
}
487ai_will_do = {
489add = {
490value = "scope:target.modifier_utility(scope:actor)"
491multiply = -1
}
}